location-guard
Version:
A UserScript that hide/spoof your geographic location from websites.
25 lines (23 loc) • 891 B
JavaScript
// ==UserScript==
// @name Location Guard
// @description A UserScript that hide/spoof your geographic location from websites.
// @namespace https://skk.moe
// @run-at document-end
// @match *://*/*
// @updateURL https://unpkg.com/location-guard@latest/dist/location-guard-ng.meta.js
// @downloadURL https://unpkg.com/location-guard@latest/dist/location-guard-ng.user.js
// @version 0.2.2
// @author Sukka <https://skk.moe>
// @grant unsafeWindow
// @grant GM_getValue
// @grant GM_setValue
// @grant GM.getValue
// @grant GM.setValue
// @grant GM_deleteValue
// @grant GM.deleteValue
// @grant GM.registerMenuCommand
// @grant GM_addValueChangeListener
// @grant GM_removeValueChangeListener
// @grant GM.addValueChangeListener
// @grant GM.removeValueChangeListener
// ==/UserScript==