How to change "Connections" back to "Friends" on Roblox website in under 2-minutes. 🤩 [A THREAD 🧵] Would appreciate if you guys like and retweet this. Works with your favourite code editor. 🔨 Google only. Let me know if you need an Opera or Firefox tutorial.
Step 1: Follow this tutorial. https://www.youtube.com/watch?...
Step 2: Paste this code into 'Manifest.json' { "manifest_version": 3, "name": "Roblox 'Connections' -> 'Friends'", "version": "1.0", "description": "Changes 'Connections' to 'Friends' on Roblox to counter the controversial update.", "permissions": ["scripting"],
Step 3: Paste this code in 'Content.js' function replaceText(node) { if (node.nodeType === Node.TEXT_NODE) { if (node.textContent.includes("Connections")) { node.textContent = node.textContent.replace(/Connections/g, "Friends"); } } else { node.childNodes.forEach(replaceText); }
Step 4: Follow the rest of the Youtube tutorial on how to activate on Google Chrome for Desktop. https://www.youtube.com/watch?...
ALL QUESTIONS WELCOME! 💬
@dev_n1ghtm4re what if i wanted to do this on firefox 💔
@fireisnotreal I have just submitted the Firefox extension version to Firefox themselves. Under review right now but should be ready in 24h so you don't need to worry about the technical side to it.
@dev_n1ghtm4re What is the point of this, everyone will still see it as connections?
@dev_n1ghtm4re Thank you so much!
@dev_n1ghtm4re can you do one for admirers next?


