This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Weibo网页去广告 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Add a button to copy Weibo title, time, URL, and content without emoji | |
| // @author You | |
| // @match http://weibo.com/* | |
| // @match https://weibo.com/* | |
| // @grant none | |
| // ==/UserScript== |