I gotta admit it, F bombs are clickbait to me.
"The Cabal of Eight Pt.21: Blood Fucking Red" "Canada police investigate theft of fucking mummified human toe served in drinks " "Why The Fuck Is China Snatching Up Australian Farmland?" "TIH: JUne 21, 1732- Fucking Johann Christoph Freidrich Bach is born" There needs to be a Firefox extension for this.
why the fuck am i wasting time doing this i have philosophy exam tomorrow A.S. Don't copy anything from here. Formatting screws up the code. Go to the page where you'd like to see the replacement. Open console (or web inspector or whatever). Copy the following string. Paste the string into the console. Press Enter. Copy the following string. Paste the string into the console. Press Enter. You should now see the replacement at work. It's crude and the changes are temporary, but this should amuse you for a couple of minutes with various websites. The above function will return a different choice for replacement every time. To keep the same choice, copy/paste/Enter the following two strings separately instead: and EDIT: Fuck. mk, check this out. I thought the two-space prefix was supposed to make it a <code>/<pre>. var choices = ["the fuck", "in the fuck", "in the name of Jesus Fucking Christ"];
document.querySelector('body').innerText = document.querySelector('body').innerText.replace(/[w
W]hy/g, function (match) { return match " " choices[Math.floor(Math.random() choices.length)] });
var choiceIndex = Math.floor(Math.random() choices.length);
document.querySelector('body').innerText = document.querySelector('body').innerText.replace(/[wW]hy/g, function (match) { return match " " choices[choiceIndex] });