I searched but I found nothing...

Thank you!
Code: Select all
javascript:%7Bfunction%20setDocumentColors(node,%20bgcolor,%20color)%20%7B%20%20%20%20if%20(node.style%20!=%20undefined)%20%7B%20%20%20%20%20%20%20%20node.style.backgroundColor%20=%20bgcolor;%20%20%20%20%20%20%20%20node.style.color%20=%20color;%20%20%20%20%20%20%20%20node.style.textShadow%20=%20'none';%20%20%20%20%7D%20%20%20%20if%20(node.hasChildNodes())%20%7B%20%20%20%20%20%20%20%20var%20children%20=%20node.childNodes;%20%20%20%20%20%20%20%20for%20(var%20i%20=%200,%20len%20=%20children.length;%20i%20%3C%20len;%20++i)%20%7B%20%20%20%20%20%20%20%20%20%20%20%20setDocumentColors(children%5Bi%5D,%20bgcolor,%20color);%20%20%20%20%20%20%20%20%7D%20%20%20%20%7D%7DsetDocumentColors(window.document.body,%20'black',%20'white');%7D
Code: Select all
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("deskthority.net") {
* {
color: white ! important;
background-color: black ! important;
text-shadow: none;
}
.round-button {
color: black ! important;
}
}
Disgusting... You watch too many american horror movies...
Having to keep stabbing every page to get the right colours would make me tear my hair out. Stylish styles can be toggled easily via the toolbar button, and they remain active or inactive until further instruction (this makes them useful for development simulation).
Yes. Five centuries ago, when the Republic of Venice was defending Europe from the Turks...