Bungie.net Community
This topic has moved here: Subject: Script Central> All GM Scripts Here!
  • Subject: Script Central> All GM Scripts Here!
Subject: Script Central> All GM Scripts Here!

Posted by: Commander GX
Bungie.Match.com: Our Johnson knows what the ladies like.


Posted by: Iggyhopper
After looking at it, Flatulator's is worse. Both can be improved, but Flatulator's can be improved more.

First, avoid using innerHTML to edit things. That will completely break other scripts that have events tied to it.

Secondly, you can simply pass the function OnButtonDown. You don't have to wrap it in another function.


Would you happen to have a link to where I can download ctjl96's version, since you helped and all?

  • 12.24.2011 6:49 PM PDT

AV=http://avatar.coolclip.ru/albums/Avatars/Avatars%2090x90/A vatars_90x90_022.gif
BG=http://avatar.coolclip.ru/albums/Avatars/Avatars%2090x90/A vatars_90x90_022.gif


Posted by: M94 Mushroom Man

Posted by: Iggyhopper
After looking at it, Flatulator's is worse. Both can be improved, but Flatulator's can be improved more.

First, avoid using innerHTML to edit things. That will completely break other scripts that have events tied to it.

Secondly, you can simply pass the function OnButtonDown. You don't have to wrap it in another function.


Would you happen to have a link to where I can download ctjl96's version, since you helped and all?
I do not have a link to it. He would have to upload it somewhere.

  • 12.24.2011 6:50 PM PDT

Five years older and wiser
The fires are burning, I'm fire, never tire
Slay warriors in the forests, and on hire

Just edit the other guys script in your GM options and paste CJ's 2 lines instead.

  • 12.24.2011 6:52 PM PDT

Confirm Save Thread
Firefox
Chrome

That should work. I'm trying to figure out my userscripts stuff.

[Edited on 12.24.2011 7:16 PM PST]

  • 12.24.2011 6:54 PM PDT

Alright, Mushy, let me know if that works.

  • 12.24.2011 7:17 PM PDT

Posted by: Commander GX
Bungie.Match.com: Our Johnson knows what the ladies like.


Posted by: ctjl96
Alright, Mushy, let me know if that works.


It works! :D

  • 12.24.2011 7:31 PM PDT

AV=http://avatar.coolclip.ru/albums/Avatars/Avatars%2090x90/A vatars_90x90_022.gif
BG=http://avatar.coolclip.ru/albums/Avatars/Avatars%2090x90/A vatars_90x90_022.gif

Alright. I give to you my next serious script: Bungie Enhancement Suite

Chrome: Download

Features:
- A "return to thread" link when sending messages from threads.
- Groups in your group list have a "last post", which tells you the time of your last post and links to it.
- Relevant subject titles are added to messages sent via group threads.
- Page titles are more useful.

Context: news post

  • 12.24.2011 8:33 PM PDT

Color The Sky
Lost In Las Vegas
Missed You

Remember all
The sadness and frustration
And let it go

<3

  • 12.24.2011 8:42 PM PDT

-blam!- <3.
Posted by: Iggyhopper
Alright. I give to you my next serious script: Bungie Enhancement Suite

Chrome: Download

Features:
- A "return to thread" link when sending messages from threads.
- Groups in your group list have a "last post", which tells you the time of your last post and links to it.
- Relevant subject titles are added to messages sent via group threads.
- Page titles are more useful.

Context: news post

  • 12.24.2011 9:24 PM PDT

Halo Waypoint Superintendent // Forger // Junior Games & Web Developer.

Halo4ger.com - Founder/Admin.

@DerFlatulator

Reaching Perfection || Blueprint -- Action Sack Lead

With the confirm script I wrote, regarding innerHTML, I posted the first version that 'worked'. I'll post a version that doesn't replace HTML, and uses inline JS for the asp confirm and post. The version I posted was to quickly cater for 1 user (guess who).

  • 12.24.2011 9:44 PM PDT

What's this stuff about asp confirm? It just uses a Javascript snippet, so you can just change that (so I've been told).
Posted by: Der Flatulator6
With the confirm script I wrote, regarding innerHTML, I posted the first version that 'worked'. I'll post a version that doesn't replace HTML, and uses inline JS for the asp confirm and post. The version I posted was to quickly cater for 1 user (guess who).

  • 12.24.2011 9:46 PM PDT

Halo Waypoint Superintendent // Forger // Junior Games & Web Developer.

Halo4ger.com - Founder/Admin.

@DerFlatulator

Reaching Perfection || Blueprint -- Action Sack Lead


Posted by: ctjl96
What's this stuff about asp confirm? It just uses a Javascript snippet, so you can just change that (so I've been told).
Posted by: Der Flatulator6
With the confirm script I wrote, regarding innerHTML, I posted the first version that 'worked'. I'll post a version that doesn't replace HTML, and uses inline JS for the asp confirm and post. The version I posted was to quickly cater for 1 user (guess who).
im not at home to test that, but wouldn't that break the [ Thread Saved ] to fire the js as well?

  • 12.24.2011 10:31 PM PDT

