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 Remove twitter analytics | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description removes the ugly view analytics from twitter | |
| // @author Bowiemtl | |
| // @match *://*.twitter.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com | |
| // @require http://code.jquery.com/jquery-latest.js | |
| // ==/UserScript== |