// ==UserScript== // @name 去开源中国用户标签 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 这是用来去除开源中国乱弹标签的小功能,暂时不完善。 // @author MYL // @match https://www.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