您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds "| Empire | Brotherhood | Nexus | Infamous | iOS & iDevices |"
当前为
// ==UserScript== // @name xadamxk custom header // @namespace http://use.i.E.your.homepage/ // @version 1.0.1 // @description Adds "| Empire | Brotherhood | Nexus | Infamous | iOS & iDevices |" // @match http://*/* // @copyright 2012+, You // ==/UserScript== var regex = /\(Unread(.*?)\)/; var revised = "(Unread $1) | <a href='forumdisplay.php?fid=25'>Lounge</a> | <a href='forumdisplay.php?fid=250'>Pheonix</a> | <a href='forumdisplay.php?fid=280'>Brotherhood</a> | <a href='forumdisplay.php?fid=88'>Computing Tab</a> | <a href='forumdisplay.php?fid=53'>Groupss</a> | <a href='forumdisplay.php?fid=137'>iOS & iDevices</a> | <a href='forumdisplay.php?fid=2'>RANF</a> | <a href='forumdisplay.php?fid=123'>Mentor</a> |"; document.getElementById('panel').innerHTML= document.getElementById('panel').innerHTML.replace(regex,revised);