Skip to content

Instantly share code, notes, and snippets.

@vpetro
Created November 4, 2011 19:33
Show Gist options
  • Save vpetro/1340269 to your computer and use it in GitHub Desktop.
Save vpetro/1340269 to your computer and use it in GitHub Desktop.
remove some elements from stackoverflow.com when using pentadactyl
javascript <<EOF
function cleanStackOverflow() {
$("#sidebar, #content, #mainbar, #question, #answers, div.post-text").css('width', '100%');
}
EOF
autocmd DOMLoad stackoverflow.com -js cleanStackOverflow();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment