- Portals
- The Current Year
- ED in the News
- Admins
- Help ED Rebuild
- Archive
- ED Bookmarklet
- Donate Bitcoin
Contact an admin on Discord or EDF if you want an account. Also fuck bots.
User:TKN/vector.js
From Encyclopedia Dramatica
< User:TKN
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
// Figure out why this ends up between facebook and twitter
window.onload = function() {
document.getElementById('siteNoticeLinks').innerHTML += ' • <a href="/Project:SysOp_Tasks">SysOp Tasks</a>';
if (wgCanonicalSpecialPageName == "Blockip" && !document.getElementById('Already_blocked')) {
$('#wpEmailBan').attr('checked', true);
$('#wpAllowUsertalk').attr('checked', false);
$('#wpBlockExpiry').attr('value', 'infinite')
}
if (wgAction != 'purge')
{
$('#ca-view').after('<li id="ca-purge"><a href="' + wgServer + '/' + wgPageName + '?action=purge' +'"><span>*</span></a></li>');
}
else
{
$('#ca-view').after('<li id="ca-purge" class="selected"><a href="' + wgServer + '/' + wgPageName + '?action=purge' +'"><span>*</span></a></li>');
}
}