This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name U2 Show Peer location | |
// @namespace https://u2.dmhy.org | |
// @version 1.2.1 | |
// @description Show Peer location | |
// @author Husky | |
// @match https://u2.dmhy.org/details.php?id=* | |
// @match https://u2.dmhy.org/userdetails.php?id=* | |
// @grant none | |
// @require https://unpkg.com/xhook@latest/dist/xhook.min.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR = -1 | |
SUCCESS = 0 | |
OUTDATED = 1 | |
APPLYING = 2 | |
ACCESS_LIMITATION = 3 | |
TERMS_UPDATED = 4 | |
MAINTENANCE = 10 | |
UNAVAILABLE = 20 | |
OUTDATED_AB_VERSION = 30 | |
INVALID_REQUEST_HASH = 101 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Show Blocked User Enhanced Edition | |
// @namespace http://屌你老母井狗死全家.com | |
// @version 0.1 | |
// @description Show Blocked User | |
// @author 屌你老母井狗死全家 | |
// @include http://*.hkgolden.com/ | |
// @grant none | |
// ==/UserScript== |