| View previous topic :: View next topic |
| Author |
Message |
Aviar³ Grandmaster Cheater
Reputation: 50
Joined: 03 Jan 2008 Posts: 655 Location: Canada
|
Posted: Fri May 28, 2010 8:41 pm Post subject: Someone convert this into a code style. |
|
|
// ==UserScript==
// @name Cheat Engine Forums layout
// @namespace http://userstyles.org
// @description I like hotdogs
// @author Holland
// @homepage http://userstyles.org/styles/30251
// @include http://forum.cheatengine.org*
// ==/UserScript==
(function() {
var css = ".code {\nbackground-color:#000000 !important;\nborder:1px solid #101010 !important;\ncolor:#101010 !important;\n}\n body\n {\n background-color: #000000 !important;\n }\n .bodyline\n {\n background-color: #161616 !important;\n }\n .row1\n {\n background-color: #161616 !important;\n }\n .row2\n {\n background-color: #323232 !important;\n }\n .row3, .spacerow\n {\n background-color: #101010 !important;\n }\n .row3Right\n {\n background-color: #101010 !important;\n }\n th, td.catBottom, td.catHead, td.catLeft, .rowpic\n {\n border: medium solid #990000 !important;\n background-color: #272727 !important;\n }\n .maintitle\n {\n color: #101010 !important;\n }\n .attachheader\n {\n background-color: #000bff !important;\n }\n .bg\n {\n background-color: #101010 !important;\n }\n .quote\n {\n background-color: #101010 !important;\n border: 1px dotted #101010 !important;\n }\n input, .button, textarea, select\n {\n background-color: #101010 !important;\n border-color: #101010 !important;\n }";
if (typeof GM_addStyle != "undefined") {
GM_addStyle(css);
} else if (typeof PRO_addStyle != "undefined") {
PRO_addStyle(css);
} else if (typeof addStyle != "undefined") {
addStyle(css);
} else {
var heads = document.getElementsByTagName("head");
if (heads.length > 0) {
var node = document.createElement("style");
node.type = "text/css";
node.appendChild(document.createTextNode(css));
heads[0].appendChild(node);
}
}
})();
Then congrats, you got a new style.
(I used Hollands source, because I don't have much time)
Creds to Holland.
_________________
This is the inception of deception, checking the depth of your perception.
 |
|
| Back to top |
|
 |
Moments Grandmaster Cheater Supreme
Reputation: 17
Joined: 20 Mar 2008 Posts: 1196
|
Posted: Fri May 28, 2010 8:53 pm Post subject: |
|
|
>code style
>holy shit specific
|
|
| Back to top |
|
 |
Aviar³ Grandmaster Cheater
Reputation: 50
Joined: 03 Jan 2008 Posts: 655 Location: Canada
|
Posted: Fri May 28, 2010 8:55 pm Post subject: |
|
|
| Sorrow wrote: | >code style
>holy shit specific |
or download hollands, then paste this in the file over his.
_________________
This is the inception of deception, checking the depth of your perception.
 |
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Fri May 28, 2010 8:55 pm Post subject: |
|
|
| Code: | | 1010101110011010110101010101010111011010110000101010111001101011010101010101011101101011000010101011100110101101010101010101110110101100001010101110011010110101010101010111011010110000101010111001101011010101010101011101101011000010101011100110101101010101010101110110101100001010101110011010110101010101010111011010110000101010111001101011010101010101011101101011000010101011100110101101010101010101110110101100001010101110011010110101010101010111011010110000101010111001101011010101010101011101101011000010101011100110101101010101010101110110101100001010101110011010110101010101010111011010110000101010111001101011010101010101011101101011000010101011100110101101010101010101110110101100001010101110011010110101010101010111011010110000101010111001101011010101010101011101101011000010101011100110101101010101010101110110101100001010101110011010110101010101010111011010110000 |
|
|
| Back to top |
|
 |
Moments Grandmaster Cheater Supreme
Reputation: 17
Joined: 20 Mar 2008 Posts: 1196
|
Posted: Fri May 28, 2010 8:56 pm Post subject: |
|
|
| Random Memory wrote: | | Sorrow wrote: | >code style
>holy shit specific |
or download hollands, then paste this in the file over his. | Or make a new script in Greasemonkey...?
|
|
| Back to top |
|
 |
Aviar³ Grandmaster Cheater
Reputation: 50
Joined: 03 Jan 2008 Posts: 655 Location: Canada
|
Posted: Fri May 28, 2010 8:58 pm Post subject: |
|
|
| Sorrow wrote: | | Random Memory wrote: | | Sorrow wrote: | >code style
>holy shit specific |
or download hollands, then paste this in the file over his. | Or make a new script in Greasemonkey...? |
Never works for me.
_________________
This is the inception of deception, checking the depth of your perception.
 |
|
| Back to top |
|
 |
|