Greasy Fork is available in English.

线报酷扩展

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

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==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;