If you have an email ending in @hotmail.com, @live.com or @outlook.com (or any other Microsoft-related domain), please consider changing it to another email provider; Microsoft decided to instantly block the server's IP, so emails can't be sent to these addresses.
If you use an @yahoo.com email or any related Yahoo services, they have blocked us also due to "user complaints"
-UE
How do you do anything (aka Sandbox)
Comments
…
Other than the fact that it covered my markup bar for this WYSIWYG editor, causing me to be unable to apply markup. I mouse over it and get the text cursor (the capital i thing).
// @name Ignore (vanillaforums IJBM)
// @include http://www.itjustbugsme.com/forums/*
// ==/UserScript==
var ignorelist=["Tnophelia", "Chagen", "GIennmagusharvey", "CentraIAvenue", "O_O", "Smokie", "Falconfly", "DarkVorpy", "BanEvadingSockpuppet", "Pedobear", "Electivirus"];
var mlist;
var uls=document.getElementsByTagName("ul");
for (i in uls)
{
if (uls.className=="MessageList Discussion")
{
mlist=uls;
break;
}
}
var curli=mlist.firstChild;
var author;
while(1==1)
{
if (curli.nodeName=="LI")
{
author=curli.firstChild.nextSibling.firstChild.nextSibling.firstChild.nextSibling.firstChild.nextSibling.nextSibling.innerHTML;
for (i in ignorelist)
{
if (ignorelist==author)
{
curli.innerHTML="(IGNORED POST)";
}
}
}
if (curli!=mlist.lastChild)
{
curli=curli.nextSibling;
} else {
break;
}
}
You had me worried I'd pissed you off for a moment, there.
B: Why Electivirus?
(At some point I'm planning to make an actual thread whining about signs, but I need to finish some "drawings" first)
Because that was done like: