diff --git a/gulf.user.js b/gulf.user.js index d7d4133..b15824b 100644 --- a/gulf.user.js +++ b/gulf.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Fix The Gulf (UserScript Version) // @namespace dev.namelessnanashi.FixTheGulf -// @version 0.0.1 +// @version 0.0.2 // @description Userscript version of Fix The Gulf // @match https://maps.google.com/* // @match https://www.google.com/maps/* @@ -9,8 +9,8 @@ // @include https://www.google.com/maps/* // @run-at document-idle // @icon https://github.com/NanashiTheNameless/FixTheGulf/raw/refs/heads/main/icon.png -// @downloadURL https://github.com/NanashiTheNameless/FixTheGulf/raw/refs/heads/main/gulf.js -// @updateURL https://github.com/NanashiTheNameless/FixTheGulf/raw/refs/heads/main/gulf.js +// @downloadURL https://github.com/NanashiTheNameless/FixTheGulf/raw/refs/heads/main/gulf.user.js +// @updateURL https://github.com/NanashiTheNameless/FixTheGulf/raw/refs/heads/main/gulf.user.js // @copyright https://github.com/NanashiTheNameless/FixTheGulf/blob/main/LICENSE // ==/UserScript==