// ==UserScript== // @name 开源中国去用户标签 // @namespace http://tampermonkey.net/ // @version 0.2 // @description try to take over the world! // @author MYL // @match https://**.oschina.net/** // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... console.log("开始执行去标签脚本"); var list=document.getElementsByClassName("__user"); for(var i=0; i