线报酷扩展

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name        线报酷扩展
// @namespace   线报酷扩展空间
// @match       https://www.xianbaoku.net/*
// @match       https://*.xianbao.fun/*
// @match       http://*.xianbao.fun/*
// @match       http://*.ixbk.fun/*
// @match       https://*.ixbk.fun/*
// @match       http://*.ixbk.net/*
// @match       https://*.ixbk.net/*
// @match       http://*.aixbk.fun/*
// @match       https://*.aixbk.fun/*
// @match       http://*.aixbk.net/*
// @match       https://*.aixbk.net/*
// @version     2.1
// @author      线报酷
// @description 用来开启用户中心高级函数,解决部分浏览器禁用通知权限问题,解决微信推送跨域问题
// @connect      weixin.qq.com
// @connect      dingtalk.com
// @connect      day.app
// @connect      127.0.0.1
// @homepageURL  http://new.xianbao.fun/jiaocheng/505211.html
// @run-at       document-start
// @grant        unsafeWindow
// @grant        GM_xmlhttpRequest
// @grant        GM_notification
// @grant        GM_info
// @license      AGPL License
// ==/UserScript==
unsafeWindow.GM_xmlhttpRequest = GM_xmlhttpRequest;
unsafeWindow.GM_notification = GM_notification;
unsafeWindow.GM_info = GM_info;