Make 9gag great again. (For now all it do, is open Comment Section instant)
// ==UserScript== // @name 9Gay // @namespace http://tampermonkey.net/ // @version 0.1 // @description Make 9gag great again. (For now all it do, is open Comment Section instant) // @author novy93 // @match https://9gag.com/gag/* // @icon https://www.google.com/s2/favicons?sz=64&domain=9gag.com // @grant none // ==/UserScript== (function() { document.getElementsByClassName("post-tab-bar__tabs")[0].children[0].click(); })();