您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Es bleibt hier alles so wie es ist
// ==UserScript== // @name Kein Tag im Seitentitel // @namespace http://pr0gramm.com/user/koma/no-tag-in-title // @version 0.1 // @description Es bleibt hier alles so wie es ist // @author koma // @match https://pr0gramm.com/* // @grant none // @run-at document-end // @icon https://pr0gramm.com/media/pr0gramm-favicon.png // ==/UserScript== (function() { window.p.View.Stream.Tags.prototype.loaded = new Function('item', window.p.View.Stream.Tags.prototype.loaded.toString().replace(/^function\(item\)\{([\s\S]+?)p\.mainView.setTitle\([^)]+\);\}$/, "$1")); })();