Bungie.net Community
This topic has moved here: Subject: Script Central> karma; SI Theme; Glass Emotion theme; Who's ...
  • Subject: Script Central> karma; SI Theme; Glass Emotion theme; Who's ...
Subject: Script Central> karma; SI Theme; Glass Emotion theme; Who's ...

#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: Lord Snakie
Posted by: robby118
No clue. Picz or it doesn't happen.

Red boxes display identical data, blue boxes display differences. And I show that it's not photoshoped via the back buttons... >_>

Works
Doesn't Work (Your Script)
This is a shop. I can tell by the pixels, plus I'm pretty awesome at them sometimes.

Again, I have no clue. Does the link under the 'Account' tab work correctly?

  • 10.25.2009 12:38 PM PDT
  • gamertag: [none]
  • user homepage:

“To say more would spoil be it’s overall its a game that needs to be played.” - Aristotle

Posted by: robby118
Again, I have no clue. Does the link under the 'Account' tab work correctly?

Where would that be, again...?

  • 10.25.2009 12:49 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.

Posted by: Lord Snakie
Posted by: robby118
Again, I have no clue. Does the link under the 'Account' tab work correctly?

Where would that be, again...?
omgwtfbbq

Account drop-down menu » Bungie.net Profile » My Forum Posts

  • 10.25.2009 12:52 PM PDT
  • gamertag: [none]
  • user homepage:

“To say more would spoil be it’s overall its a game that needs to be played.” - Aristotle

Posted by: robby118
omgwtfbbq
Account drop-down menu » Bungie.net Profile » My Forum Posts

Oh, that. Right. No, it doesn't return any results, either. Identical to the failed button up at the top-right.

  • 10.25.2009 12:55 PM PDT

Snakie, you fail. It works.

And could someone please make a script to get rid of that annoying splatter image at the footer? I'd do it myself, but I'd get so confused in the process that I'd probably discover the cure to cancer by accident...

  • 10.25.2009 2:15 PM PDT

From Cyro to Meta

i am kinda confused, what does the wayback script do?

  • 10.25.2009 2:35 PM PDT
Subject: Script Central> Who's Online 2.0; View Post Quick; Wayback M...

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: ApocalypeX
I'm working on it to get it too the original way. *makes up excuse* It's a test to see what scripts it works with and if anyone encounters problems with posting.
(window/document).scrollTo/scrollBy/scrollToElement

Something like that, but it's definitely easy and possible.

  • 10.25.2009 3:20 PM PDT

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

Scroll wont work because not every post is the same length.

I basically have put an anchor on a page, and that page is open in an Iframe on another page. Now I want the main window to tell the src of the Iframe to go the the anchor.

This is what I've written. But it just doesn't work.

anchor name= "submitarea"

var a= document. location. href ;
var b = a. replace("posts", "createpost")
var check = b. slice(0,61)
var c = check+"&act=reply"
document. getElementById('QuickReply') .src = c + "#submitarea"

  • 10.25.2009 3:38 PM PDT
Subject: Script Central> karma; SI Theme; Glass Emotion theme; Who's ...

#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: Wolverfrog
Snakie, you fail. It works.

And could someone please make a script to get rid of that annoying splatter image at the footer? I'd do it myself, but I'd get so confused in the process that I'd probably discover the cure to cancer by accident...
Am disappoint. I love that picture!

Since this takes literally one line, I don't see it necessary to create an entire script and host it. Just create a new script with the include "http://*bungie.net*" and paste this into the body:

GM_addStyle("div.fContent { background: #000; }")

Simple as that. Am still disappoint, though.

  • 10.25.2009 4:32 PM PDT

No signature found. Click here to change this.

Posted by: robby118
Posted by: Wolverfrog
Snakie, you fail. It works.

And could someone please make a script to get rid of that annoying splatter image at the footer? I'd do it myself, but I'd get so confused in the process that I'd probably discover the cure to cancer by accident...
Am disappoint. I love that picture!

Since this takes literally one line, I don't see it necessary to create an entire script and host it. Just create a new script with the include "http://*bungie.net*" and paste this into the body:

GM_addStyle("div.fContent { background: #000; }")

Simple as that. Am still disappoint, though.
Could you make a script that gets rid of all the links but keeps the splatter image?

  • 10.25.2009 4:35 PM PDT

Someone say quick reply?

  • 10.25.2009 5:07 PM PDT
Subject: Script Central> Who's Online 2.0; View Post Quick; Wayback M...

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: ApocalypeX
Scroll wont work because not every post is the same length.

I basically have put an anchor on a page, and that page is open in an Iframe on another page. Now I want the main window to tell the src of the Iframe to go the the anchor.

This is what I've written. But it just doesn't work.

anchor name= "submitarea"
<span class="IBBquotedtable">
var a= document. location. href ;
var b = a. replace("posts", "createpost")
var check = b. slice(0,61)
var c = check+"&amp;act=reply"
document. getElementById('QuickReply') .src = c + "#submitarea"
</span>
you can already use anchors, use the id of the reply box!

#ctl00_mainContent_postForm_skin_body

or.

scrollTo(0, document.getElementById("ctl00_mainContent_postForm_skin _body").offsetTop);

Also, please melt with caution

[Edited on 10.25.2009 5:43 PM PDT]

  • 10.25.2009 5:13 PM PDT
Subject: .

Posted by: UNSC Leader
Posted by: DrkVegeta
meh i tell my its ok i can just put you on the corner

i just lost brain cells

which one removes the stickies bar?

  • 10.25.2009 5:51 PM PDT
Subject: Script Central> Quick Reply; Lazy Linker; XBL info; Group Watcher

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

Here's the new updated version (it will overwrite the old one)
Screenshot


[Edited on 11.12.2009 6:37 PM PST]

  • 10.25.2009 6:20 PM PDT
Subject: Script Central> Who's Online 2.0; View Post Quick; Wayback M...

I'm so over all of this.

I'm trying to locate a working version of the PPD Script. The one linked in the OP of this thread isn't working. So .. is there an updated copy somewhere or do I just to re-order my Scripts?

  • 10.25.2009 7:02 PM PDT
  • gamertag: [none]
  • user homepage:

“To say more would spoil be it’s overall its a game that needs to be played.” - Aristotle

Posted by: ApocalypeX
More problems. :\

For one, when I click on the "last post made on _____" date thing, it takes me all the way down into the middle of the quick reply text box, which is semi-annoying. Also, with Posting Tools on, it cuts out part of the Text Formatting Legend and makes about 1/2 of the characters remaining notifier invisible. It might not just be Posting Tools that causes that, but that's what comes to mind.

Those are really just more-or-less "looks" errors, but it'd be cool if they could be fixed for the final version.

  • 10.25.2009 7:48 PM PDT

DMH | TMA | Blueprint

Can't be too careful with your company. I can feel the devil walking next to me.

WTF, when I type using this thing, every time I type a letter, I see Duardo's avatar and the OP. I hope I didn't misspell anything. Oh god, what happens when I press preview?

  • 10.25.2009 8:04 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: TheScriptKeeper
I'm trying to locate a working version of the PPD Script. The one linked in the OP of this thread isn't working. So .. is there an updated copy somewhere or do I just to re-order my Scripts?
err bawls?

If you have the newest one, with a big blue and white border bar on profiles, re-arrange your scripts.

Go to my GM scripts, in mah sig.

  • 10.25.2009 8:27 PM PDT
Subject: Script Central> Who's Online 2.0; View Post Quick; Wayback M...

I'm so over all of this.

Posted by: Iggyhopper
Go to my GM scripts, in mah sig.
404 :(

  • 10.25.2009 9:00 PM PDT

Posted by: TheScriptKeeper
Posted by: Iggyhopper
Go to my GM scripts, in mah sig.
404 :(


I downloaded PPD earlier than just now, it works. It is the current one.

Also, the PPD script in your link does get a 404.

  • 10.25.2009 10:12 PM PDT

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

Lord Snakie - I realise the posting tools cut out most of the text formatting legend but honestly if your using the posting tools your not going to be looking at that for help. And if you hide the script the whole legend is there. Also I do not know why you can even see how many characters are left because It shouldn't be even showing, its not on my screen.

  • 10.26.2009 3:09 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: ApocalypeX
Here's the new updated version (it will overwrite the old one)
Screenshot
I keep getting an error: "Page Error
Forums: Cannot load public forum. Specified forum is a private group forum or it does not exist."

It also appears on the actual reply page. Though i guess I could exclude it from there.

  • 10.26.2009 5:16 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."

Though i do find it funny that it appears on page 247. Weird.

Edit: and now it does appear....strange indeeed. Seems to be working. <3 u

now to exclude: http://*bungie.net/forums/createpost.aspx?*

Muhaha, completed!

[Edited on 10.26.2009 5:21 AM PDT]

  • 10.26.2009 5:17 AM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT


Hi, you can find this info by using search box in the top of website.

Best regards

  • 10.26.2009 5:58 AM PDT