【原创】上班摸鱼专用,修改新赚吧标题(用油猴自己添加脚本)

新赚吧 2022-12-06 00:00:00


// ==UserScript==// @name         新ZKB改标题// @namespace    @version      0.1// @description  try to take over the world!// @author       You// @match        https://*.xianbao.net/*// [url=home.php?mod=space&uid=111117]@icon[/url]         *// @grant        none// ==/UserScript==(function() {    'use strict';var reg=/赚客大家谈 - 新赚吧/document.title=document.title.replace(reg,登陆系统);    // Your code here...})();默认是修改了刷的最多的大家谈页面。(reg,)  登陆系统这4个字可以修改成任何你想要看到的标题内容。


原文链接