Skip to content

Instantly share code, notes, and snippets.

@straversi
Created July 28, 2015 18:50
Show Gist options
  • Save straversi/3c2681d1fb4e9dea4e97 to your computer and use it in GitHub Desktop.
Save straversi/3c2681d1fb4e9dea4e97 to your computer and use it in GitHub Desktop.
remove sidebar on reddit
javascript:(function()%7Bdocument.getElementsByClassName(%27side%27)%5B0%5D.style.display%3D%27none%27%3B%7D)()%3B
@straversi
Copy link
Author

Make a bookmark, click 'edit'/'edit address' (usually by right-clicking), and paste this code into the URL section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment