Skip to content

Instantly share code, notes, and snippets.

View ryanhalliday's full-sized avatar
🌲
Biology is as close as we have to alien technology

Ryan Halliday ryanhalliday

🌲
Biology is as close as we have to alien technology
View GitHub Profile
@ryanhalliday
ryanhalliday / HN_New_Tab.tamper.js
Last active August 29, 2015 13:58
HackNews New Tab
// ==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(){
@ryanhalliday
ryanhalliday / wallbase1000px.css
Last active August 29, 2015 13:56
Used to make Wallbase.cc work on vertical or low res monitors. This is a stylish script, also available at http://userstyles.org/styles/98605/wallbase-cc-1000px
@-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;
}
}