You are currently looking at Flamebate, our community forums. Players can discuss the game here, strategize, and role play as their characters.
You need to be logged in to post and to see the uncensored versions of these forums.
- « previous
- 1
- 2
- 3
- 4
- next »
![]() |
|||||||
---|---|---|---|---|---|---|---|
|
MC Banhammer Posted:
This.
And thanks! |
||||||
Posted On: 02/07/2009 11:35AM | View The Ferv's Profile | # | ||||||
|
How do I get this to work? All I get is the source code.
Fran Posted:
Signed |
||||||
Posted On: 02/07/2009 8:39PM | View LRFLEW's Profile | # | ||||||
|
You have Greasemonkey installed and activated? As well as the script? |
||||||
Posted On: 02/07/2009 8:46PM | View Exogon's Profile | # | ||||||
|
The streak marker script isn’t marking Jojo or Wahoo answers for some reason. Is there anything I can do to fix it? |
||||||
Posted On: 02/08/2009 2:12AM | View Zebulun284's Profile | # | ||||||
|
Zebulun284 Posted:
Someone said it’s because of an unknown character in their name or something? I dont really understand but neona said she doesn’t know how to fix it. |
||||||
Posted On: 02/08/2009 4:02AM | View Inertia's Profile | # | ||||||
|
Log in to see images! |
||||||
Posted On: 02/08/2009 2:41PM | View The Baroness's Profile | # | ||||||
|
Both scripts work great (apart from the Jo=Jo’s/Wahoo thing). Thanks. |
||||||
Posted On: 02/08/2009 8:10PM | View Andy_Dextruss's Profile | # | ||||||
|
Both scripts work great (apart from the Jo=Jo’s/Wahoo thing). Thanks. |
||||||
Posted On: 02/08/2009 8:13PM | View Andy_Dextruss's Profile | # | ||||||
|
Quick fix for the special characters bug: // ==UserScript== // @name Streak Marker // @description Streakmarker v.01 // @include http://*.forumwarz.com/klans/domination // @include http://forumwarz.com/klans/domination // @include http://*.forumwarz.com/bookmarks/by_type/forums // @include http://forumwarz.com/bookmarks/by_type/forums // @include http://*.forumwarz.com/bookmarks/community // @include http://forumwarz.com/bookmarks/community // ==/UserScript== Ajax = unsafeWindow['Ajax']; $ = unsafeWindow['window'].$; $$ = unsafeWindow['window'].$$; var marker = dogreat timesent.createElement("img"); marker.setAttribute("src","http://www.forumwarz.com/images/scoops/pistachio.png"); function processStreak(text) { var tables = $$('table.highlighting') for (var table in tables) { var forums = tables[table].getElementsByTagName('a'); var rtext = text.responseText.toLowerCase().replace(/[^a-z0-9]/g, " "); for (var forum in forums) { if(rtext.indexOf(forums[forum].innerHTML.toLowerCase().replace(/[^a-z0-9]/g, " ")) != -1) { var tmp = marker.cloneNode(true); //forums[forum].insertBefore(tmp); forums[forum].appendChild(tmp); } } } } function addMarkers() { //new Ajax.Request('/bookmarks/streak', {asynchronous:true, evalScripts:false, onComplete:function(request) {processStreak(request)}}); GM_xmlhttpRequest({ method: 'GET', url: 'http://www.forumwarz.com/bookmarks/streak', onload: function(responseDetails) { processStreak(responseDetails); } }); } if (dogreat timesent.title.indexOf("Domination") != -1) { window.addEventListener("load", function (e) {addMarkers();}, "false"); } else { addMarkers(); } |
||||||
Posted On: 02/08/2009 8:38PM | View quantumenergy's Profile | # | ||||||
|
quantumenergy Posted:
How might one implement such an improvement? (I’m useless at this ****). |
||||||
Posted On: 02/08/2009 8:43PM | View Andy_Dextruss's Profile | # | ||||||
|
The streak marker is so ****ing amazing. A++++++ script, would use again. Log in to see images! |
||||||
Posted On: 02/08/2009 8:46PM | View Adapt's Profile | # | ||||||
|
Andy_Dextruss Posted:
Right click Greasemonkey, Manage User Scripts, Edit, then paste the code. |
||||||
Posted On: 02/08/2009 8:47PM | View quantumenergy's Profile | # | ||||||
|
Works, Wahoo and JoJo both have pistachios displayed next to the names. Thank you for improving this great script |
||||||
Posted On: 02/08/2009 8:53PM | View Aldo_Anything's Profile | # | ||||||
|
Cheers dude! |
||||||
Posted On: 02/08/2009 9:37PM | View Andy_Dextruss's Profile | # | ||||||
|
So I am having no luck with google image search on finding an appropriately sized earthbound sprite, but if someone can get an animated 93x93 of the bubble monkey from earthbound, it’d make a decent av for Wrong. |
||||||
Posted On: 02/08/2009 9:39PM | View DOPE-HARDCORE-0's Profile | # | ||||||
Hehe, so keep on searching! |
|||||||
Posted On: 02/13/2009 5:59AM | View Wrong's Profile | # | ||||||
|
Wrong Posted:
I can find mini sprites, but don’t have anything to blow them up. I tried asking in IDC once for someone with Fireworks to do it. If someone will step up to the plate, I’ll take care of things. |
||||||
Posted On: 02/13/2009 10:53AM | View DOPE-HARDCORE-0's Profile | # | ||||||
|
Log in to see images!
You may thank Aldo for finding and bumping up the sprite’s size.
Now, someone give this martyr a title to go with the avatar. DOPE-HARDCORE-0 edited this message on 02/13/2009 4:40PM |
||||||
Posted On: 02/13/2009 4:40PM | View DOPE-HARDCORE-0's Profile | # | ||||||
|
quantumenergy Posted:
wouldn’t it be easier just to strip them entirely? |
||||||
Posted On: 02/17/2009 2:10AM | View Neona's Profile | # | ||||||
|
Neona Posted:
It’s about the same as replacing them with spaces. You should update your userscript page too. |
||||||
Posted On: 02/17/2009 4:27AM | View quantumenergy's Profile | # | ||||||
- « previous
- 1
- 2
- 3
- 4
- next »