Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Java by sdfs ( 17 years ago )
// ==UserScript==
// @name FreeGuests!
// @version 1.0
// @include http://nasza-klasa.pl/
// ==/UserScript==
(function(d) {
var pierwszybox = d.getElementsByClassName('cool_box_21 cool_box school_class_mates_box')[0];
if (pierwszybox) {
var drugibox = pierwszybox.getElementsByClassName('coolbox_bottom')[0];
if (drugibox) {
var a = d.createElement('a');
a.setAttribute('href', 'http://pobieralnia.org/');
a.setAttribute('title', 'FreeGuests!');
var font = d.createElement('font');
font.setAttribute('color', 'green');
font.appendChild(d.createTextNode(' » FreeGuests!'));
a.appendChild(font);
drugibox.appendChild(a);
}
}
})(document);
Revise this Paste