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!

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: sy r b
document.getElementById("ctl00_mainContent_goDarkPanel&q uot;).innerHTML='';

amidoinitrite?
Posted by: Der Flatulator6
Heres a simple one. Someone make a script that removes the 'ctl00_mainContent_goDarkPanel' div under the */createpost.aspx*
i.e. that thing that says Bungie is no longer managing the Halo Universe. While our Halo-related forums and stats remain available, be advised that "official" answers and support about the Halo Universe (past, present, or future) are not.
no. :p

var el = document.getElementById('herpaderp');
el.parentNode.removeChild(el);

[Edited on 09.09.2011 3:44 PM PDT]

  • 09.09.2011 3:42 PM PDT
  •  | 
  • Exalted Legendary Member


Posted by: Iggyhopper

Posted by: sy r b
document.getElementById("ctl00_mainContent_goDarkPanel&q uot;).innerHTML='';

amidoinitrite?
Posted by: Der Flatulator6
Heres a simple one. Someone make a script that removes the 'ctl00_mainContent_goDarkPanel' div under the */createpost.aspx*
i.e. that thing that says Bungie is no longer managing the Halo Universe. While our Halo-related forums and stats remain available, be advised that "official" answers and support about the Halo Universe (past, present, or future) are not.
no. :p

var el = document.getElementById('herpaderp');
el.parentNode.removeChild(el);
>_>
<_<

Well I thought it was a good try for somebody who knows next to nothing about javascript! Also still gets rid of the text \o.o/

  • 09.09.2011 3:48 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: sy r b

Posted by: Iggyhopper

Posted by: sy r b
document.getElementById("ctl00_mainContent_goDarkPanel&q uot;).innerHTML='';

amidoinitrite?
Posted by: Der Flatulator6
Heres a simple one. Someone make a script that removes the 'ctl00_mainContent_goDarkPanel' div under the */createpost.aspx*
i.e. that thing that says Bungie is no longer managing the Halo Universe. While our Halo-related forums and stats remain available, be advised that "official" answers and support about the Halo Universe (past, present, or future) are not.
no. :p

var el = document.getElementById('herpaderp');
el.parentNode.removeChild(el);
>_>
<_<

Well I thought it was a good try for somebody who knows next to nothing about javascript! Also still gets rid of the text \o.o/
\_o_/

  • 09.09.2011 3:48 PM PDT

Posted by: AngryBrute1
Oh yeah, since somebody does not believe what YOU believe; that makes us vapid...
I cannot grasp that what you call "Something happened to nothing, and that nothing became something, and it was smaller than than a period."

If anyone can, please explain to me where to download Apoc's Rank Percent script (or if you can't), and where I can see the Trust System work- I download and nothing happens.
Thxkbai

  • 09.11.2011 10:11 PM PDT
Subject: Script Central> Septagon Persona; Rollover Signatures; Reach Cou...

#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: PNut d kidnaper
Anyone have a link to the "All Forums" script? The link in the OP takes you somewhere else. Thanks.
Here is an updated version.

  • 09.12.2011 6:23 PM PDT

Goodbye...

Any chance of an update to the "Show Banned Users" script? Yes, it works. You can see where a banned user posted. However, you can't see who the user is, or what they posted.

  • 09.16.2011 4:35 AM PDT

Cammalamm is the best.

External Links-
>My Photobucket page
>My Twitter account

were can i get coup for opera

  • 09.16.2011 4:27 PM PDT

"I amar prestar aen, han mathon ne nen, han mathon ne chae a han noston ned 'wilith."

Go check out The Community Carnage!

Bungiepedia
Destinypedia

Posted by: HLG Amber Clad
However, you can't see who the user is, or what they posted.

I don't think you're meant to.

  • 09.16.2011 4:29 PM PDT

Posted by: Great_Pretender
Case and point: don't worry about it. Girls start getting boobies pretty soon, and then you'll have plenty of other things to think about. Being an Inheritor is not a life goal.
-TGP-

Posted by: HLG Amber Clad
Any chance of an update to the "Show Banned Users" script? Yes, it works. You can see where a banned user posted. However, you can't see who the user is, or what they posted.

I don't think it's possible, once someone gets banned, their posts are hidden / removed until they're unbanned. I'm not sure that a script could pull that information back, however, I could be wrong and someone could pull a dang code zebra out of their boohuckus and do it.

  • 09.16.2011 6:00 PM PDT

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

It's possible to see the content of a banned post. But only when you know the id of the post. But you cannot see the ID so, you cannot know!

  • 09.16.2011 6:02 PM PDT
Subject: Script Central> All GM Scripts Here!

Yes you can. If you go through the source code / inspect element in Chrome you can find the ID, as well as all OP IDs are shown in the URL.
Posted by: ApocalypeX
It's possible to see the content of a banned post. But only when you know the id of the post. But you cannot see the ID so, you cannot know!


[Edited on 09.16.2011 6:06 PM PDT]

  • 09.16.2011 6:03 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
Yes you can. If you go through the source code / inspect element in Chrome you can find the ID, as well as all OP IDs are shown in the URL.
Posted by: ApocalypeX
It's possible to see the content of a banned post. But only when you know the id of the post. But you cannot see the ID so, you cannot know!

No you cannot.

  • 09.17.2011 4:47 PM PDT
Subject: .

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

I'm trying to find the "show banned users" and "navbar reincarnate" scripts, but I can't find them on the pages Duardo has linked.

  • 09.18.2011 1:36 PM PDT

Since a lot of people have been having trouble with Duardo's links, I figured I'd update the OP for him. There's a few links that don't work (I labeled them), and there's one that might be operational, but I can't tell.

  • 09.18.2011 2:37 PM PDT

ALL Greasemonkey scripts and browser extensions MUST BE posted and discussed in this thread ONLY.

All of the following projects have been released in affiliation with the Greasemonkeys Group. Feel free to join to submit or receive ideas or get support.

Special shout-out to CAVX. Without him we never would have been :)
NEW:
*Comm Chatter Reincarnate
*Remember, remember... - ... the fifth of November? Noes, just which posts you reported.
*Moderation History Upgrade
*GOLD TEXT!1 - Clicking the golden septagon next to a thread will (ideally) take you directly to the employee's post.


*[UPDATE]Show banned users
*Link Warning for Firefox
*Shi Options
*uStalk Chrome App - V1.0.2
*Live Post Preview v2 - robby118
*Live Post Preview v1.2 - dazarobbo
*[UPDATE] Posting Tools 4.4.1 - NOW WORKS WITH CHROME
*Halo Reach Screenshot Viewer - Chrome Only
*Hawtbar
*[UPDATE] All Forums

My Favorites
*Hawtbar
*All Forums
*Parse Invalid Text
*XBL Marketplace Quick Codes
*NavBar Reincarnate 4 Realz
*Profile Stats - combination of Account Age, PPD, XBL Info, XBL FRs
*Quick Quote
*Pretty Colors
*Group Forum Menu
*h2link
*Textbox Enhancement
*Bungie FF theme 3.2 for FF 3.5
*Xbox Live Messages
*Glass Emotion Bnet theme / Stylish Script
*Old Fashun'd Signatures
*Better Links for Bungie.net (Broken)
*Posting Tools 4.1
*NavBar Reincarnate
*Mod/User Script
*Gallery Forum link
*Sent Box 1.3
*Textbox Enhancement (Broken)
*Quick Forum Links 2.1
*Link Assimulator
*Navbar Reincarnate II
*Bungie Southpaw/Bnet for Righties
*Top of Page
*GreaseGrunty



Iggyhopper
-BB Inliner
-Group Watcher
-Quote Selected + Quote Last
-Webcam Watcher
-Bungie Ignore System
-Pinned Toggler


robby118
-View All Forums in Menu (Broken)
-XBL Messages
-Group Sorter
-Navbar Reincrnate 4 Realz
-Xbox.com Profile Search

-Xbox Live Messages V4
-All Forums
-View Forum Posts Quick yo
-Group Sorter
-Fix Subject
-Xbox Live Info
-REACH REACH REACH Countdown
-Reach (Around?) Your Friends
-Bungie Twitter News Ticker
-Navbar Reincarnate 4 Realz
-Profile Stats
-Page Jumper
-Xbox.com Profile Search
-View Forum Posts Quick yo
-Account Age
-Superintendent Bnet theme
-Group Banner Link
-Group Theme Preview
-XBL Messages
-NEVER LEAVE
-Fixed Forum Tools
-omg i cant c!!1
-Multiquote
-Random Color Sigs
-Top of Page link
-Time Changing background
-omgstosh
-Custom Error Messages
-Quick Links V2


ApocalypeX
-Septagon Persona
(Link may or may not be broken)
-Custom Bnet Skins
-Autocomplete
-Group Forum Menu V2
-Hawtbar
-Message Alert
-Pecking Order
-Profile Stats
-Posting Tools 4.4.1
-Quick Quote
-Rank Percent
-Slider
-Title Filter

-Mini Service Record (V1.1)
-Group Mod Tools (V2)
-Jump to last post (V2)
-Frontpage Threads (V1.3)
-XBL Friends Requests (V1)
-Thread Preview (V2.1)
-Unlinked (V1)
-Custom Bnet Skins (V3)
-Message Alert
-Direct Link to Post
-Quick Quote (V2)
-Post number yo: adds that's post's url number for easy linking
-Bnet Screen Saver
-Re-write


PKF_647
-Bungie Service Record Header Viewer
-ODST 4 Me
-Un-Biased Forum Reader
-Bungie Community Forum Chat Beta v0.0.3
-Bnet BBC Extension
-Macro Shorthand Typing
-343 Annoying Spark
-Friendly B.net System.Web.HttpException Re-direct
-PAX 09 & ODST Countdown Clocks
-Top Topics Remover
-GreaseGrunty
-Un-Universified
-Navbar Reincarnate 2
-Bungie Southpaw
-Bnet for Righties
-Screenshot Enlarger
-Friendly Bnet Redirect
-Custom Error Msgs
-Bnet Games Page
-Quick Links 2
-Bungie Media Player Beta
-Bungie Translate
-Bungie Essentials Pack
-Bungie Anywhere Ver 4.0.3
-XBL Friends List Ver 1.1
-Remote Webcam Watcher


dazarobbo
-Rollover Signatures
-Parse Invalid Text
-Time Zone Converter
-Shock Site Alert
-Rollover Sigs
-Lazy Linker
-Banned User Placeholder
-Thread Ratings


Skittles x
-Group Forum Menu
-XBL Marketplace Quick Codes
-New New New Hawtness
-learns u sum gramer
-Bnet Link Assimulator
-Header Change
-Bungie.net Natural Text Box Enhancement Tool
-Download Screenshots to Xbox 360
-BANNED script


Duardo
-PM Sentbox
-Posting Tools 4.0
-Help Ninjas/Duardo Report Button
-Posting Tools 3.0
-Bnet Header Change
-Bnet Rainbow logo (animated/regular)
-Posting Tools 2.0
-Bungie.net Quick Forum links 2.1 & Admin


paulmarv
-Contact Manager
-Webcam Checker
-Campaign Stats
-Saved Threads link
-Sent Box
-Footer Collapse
-Old Bnet logo


CAVX
-Coup d'Bungie 2.5 (DO NOT DOWNLOAD)
-Mozilla Firefox Bungie.net Theme 3.2
-Average Post Count
-Mod/User Stalker
-Custom Group Theme
-Customize the -blam-
-Textbox Enhancement 3.1
-Navbar Reincarnate
-Old Fashun'd Signatures
-Restraint


Deathcon 5
-Alt versions for most scripts

Other
-Glass Emotion Bnet Theme
-Reply Box font
-Quick reply
-Clearer Mod Tools V.1
-Flood Forum App - iPhone/iPod Touch only - Mobile Bungie.net
-Bnet Action Buttons
-Time Zone Converter
-Show Banned Users
-Render HTML
-Bungie Personas
-Coup d'couleur
-New Banners
-Postifier
-DeStickifier
-Text Legend Removal
-Bungie Text Writer
-Alt. Footer Links
-Link Preview
-BBCode Posting Tools
-Original Multiquote
-Quick Links 1 & 2
-Sticky Alert
-Post Link Script
-Old Fashun' Sigs v2 (black bg)
-Code Tags


-Freik's Bungie theme for Firefox
-XP/Vista Bungie themed icons

  • 09.18.2011 2:38 PM PDT

STYLISH
How to install:
+ Install Stylish
+ Click the page for the Stylish script you want. Click "Load into Stylish"
Stylish Avatars
-Bungie skin for Google
-about:blank Halo 3 Emotion
-"No results found" SI icon

  • 09.18.2011 2:38 PM PDT
Subject: Script Central> All GM Scripts Here!

You can't? I thought that's what the "postID=123231231" in the URL was for.
Posted by: ApocalypeX
Posted by: ctjl96
Yes you can. If you go through the source code / inspect element in Chrome you can find the ID, as well as all OP IDs are shown in the URL.
Posted by: ApocalypeX
It's possible to see the content of a banned post. But only when you know the id of the post. But you cannot see the ID so, you cannot know!

No you cannot.

  • 09.18.2011 2:39 PM PDT
Subject: .

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

So that's what you've been working on CT?

  • 09.18.2011 2:40 PM PDT

Yes'm, and I believe they all work.
Posted by: M94 Mushroom Man
So that's what you've been working on CT?

  • 09.18.2011 2:41 PM PDT

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


Posted by: ctjl96
Yes'm, and I believe they all work.
Posted by: M94 Mushroom Man
So that's what you've been working on CT?


They do, as far as I can tell. I found the ones I was looking for that I couldn't find.

  • 09.18.2011 2:43 PM PDT

Yay!
*feels accomplished*
Posted by: M94 Mushroom Man

Posted by: ctjl96
Yes'm, and I believe they all work.
Posted by: M94 Mushroom Man
So that's what you've been working on CT?


They do, as far as I can tell. I found the ones I was looking for that I couldn't find.

  • 09.18.2011 2:44 PM PDT

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


Posted by: ctjl96
Yay!
*feels accomplished*
Posted by: M94 Mushroom Man

Posted by: ctjl96
Yes'm, and I believe they all work.
Posted by: M94 Mushroom Man
So that's what you've been working on CT?


They do, as far as I can tell. I found the ones I was looking for that I couldn't find.


I'm hoping Duardo sees this and updates.

  • 09.18.2011 2:46 PM PDT

Yes, that would be nice.

  • 09.18.2011 2:48 PM PDT

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

How come almost none of Dazzy's scripts work? Seriously, they all look useful.

  • 09.18.2011 2:50 PM PDT

His website got slapped with a Terms of Use violation from his hosting service. He told me something about database overuse or something of the sort. What script is it you're looking for?
Posted by: M94 Mushroom Man
How come almost none of Dazzy's scripts work? Seriously, they all look useful.

  • 09.18.2011 2:57 PM PDT