// ==UserScript== // @name 9GAG Mobile to Full/Normal Redirection // @namespace mcdope // @description Redirects 9GAG mobile pages to the full version, to avoid that absurd 100% zoom // @include http://m.9gag.com/gag/* // @version 1.1 // @grant none // @icon http://assets-9gag-lol.9cache.com/static/main/core/20140127_1390790332/img/favicon_v2.png // @run-at document-start // ==/UserScript== window.location.href = window.location.href.replace("m.9gag.com", "9gag.com");