Skip to content

Instantly share code, notes, and snippets.

@gabrielgilini
Created August 2, 2011 21:04
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 gabrielgilini/1121220 to your computer and use it in GitHub Desktop.
Save gabrielgilini/1121220 to your computer and use it in GitHub Desktop.
Remove os posts do Kamael do tópico atual
// Copie o código abaixo e cole na barra de endereços com "javascript:" antes.
// Ex: javascript:(function(){var c=document.getElementsByClassName("bigusername");for(var[...]
// Ou adicione em seus bookmarks e cliquem quando quiserem remover.
(function(){var c=document.getElementsByClassName("bigusername");for(var a=c.length;--a>=0;){if(c[a].href.indexOf("member.php?u=7569")!=-1){var b=c[a].parentNode;while(b&&b.className!="page"){b=b.parentNode}if(b){b.parentNode.parentNode.removeChild(b.parentNode)}}}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment