Update gulf.user.js

This commit is contained in:
Nanashi 2025-08-10 06:46:58 -05:00 committed by GitHub
parent 1cd382822f
commit 6bfc17cd1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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==