Bungie.net Community
This topic has moved here: Subject: Script Central> New: Hawtbar
  • Subject: Script Central> New: Hawtbar
Subject: Script Central> New: Hawtbar
  • gamertag: [none]
  • user homepage:

:)

Can someone make a script for me? It really shouldn't be too hard, I wouldn't think.

Linky for reference.

I'd like the auto-responder button moved / copied down with all the other buttons. If you want to use it on an unread message, you just select it using the boxes and press the auto-responder button.

I'd try to do it myself, but I never know how to start these things off.

  • 05.30.2012 9:35 AM PDT
Subject: Script Central> All GM Scripts Here!

Posted by: jross1993
It really shouldn't be too hard, I wouldn't think.

It's actually not possible, simply because of the way the buttons on Bnet work. Here, when a button is clicked, all you do is send the website the id of the element you clicked and then the website does everything else. So, when you click an auto-responder button, it just posts the id of that button and the site shoots an auto-responder PM to them, in response to the PM you were viewing when you clicked it. It uses your location on the site to determine what to do (e.g., your msgID is shown in the URL; the site uses that to tell which message to send an auto-respond reply to), and there wouldn't be a button with the id that a auto-responder button would have (they all have the same id because there can be no more than one on any given page, and there shouldn't not be more than one on any given page because they all have the same id). So basically the problem is you would run the function that an auto-responder onclick usually does and get nothing. Because Bnet uses this system, normally simple things like this are impossible to emulate.

TL;DR: Nope.

[Edited on 06.02.2012 7:36 PM PDT]

  • 06.02.2012 7:35 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: ctjl96
TL;DR: Yes it's possible.

  • 06.02.2012 8:42 PM PDT

Posted by: ApocalypeX
Posted by: ctjl96
TL;DR: Yes it's possible.

I don't see how, but if you'd love to enlighten us all rather than leaving an intentionally vague response I would be thrilled.

  • 06.02.2012 8:45 PM PDT

Still waiting for Apoc's astronomical stores of knowledge to be unleashed before us.

[Edited on 06.09.2012 6:14 PM PDT]

  • 06.09.2012 6:14 PM PDT

Original Account-Sargeantomeg4-Intrepid Mythic Member-01/06/08 to 02/29/12

2 questions.

How do I make the ignore script ignore people?

Does it work in private groups?

  • 06.14.2012 3:08 PM PDT

Cammalamm is the best.

External Links-
>My Photobucket page
>My Twitter account


Posted by: Elite_Buddy
Does anyone have a working download link for Shi Options?


here you go

  • 06.16.2012 5:22 PM PDT

#101111011110111100001# is a '7'.
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
Greasemonkey Scripts
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
Posted by: Alec9224
Indeed. I haven't had XBL for a long time, but I still come on her everyday.

I am pretty damn proud of this script.

Recent Group Posts
Screenshot 1
Screenshot 2
Install

The script stores quite a bit of data, so it will keep track of twenty-five of your most recent posts made in private groups. After that, it will reset. I realize that that isn't very efficient, but I am open to suggestions. Enjoy!

  • 06.22.2012 7:58 AM PDT

When you write out the data from localStorage (via the innerHTML property), you should encode it to prevent broken markup and possible script injection.

Check out the two functions here named String.HTMLEncode and String.prototype.HTMLEncode. Use it like this:var unsafeStr = "<script>alert('xss')</script>" ;
var safeStr = unsafeStr.HTMLEncode();

// safeStr is set to
// &lt;script&gt;alert(&#39;xss&#39;)&lt;/sc ript&gt;
// which you can safely pass to the innerHTML property

  • 06.22.2012 8:16 AM PDT
  • gamertag: [none]
  • user homepage:

:)


Posted by: robby118
I am pretty damn proud of this script.

Recent Group Posts
Screenshot 1
Screenshot 2
Install

The script stores quite a bit of data, so it will keep track of twenty-five of your most recent posts made in private groups. After that, it will reset. I realize that that isn't very efficient, but I am open to suggestions. Enjoy!

I like. Very much. :)

  • 06.23.2012 12:58 PM PDT

Now, in the quantum moment before the closure, when all become one. One moment left. One point of space and time.

I know who you are.

You are Destiny.

Wow! Great job Robby! This is awesome!

  • 06.23.2012 1:13 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

Nice!

  • 06.23.2012 1:29 PM PDT
  • gamertag: ALI217
  • user homepage:

I'm gonna finish it. Just like Jigga did to the pyramid.

Nice collection Duardo.

  • 06.24.2012 1:25 PM PDT
  • gamertag: [none]
  • user homepage:

:)


Posted by: robby118
I am pretty damn proud of this script.

Recent Group Posts
Screenshot 1
Screenshot 2
Install

The script stores quite a bit of data, so it will keep track of twenty-five of your most recent posts made in private groups. After that, it will reset. I realize that that isn't very efficient, but I am open to suggestions. Enjoy!

Ever since installing the script, when I close Firefox it comes up with an error and asks me to restore all the tabs. Not sure if it's caused by the script specifically or something on my end, but interesting nonetheless.

  • 06.26.2012 1:06 AM PDT
  • gamertag: [none]
  • user homepage:

Talk to the Soul | ~B.B. | Know Your Duardo |  | Hero | ISFJ | 77135 | 94371

"It's not who I am underneath, but what I do that defines me."

Posted by: robby118
I am pretty damn proud of this script.

Recent Group Posts
Screenshot 1
Screenshot 2
Install

The script stores quite a bit of data, so it will keep track of twenty-five of your most recent posts made in private groups. After that, it will reset. I realize that that isn't very efficient, but I am open to suggestions. Enjoy!
It just, completely resets? Why not have the oldest post just auto-delete when a new one is created?

Also, this script is AMAZING!

  • 06.26.2012 10:02 AM PDT

#101111011110111100001# is a '7'.
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
Greasemonkey Scripts
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
Posted by: Alec9224
Indeed. I haven't had XBL for a long time, but I still come on her everyday.

Posted by: jross1993
Ever since installing the script, when I close Firefox it comes up with an error and asks me to restore all the tabs. Not sure if it's caused by the script specifically or something on my end, but interesting nonetheless.
I'll look into it, but I can't imagine that it would be related.

Posted by: Duardo
It just, completely resets? Why not have the oldest post just auto-delete when a new one is created?

Also, this script is AMAZING!
GENIUS.

I had a few tweaks in mind that I wanted to make, so I'll try to implement this.

  • 06.26.2012 2:36 PM PDT
Subject: Script Central>New: Xbox.com profile Search; Jump to last post

Artes, Scientia, Veritas

Sapere Aude

"But I do not think we're invincible"

Is there any script for keeping track of group stats - total number of threads, posts, etc.?

  • 06.28.2012 2:07 AM PDT

#101111011110111100001# is a '7'.
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
Greasemonkey Scripts
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
Posted by: Alec9224
Indeed. I haven't had XBL for a long time, but I still come on her everyday.

I have made a few adjustments to the Recent Group Posts script:

- The twenty-five post limit has been scrapped. You can instead choose to manually clear your post history.

- Edits should no longer appear as new posts.

- Because the postID of created threads is not determined until after you have created them, the links for threads that you have created will simply take you to the group's forum page. If I knew a way to fix that, I would.

Install

  • 06.28.2012 5:43 PM PDT

Cammalamm is the best.

External Links-
>My Photobucket page
>My Twitter account


Posted by: robby118
I have made a few adjustments to the Recent Group Posts script:

- The twenty-five post limit has been scrapped. You can instead choose to manually clear your post history.

- Edits should no longer appear as new posts.

- Because the postID of created threads is not determined until after you have created them, the links for threads that you have created will simply take you to the group's forum page. If I knew a way to fix that, I would.

Install


very nice

  • 07.01.2012 7:49 AM PDT
Subject: Script Central> All GM Scripts Here!

Cammalamm is the best.

External Links-
>My Photobucket page
>My Twitter account

can someone make a user scripted that add a pop out tap the existing community tab that has all the game forums on it? to make it so you do not have to go threw the extra -blam!- to get to the game forums.

thanks if possible.

  • 07.01.2012 8:58 AM PDT
Subject: Script Central> New: Hawtbar
  • gamertag: [none]
  • user homepage:

:)

Dazarobbo's timestamp converter script crashes Firefox when you exit out of the browser.

After testing all my addons manually to see if they were the cause, I narrowed it down to Greasemonkey. I then noticed it would only happen if I had Bungie.net open. After turning scripts off one by one and restarting Firefox, I narrowed it down to the timestamp converter script.

Is this happening to anyone else? Being Australian, I find it useful and would like to start using it again. I'm using Firefox 13.0.1 if that's relevant.

  • 07.01.2012 8:59 AM PDT

Since the Firefox version relies on Java, check that your Java plugin is up to date.

Tools > Addons > Plugins
http://java.com/en/download/index.jsp

I have Java 7, Update 5. Version 10.5.1.255.

  • 07.01.2012 11:11 AM PDT
Subject: Script Central> All GM Scripts Here!

Citizens of Me! The cruelty of the old Pharaoh is a thing of the past. Let a whole new wave of cruelty wash over this lazy land.

Hear the word of Pharaoh. Build unto me a statue of ridiculous proportion. One billion cubits in height......that I might be remembered for all eternity!

And be quick about it!

Posted by: robby118
I am pretty damn proud of this script.

Recent Group Posts
Screenshot 1
Screenshot 2
Install

The script stores quite a bit of data, so it will keep track of twenty-five of your most recent posts made in private groups. After that, it will reset. I realize that that isn't very efficient, but I am open to suggestions. Enjoy!

Is there any chance of an upgraded version in the future with more pages like the regular recent posts page?

Edit: Whoops, I got ninja'd

[Edited on 07.01.2012 1:22 PM PDT]

  • 07.01.2012 1:13 PM PDT