Facebook 'Fuck Off!'

By Jay Smith Last update Jul 31, 2009 — Installed 1,503 times.

"Fuck Off" doesn't show up in new version

in
Subscribe to "Fuck Off" doesn't show up in new version 3 posts, 3 voices



Augure User

This script seems to be really fun, but it doesn't work, maybe due to the last fb update, will fix it ?
Anyway, fun idea

 
sizzlemctwizzle Scriptwright

function $(element) { return document.getElementById(element); }

function process() {
  $('content').removeEventListener('DOMNodeInserted', process, false);
  var buttons = document.evaluate('//form//*[@value="Ignore"]', document, null, 6, null), button, i=0;
  while(button=buttons.snapshotItem(i++)) button.value = "Fuck Off!";
  $('content').addEventListener("DOMNodeInserted", process, false);
}

var checker=setInterval(function(){
    if($('content')) {
      clearInterval(checker);
      process();
    }
  }, 100);

 
Jay Smith Script's Author
FirefoxMacintosh

I'd forgotten I'd even created this. Thanks for the update, @sizzlemctwizzle. I've updated the script.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel