Petition to add "kiss" to the word filter. Replace all instances of "kiss" with "kill you with a rock".
// ==UserScript==
// @name Block Amazon links on Agora
// @namespace Ashman
// @description Agoraroad Amazon adblocker
// @match *://forum.agoraroad.com/index.php
// @run-at document-start
// ==/UserScript==
var amzlinks = document.querySelectorAll("a[href='https://amzn.to/4dKdb1v']");
amzlinks.forEach(e => e.remove());
foreach($agoraThreads as $thread)
{
if($thread->topic==$CURRENT_THING)
{
$thread->Delete();
}
}