// ==UserScript== // @name V2EX No Node Specific Styles // @name:zh-CN V2EX 去除节点特性化样式 // @namespace https://github.com/utags // @homepageURL https://github.com/utags/userscripts#readme // @supportURL https://github.com/utags/userscripts/issues // @version 0.1.2 // @description Remove node-specific styles on V2EX by deleting all style tags under #Rightbar after page load. // @description:zh-CN 页面加载后删除 #Rightbar 下的所有 style 标签,去除 V2EX 节点特性化样式。 // @author Pipecraft // @license MIT // @icon https://www.google.com/s2/favicons?sz=64&domain=www.v2ex.com // @match https://*.v2ex.com/* // @match https://*.v2ex.co/* // @noframes // @run-at document-start // @grant none // ==/UserScript== ;(function () { 'use strict' })()