No. The page refreshes after it posts (I think).
Posted by: Der Flatulator6

Posted by: ctjl96
What's this stuff about asp confirm? It just uses a Javascript snippet, so you can just change that (so I've been told).
Posted by: Der Flatulator6
With the confirm script I wrote, regarding innerHTML, I posted the first version that 'worked'. I'll post a version that doesn't replace HTML, and uses inline JS for the asp confirm and post. The version I posted was to quickly cater for 1 user (guess who).
im not at home to test that, but wouldn't that break the [ Thread Saved ] to fire the js as well?

  • 12.24.2011 10:49 PM PDT

Someone want to give this a try?

Timestamp Converter For Firefox.

Here's what it does.

You (hopefully) won't have to play around with any offset settings any more, since I found a way to get the offset for Bungie's machines through Java. Only works on posts pages at the moment.

  • 12.30.2011 4:01 AM PDT

Five years older and wiser
The fires are burning, I'm fire, never tire
Slay warriors in the forests, and on hire

Posted by: dazarobbo
Someone want to give this a try?

Timestamp Converter For Firefox.

Here's what it does.

You (hopefully) won't have to play around with any offset settings any more, since I found a way to get the offset for Bungie's machines through Java. Only works on posts pages at the moment.

Looks good to me. It would be nice to also add this to the forum topics last replies.

  • 12.30.2011 4:13 AM PDT

Five years older and wiser
The fires are burning, I'm fire, never tire
Slay warriors in the forests, and on hire

And on that note.

Why don't we host our scripts on github? Easier version control and easier to manage multiple revisions via multiple people.

For example I could have added the functionality I suggested above myself in a branch and daza could just merge it in.
Just a thought.

  • 12.30.2011 4:15 AM PDT

Changed it around a bit. Looks like this now.

- Forum page shows relative timestamps along with the topics. Roll over with the mouse to show the full local date and time string. I could not justify keeping Bungie timestamps there.

- Posts show the local time along with a relative timestamp, and show the original Bungie timestamp (unaltered) on mouse hover.

Also fixed some number rounding issues. eg. it would show "24 hours ago" instead of "1 day ago".

  • 12.30.2011 9:18 AM PDT

Five years older and wiser
The fires are burning, I'm fire, never tire
Slay warriors in the forests, and on hire

Just realised I can't use your script on Windows because I forbid Java :(

  • 01.03.2012 8:43 PM PDT

"Wise men talk because they have something to say; fools, because they have to say something." -Plato

Github is strange.
Posted by: ApocalypeX
Why don't we host our scripts on github? Easier version control and easier to manage multiple revisions via multiple people.

  • 01.03.2012 9:28 PM PDT

Five years older and wiser
The fires are burning, I'm fire, never tire
Slay warriors in the forests, and on hire

Posted by: Rio de muerta
Github is strange.
Posted by: ApocalypeX
Why don't we host our scripts on github? Easier version control and easier to manage multiple revisions via multiple people.

http://progit.org/book/

  • 01.03.2012 9:44 PM PDT

AV=http://avatar.coolclip.ru/albums/Avatars/Avatars%2090x90/A vatars_90x90_022.gif
BG=http://avatar.coolclip.ru/albums/Avatars/Avatars%2090x90/A vatars_90x90_022.gif


Posted by: dazarobbo
Someone want to give this a try?

Timestamp Converter For Firefox.

Here's what it does.

You (hopefully) won't have to play around with any offset settings any more, since I found a way to get the offset for Bungie's machines through Java. Only works on posts pages at the moment.
ew java....

  • 01.03.2012 10:39 PM PDT

lolnope.

Any scripts around here where I can use IMG tags? I have a feeling I haven't looked hard enough through the thread to find one yet.

  • 01.05.2012 7:20 PM PDT

Posted by: Dark Martyr 117
Any scripts around here where I can use IMG tags? I have a feeling I haven't looked hard enough through the thread to find one yet.
I believe Duardo's posting tools parses images.

  • 01.05.2012 7:22 PM PDT

Nay, but Shi Options does, along with YouTube videos and it shows the URLs of named hyperlinks on hover if you have that feature on. This and Posting Tools are my favorite and most useful scripts; highly recommended. :-)
Posted by: Luke35120
Posted by: Dark Martyr 117
Any scripts around here where I can use IMG tags? I have a feeling I haven't looked hard enough through the thread to find one yet.
I believe Duardo's posting tools parses images.

dat Google translate
Never thought I'd say this, but lrn2spanish. Hahahaha.
Posted by: ThundaCat
Buen trabajo amigo me gusta, Olé!


[Edited on 01.06.2012 3:02 AM PST]

  • 01.06.2012 2:59 AM PDT