"Fuck Off" doesn't show up in new version
|
|
This script seems to be really fun, but it doesn't work, maybe due to the last fb update, will fix it ?
|
|
|
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);
|
![]() ![]() |
I'd forgotten I'd even created this. Thanks for the update, @sizzlemctwizzle. I've updated the script. |

