线报酷扩展

用来开启用户中心高级函数,解决部分浏览器禁用通知权限问题,解决微信推送跨域问题

目前为 2022-02-03 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name 线报酷扩展
  3. // @namespace 线报酷扩展空间
  4. // @match https://www.xianbaoku.net/category-xianbao.html
  5. // @match https://www.xianbaoku.net/Ucenter*
  6. // @match https://v1.xianbao.fun/category-xianbao.html
  7. // @match https://v1.xianbao.fun/Ucenter*
  8. // @version 1.5
  9. // @author 线报酷
  10. // @description 用来开启用户中心高级函数,解决部分浏览器禁用通知权限问题,解决微信推送跨域问题
  11. // @connect weixin.qq.com
  12. // @connect dingtalk.com
  13. // @connect day.app
  14. // @connect 127.0.0.1
  15. // @homepageURL https://www.xianbaoku.net/jiaocheng/505211.html
  16. // @run-at document-start
  17. // @grant unsafeWindow
  18. // @grant GM_xmlhttpRequest
  19. // @grant GM_notification
  20. // @grant GM_info
  21. // @license AGPL License
  22. // ==/UserScript==
  23. unsafeWindow.GM_xmlhttpRequest = GM_xmlhttpRequest;
  24. unsafeWindow.GM_notification = GM_notification;
  25. unsafeWindow.GM_info = GM_info;

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址