diff --git a/Source/content_script.js b/Source/content_script.js index a34d9d18..63118730 100644 --- a/Source/content_script.js +++ b/Source/content_script.js @@ -1,5 +1,7 @@ walk(document.body); +document.title = document.title.replace(/cloud/g,"butt") + function walk(node) { // I stole this function from here: