// ==UserScript== // @name 反图片防盗链 // @name:en Anti-anti-pic-stealing-link // @namespace hoothin // @version 0.1 // @description 破解图片防盗链 // @description:en crack Anti-pic-stealing-link to show real picture // @author hoothin // @include http*://*/* // @grant unsafeWindow // @grant GM_registerMenuCommand // @grant GM_getValue // @grant GM_setValue // @downloadURL none // ==/UserScript== (function() { 'use strict'; const sites={ "qq.com": "photo\.store\.qq\.com", "baidu.com": "hiphotos\.baidu\.com\/image", }; var customRule=GM_getValue("aaslr"); function refererChanger(item){ var frameid = 'frameimg' + Math.random(); unsafeWindow.img = '