View previous topic :: View next topic |
Author |
Message |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Fri Jun 11, 2010 12:03 pm Post subject: IT WORKS NOW! |
|
|
OH yeah
Code: | // ==UserScript==
// @name adding text styling test
// @namespace http://forum.cheatengine.org/*
// @include *forum.cheatengine.org/*
// ==/UserScript==
var postButton = document.forms.namedItem("post").elements.namedItem("post");
function styling(){
var newmsg = "";
var oldmsg = "";
var postMessage = document.forms.namedItem("post").elements.namedItem("message");
var newmsgpos = 0;
if (postMessage.value.lastIndexOf("[/quote]") == -1){
newmsg = postMessage.value;
oldmsg = "";
}
else if (postMessage.value.lastIndexOf("[/quote]") != -1){
newmsgpos = postMessage.value.lastIndexOf("[/quote]");
newmsg = postMessage.value.substring(newmsgpos + 8);
oldmsg = postMessage.value.substring(0,newmsgpos + 8);
}
postMessage.value = oldmsg + "[color=darkblue][size=9] " + newmsg + " [/size][/color]";
}
postButton.addEventListener("click", styling, true); |
|
|
Back to top |
|
 |
elpacco Grandmaster Cheater Supreme
Reputation: 30
Joined: 16 Oct 2007 Posts: 1267
|
Posted: Fri Jun 11, 2010 12:04 pm Post subject: |
|
|
What in god's name are you adding a custom style to?
_________________
[AM]Misery wrote: |
FangBanger wrote: | What is the best way for a lv19 Soldier to solo Sledge on Borderlands? | Shoot him. |
|
|
Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Fri Jun 11, 2010 12:04 pm Post subject: |
|
|
normal posts
|
|
Back to top |
|
 |
Yazu™ How do I cheat?
Reputation: 14
Joined: 24 Oct 2008 Posts: 0
|
Posted: Fri Jun 11, 2010 12:05 pm Post subject: |
|
|
Gratz, gogo :D
|
|
Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Fri Jun 11, 2010 12:05 pm Post subject: |
|
|
Dat bear wrote: | Gratz, gogo :D |
:3
|
|
Back to top |
|
 |
1929394839292057839194958 Grandmaster Cheater Supreme
Reputation: 130
Joined: 22 Dec 2006 Posts: 1509
|
Posted: Fri Jun 11, 2010 12:09 pm Post subject: |
|
|
Herp derp
|
|
Back to top |
|
 |
Simon :v Grandmaster Cheater
Reputation: 38
Joined: 11 Oct 2006 Posts: 708
|
Posted: Fri Jun 11, 2010 12:10 pm Post subject: |
|
|
Er, Cris did this for me like, back when I still went through the trouble of posting in color for every post.
|
|
Back to top |
|
 |
1929394839292057839194958 Grandmaster Cheater Supreme
Reputation: 130
Joined: 22 Dec 2006 Posts: 1509
|
Posted: Fri Jun 11, 2010 12:10 pm Post subject: |
|
|
testtttt
|
|
Back to top |
|
 |
:^( Grandmaster Cheater
Reputation: 109
Joined: 25 May 2007 Posts: 689
|
Posted: Fri Jun 11, 2010 12:11 pm Post subject: |
|
|
@Misery wrote: | Er, Cris did this for me like, back when I still went through the trouble of posting in color for every post. |
Mhm.
|
|
Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Fri Jun 11, 2010 12:13 pm Post subject: |
|
|
@Misery wrote: | Er, Cris did this for me like, back when I still went through the trouble of posting in color for every post. |
;-;
|
|
Back to top |
|
 |
Simon :v Grandmaster Cheater
Reputation: 38
Joined: 11 Oct 2006 Posts: 708
|
Posted: Fri Jun 11, 2010 12:25 pm Post subject: |
|
|
gogodr wrote: | @Misery wrote: | Er, Cris did this for me like, back when I still went through the trouble of posting in color for every post. |
;-; |
Oh, yours supports quotes.
If I recall correctly, Cris' didn't have quote support (I think).
|
|
Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Fri Jun 11, 2010 12:26 pm Post subject: |
|
|
@Misery wrote: | gogodr wrote: | @Misery wrote: | Er, Cris did this for me like, back when I still went through the trouble of posting in color for every post. |
;-; |
Oh, yours supports quotes.
If I recall correctly, Cris' didn't have quote support (I think). |
the hard thing was to make that thing.
|
|
Back to top |
|
 |
Haxory' Grandmaster Cheater Supreme
Reputation: 92
Joined: 30 Jul 2007 Posts: 1900
|
|
Back to top |
|
 |
The Fish Expert Cheater
Reputation: 3
Joined: 11 Aug 2008 Posts: 114 Location: Ohio bitch
|
Posted: Fri Jun 11, 2010 12:28 pm Post subject: |
|
|
I've stolen and modded it.
_________________
It was nice while it lasted. |
|
Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Fri Jun 11, 2010 12:28 pm Post subject: |
|
|
konr did it first
|
|
Back to top |
|
 |
|