Skip to content

Instantly share code, notes, and snippets.

Created July 30, 2012 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3204592 to your computer and use it in GitHub Desktop.
Save anonymous/3204592 to your computer and use it in GitHub Desktop.
Bajavotear r/memexico
// ==UserScript==
// @name Bajavotear Memexico
// @match http://www.reddit.com/r/memexico*
// ==/UserScript==
var down_array = document.getElementsByClassName("down");
for(var i = 0; i < down_array.length; i++) {
down_array[i].style.display = "block";
down_array[i].style.visibility = "visible";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment