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 HN New Tab | |
| // @namespace https://news.ycombinator.com/ | |
| // @version 0.1 | |
| // @description Makes all links to posts and users open in a new tab | |
| // @match https://news.ycombinator.com/* | |
| // @grant none | |
| // @copyright 2014+, Ry167 | |
| // ==/UserScript== | |
| (function(){ |
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
| @-moz-document url-prefix("http://wallbase.cc/search"), url-prefix("http://wallbase.cc/toplist"), url-prefix("http://wallbase.cc/random") { | |
| #wrap{ | |
| min-width:1000px !important; | |
| } | |
| } |
NewerOlder