axetroy / anti-redirect

:rocket:去除各搜索引擎/常用网站的重定向
https://greasyfork.org/zh-CN/scripts/11915
Other
503 stars 26 forks source link

百度搜索报错 #106

Closed wuliaotc closed 5 years ago

wuliaotc commented 5 years ago

浏览器:firefox dev 69.0b13 系统:Arch Linux x86_64 google搜索工作正常 百度搜索时开发者模式报错:

ReferenceError: "GM_xmlhttpRequest is not defined"
    request user-script:https://greasyfork.org/zh-CN/users/3400-axetroy/anti-redirect:2388
    request user-script:https://greasyfork.org/zh-CN/users/3400-axetroy/anti-redirect:2334
    get user-script:https://greasyfork.org/zh-CN/users/3400-axetroy/anti-redirect:2392
    handlerOneElement user-script:https://greasyfork.org/zh-CN/users/3400-axetroy/anti-redirect:3972
    step user-script:https://greasyfork.org/zh-CN/users/3400-axetroy/anti-redirect:3941
    verb user-script:https://greasyfork.org/zh-CN/users/3400-axetroy/anti-redirect:3922
    __awaiter user-script:https://greasyfork.org/zh-CN/users/3400-axetroy/anti-redirect:3916
    __awaiter user-script:https://greasyfork.org/zh-CN/users/3400-axetroy/anti-redirect:3912
    handlerOneElement user-script:https://greasyfork.org/zh-CN/users/3400-axetroy/anti-redirect:3966
    resolve user-script:https://greasyfork.org/zh-CN/users/3400-axetroy/anti-redirect:3956
    onScroll user-script:https://greasyfork.org/zh-CN/users/3400-axetroy/anti-redirect:2531
    invokeFunc user-script:https://greasyfork.org/zh-CN/users/3400-axetroy/anti-redirect:3392
    trailingEdge user-script:https://greasyfork.org/zh-CN/users/3400-axetroy/anti-redirect:3439
    timerExpired user-script:https://greasyfork.org/zh-CN/users/3400-axetroy/anti-redirect:3427
wuliaotc commented 5 years ago

原因找到了,greasymonkey删除了这个api,我改用tm后可以了