Greasemonkey Scripts For Ng V2

  • 14,485 Views
  • 274 Replies
New Topic Respond to this Topic
Trapex
Trapex
  • Member since: Apr. 9, 2012
  • Offline.
Forum Stats
Supporter
Level 01
Writer
Response to Greasemonkey Scripts For Ng V2 Apr. 10th, 2012 @ 12:47 PM Reply

At 4/10/12 09:04 AM, Supersteph54 wrote:
At 4/7/12 05:11 AM, Supersteph54 wrote: Script Request:

Can someone make two buttons in the Audio Portal, one which speeds up the track you're hearing by 2x and another which slows it down to half its speed, all in realtime? I don't know if it's possible/feasible but something like that will be infinitely helpful for audio moderators.
Hey so I'm assuming this is impossible to make?

Well, I certainly can't make something like that yet. But, if anything, I don't think that it's impossible. It's just the matter of that Xaotik and some of the other userscript makers are too busy with other script projects to make Newgrounds a little better place to be.

Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 Apr. 10th, 2012 @ 01:57 PM Reply

At 4/10/12 09:04 AM, Supersteph54 wrote:
At 4/7/12 05:11 AM, Supersteph54 wrote: Script Request:

Can someone make two buttons in the Audio Portal, one which speeds up the track you're hearing by 2x and another which slows it down to half its speed, all in realtime? I don't know if it's possible/feasible but something like that will be infinitely helpful for audio moderators.
Hey so I'm assuming this is impossible to make?

Well, the thing is, it's not impossible, but kind of impractical. The problem lies in the fact that the audio is managed by information fed from JavaScript to a Flash applet. The audio file is then played from the applet and it's code, which is compiled into the exported file.

Changing the behavior of the Flash file from JavaScript is not possible, the only thing I can do is replace the applet with another, which would not be able to replicate the Newgrounds Player perfectly.

Although it is possible, it's not totally practical to do.

Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 Apr. 14th, 2012 @ 02:29 PM Reply

Another update on the chat script guys. This is all features for mini-chat.

- Mini Chat no longer appears on every page on NG.
- - Mini Chat will now only appear on:
- - - Movie Portal Movies
- - - Game Portal Games
- - - Art Portal Submissions
- - - Audio Portal Submissions
- - - BBS Topics

I did this because I figured this is where users would spend most of their time, and there's really no need to have the extra loading time on pages such as the NG homepage, account settings page, store, etc. I've also removed it from user pages for the time being until I determine what I'm going to do to store things such as save data for scroll locking, unsent messages, etc.

The next change is in the layout of Mini Chat, I've added a "Users" button in the top right corner of the window. Clicking this button will pull open a list of everyone Online in chat, from there you can go to their user page or tag them in a message. I'll be adding in-chat tagging shortly as well.

The send button has been removed in favor of just using [Enter] to send messages. In it's place, there is now a scroll lock button.

Scroll bars will now only appear when you mouse over the chat panel, leaving you free to read it uncluttered.

Same as always, download the source code here and add it to your browser as a .user.js.

EJR
EJR
  • Member since: Mar. 24, 2008
  • Online!
Forum Stats
Moderator
Level 33
Animator
Response to Greasemonkey Scripts For Ng V2 Apr. 14th, 2012 @ 02:48 PM Reply

Any plans for a new Inline Submission viewer? :-)


Portal, Chat & BBS Moderator

BBS Signature
Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 Apr. 14th, 2012 @ 02:57 PM Reply

At 4/14/12 02:48 PM, EJR wrote: Any plans for a new Inline Submission viewer? :-)

Yes, but it will be a while, I need to figure out how I'm going to do it because I can't pull the variables out of the submission page with just an XMLHTTPRequest like it was possible in the past..

Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 Apr. 14th, 2012 @ 09:24 PM Reply

Hey NG, new script just made!

Name: NG Wallpaper
Description: Adds the ability to put custom wallpapers on NG. Simply go to the page (www.newgrounds.com/account/) and you will see the Wallpaper Settings Page.

NOTE: There are a few caveats with this script.:

- First off, this will not work on pages that are not part of www.newgrounds.com. Meaning that chat.newgrounds.com, and every uses's profile will not look any different. This is part of the spec for HTML5 Storage, which this script uses. I'm sorry if this is a deal breaker, but there's nothing I can actually do about it.

- Wallpapers are not going to match the colors of the website's background right away, so if it looks ugly, do some editing. However, I will be fixing this in the future.

- You need an HTML5 Enabled browser to use this, otherwise it'll just fail. Firefox and Chrome are both compatible in their latest versions.

- Have a great time with this. I'm considering starting a thread for the script if it gets enough support. If you'd like to make your own background, it would be cool if there were a few I could advertise with when I write the thread.

Verified for: Chrome 18.0+, Firefox 12.0+
Download: Install Here

Picture:

Greasemonkey Scripts For Ng V2

Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 Apr. 14th, 2012 @ 09:31 PM Reply

I almost forgot. Here's a working copy of a template I made for NG Custom Wallpapers.

http://www.newgrounds.com/dump/item/8504545fc6703aac1cb1e752 9e7335a8

Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 Apr. 14th, 2012 @ 10:54 PM Reply

Thread is up guys, if you've got some artistic talent, go on and try making some wallpapers for NG.

http://www.newgrounds.com/bbs/topic/1301884

EJR
EJR
  • Member since: Mar. 24, 2008
  • Online!
Forum Stats
Moderator
Level 33
Animator
Response to Greasemonkey Scripts For Ng V2 Apr. 14th, 2012 @ 11:42 PM Reply

At 4/14/12 09:24 PM, Xaotik wrote: Hey NG, new script just made!

Name: NG Wallpaper

Nice! I wanted to request this one but I wasn't sure if I was being too pushy with these scripts. Glad this has finally been made also sorry about not playing draw something that much!!!!!!!!!!


Portal, Chat & BBS Moderator

BBS Signature
Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 Apr. 14th, 2012 @ 11:46 PM Reply

At 4/14/12 11:42 PM, EJR wrote:
At 4/14/12 09:24 PM, Xaotik wrote: Hey NG, new script just made!

Name: NG Wallpaper
Nice! I wanted to request this one but I wasn't sure if I was being too pushy with these scripts. Glad this has finally been made also sorry about not playing draw something that much!!!!!!!!!!

Not at all, I don't mind requests, I just get to them in between work.

Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 Apr. 15th, 2012 @ 12:19 AM Reply

Added another feature to Mini Chat, requested by a user who was having issues due to their screen size. There is now a Hide/Show button on the Mini Chat, I will fix the little white pixels around the button in the next update.

Install Here

Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 Apr. 15th, 2012 @ 01:39 PM Reply

Well, here's a nice little update for the Wallpaper Script as my 1000th post.

The script now has options for a "Wall" image and a "Backdrop" image, which can be used together to completely redesign the wall art.

There is now also an option to deactivate the script, in case you'd like to see regular NG Wall Art.

I moved things around on the script settings form on the Account page. It should now be a little more organized.

There is also a Delete All button, to completely wipe your preferences and start fresh.

[ Download & Install ] - This is a different download URL than before, so please don't copy/paste the old URL, it's broken.

Also, here is the thread for Wallpapers.

Here is a dump of the new look and feel of the Settings Pages.

Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 Apr. 16th, 2012 @ 06:39 PM Reply

I need a handful of beta testers for a script I'm working on. PM me for details, first come first serve.

Teaser:

Greasemonkey Scripts For Ng V2

Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 Apr. 28th, 2012 @ 09:02 PM Reply

New script! In celebration of Pico Day (I guess?)

I call it ShareBar for NG. Basically it improves the sharing features available to NG currently.

Here's a list of features, broken down by page:

- Movie/Game Portal Pages:
Activates the built-in StumbleUpon and Digg sharing.
Adds EMail sharing.
Adds an RSS button, which opens the Flash RSS feed for the user who uploaded the submission.

- Audio Portal Pages:
Activates built-in StumbleUpon and Digg sharing.
Adds EMail sharing.
Adds an RSS button, which opens the Audio RSS feed for the artist.

- Art Portal Pages:
Activates built-in StumbleUpon and Digg sharing.
Adds EMail sharing.
(Sorry artsy guys and gals, NG doesn't seem to have RSS for artists)

- Userpages/User News Pages:
Activates built-in StumbleUpon and Digg sharing.
Adds EMail sharing.

- BBS Topics:
Adds a floating "Sharing Bar" to the bottom of your screen.
The Sharing Bar will show the current URL of the topic and the Title of the topic.
In addition, the Sharing Bar supports sharing for:
->Facebook
->Twitter
->Reddit
->StumbleUpon
->Digg
->EMail

[Ok, looking back at this post, I probably could have avoided typing as much as I just did, but c'est la vie]

Tested on:
Chrome 18.0+
Firefox 12.0+

Download Link:
Download Here

Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 Apr. 28th, 2012 @ 10:18 PM Reply

Thought I might've forgotten one social media site...

G+ support has been added.

Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 Apr. 29th, 2012 @ 03:46 PM Reply

Another new script guys!

Name: PM Signature
Description: Allows you to create a PM Signature which is attached to all messages you send using the Newgrounds PM system.
Verified For:Chrome 18.0+, Firefox 12.0+
Download

Below:
(top-left) - where to find signature settings
(top-right) - signature settings screen
(bottom) - sample signature in PM

Greasemonkey Scripts For Ng V2

Dosensuppen
Dosensuppen
  • Member since: Dec. 29, 2006
  • Offline.
Forum Stats
Supporter
Level 27
Animator
Response to Greasemonkey Scripts For Ng V2 Apr. 29th, 2012 @ 03:56 PM Reply

At 4/29/12 03:46 PM, Xaotik wrote: Another new script guys!

Name: PM Signature
Description: Allows you to create a PM Signature which is attached to all messages you send using the Newgrounds PM system.

Well, that's pretty interesting. Not sure who'll use it often, but very neat. Now, if only PMs had image support, then it could really be used.


"Soup actually isn't a spam crew ... Except for Narcissy, that guy sucks." - ih8dude

BBS Signature
Step
Step
  • Member since: Nov. 4, 2007
  • Offline.
Forum Stats
Moderator
Level 25
Musician
Response to Greasemonkey Scripts For Ng V2 Apr. 29th, 2012 @ 06:13 PM Reply

At 4/29/12 03:46 PM, Xaotik wrote: Name: PM Signature
Description: Allows you to create a PM Signature which is attached to all messages you send using the Newgrounds PM system.
Verified For:Chrome 18.0+, Firefox 12.0+

Creativity at its finest.


Review Request Club | PLEASE GIVE ME FEEDBACK ON THIS I BEG YOU | Formerly Supersteph54
I'm an Audio Moderator. PM me for any Audio Portal-related help. THANKS TO BUOY FOR SIG

BBS Signature
Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 May. 11th, 2012 @ 04:05 PM Reply

Update: Fixed the Pico Day glitch on the Wallpaper Script. Should display custom wallpapers again.

Download

Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 May. 11th, 2012 @ 04:25 PM Reply

Also updated the inline poster, a few quick UI tweaks.

*** If you're using Quote 'n' Reply, please uninstall because it glitches when used with inline poster. ***

- Added the same shadow effect that NG Pods have to the Inline Poster window so it fits in better.
- Removed the blank space left by the Inline Poster.
- Made it so the text field can be vertically resized only (if your browser supports it), this allows you to stretch the text box as you please without disturbing the UI.

Download Here

Eddmario
Eddmario
  • Member since: Jun. 6, 2010
  • Offline.
Forum Stats
Member
Level 05
Gamer
Response to Greasemonkey Scripts For Ng V2 May. 11th, 2012 @ 05:39 PM Reply

At 4/29/12 03:46 PM, Xaotik wrote: Another new script guys!

Name: PM Signature
Description: Allows you to create a PM Signature which is attached to all messages you send using the Newgrounds PM system.
Verified For:Chrome 18.0+, Firefox 12.0+
Download

Below:
(top-left) - where to find signature settings
(top-right) - signature settings screen
(bottom) - sample signature in PM

Gonna use that. Well, I will if I can remember how to install it from that link. I suggest using this site instead of Google for your scripts, since all you have to do is click "install".


Twitter | Deviant Art | Steam | 3DS Friend Code: 3050-7832-9212 | Gamertag: Eddmario
Official MLP: FIM crew. | Sig by Ryan

BBS Signature
Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 May. 11th, 2012 @ 10:23 PM Reply

The only reason I use a proprietary method of delivering scripts rather than Userscripts.org is the fact thatI'm not quite fond of the way UScripts has their site set up, and server errors are fairly frequent there. I agree my way is not perfect, but I plan on fixing that in the near future.

My website (real .com address, not my Google site) is still under construction, and it will feature a place for those, like myself, who have an interest in scripting, to develop and publish scripts and other add-ons for easy download.

Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 May. 13th, 2012 @ 07:01 PM Reply

[A copy of this post will be in the Wallpaper thread and GM Scripts Thread]

Hey guys, after some suggestions and comments from a user of my Wallpaper Script, I've decided to scrap the old script and start fresh with a cleaner, more streamlined interface.

Before I dive into remaking it, I'm going to wait a day and consider any and all suggestions to enhancements that can be made to the script.

Please post suggestions in either thread or PM them to me, I really want to go over the top with this rewrite because it's fairly uncommon for me to entirely rewrite a script from scratch.

Asandir
Asandir
  • Member since: Dec. 23, 2010
  • Offline.
Forum Stats
Moderator
Level 29
Gamer
Response to Greasemonkey Scripts For Ng V2 May. 13th, 2012 @ 07:26 PM Reply

At 5/13/12 07:01 PM, Xaotik wrote: Please post suggestions in either thread or PM them to me, I really want to go over the top with this rewrite because it's fairly uncommon for me to entirely rewrite a script from scratch.

Well, I am not sure if it is possible to make it but here is my suggestion that I thought of:

I know that Newgrounds stores the old background images:
Example:
Background 1 for Gold pages
Background 2 for Gold pages

I can't find the ones for the others right know - their links are different. Anyhow, maybe it would be possible to add a drop-down menu where those "Official Newgrounds skins" can be selected - and other ones that are well made like the Classic Newgrounds one that EJR made. Would make it easier to switch quicky between different skins - and you could use your favourite official skin for every part of the site.
Although that would be something that I would like to see as official feature at some point.


Without truth, there is no justice.
Asandir's interviews with Newgrounds forum users
Portal, Icon and Chat moderator

BBS Signature
Asandir
Asandir
  • Member since: Dec. 23, 2010
  • Offline.
Forum Stats
Moderator
Level 29
Gamer
Response to Greasemonkey Scripts For Ng V2 May. 13th, 2012 @ 07:58 PM Reply

Update with the other links:
Background for Blue pages
Background for Red Pages
Background for Green pages
Background for Pink pages
Background for Purple pages
Background for Grey pages

Apparently, those links don't work when they are used in your current script - so you would have to upload them somewhere and use the links to them in the script. Also, the backdrops for those skins are needed - atleast aslong as the Pico Day background is up for every Newgrounds page -.-
Right now the skins for the other pages apart from the Golden ones haven't be changed anyways but I guess that it would be still good to already implent them in the possible dropdown menu ( if that is even possible to make, of course).
I imagine a dropdown menu with those official ones and an option "custom link", where you can use a skin that is not officially supported by the script. When you select a skin, then it should automatically select the background and backdrop image that belongs to it.


Without truth, there is no justice.
Asandir's interviews with Newgrounds forum users
Portal, Icon and Chat moderator

BBS Signature
corndogs15000
corndogs15000
  • Member since: Apr. 27, 2012
  • Offline.
Forum Stats
Member
Level 01
Blank Slate
Response to Greasemonkey Scripts For Ng V2 May. 13th, 2012 @ 10:03 PM Reply

At 2/28/12 01:42 PM, knugen wrote: ------------------------------------------------------------
--
tl;dr version
Old scripts are broken since the redesign so we are remaking the thread (old one is here).
Check this news post for a list of scripts!

cool!


Gather, control, build anywhere. Ensemble Online: pure MMORTS.

playensemble.com

BBS Signature
Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 May. 20th, 2012 @ 12:34 PM Reply

Hey guys, sorry I haven't been posting for a bit, but I've been busy with work and sick lately.

I'm still working on a bunch of new scripts, but for the moment, I've whipped up a quick little tweak for Movies and Games.

Name: AutoReview
Description: Auto expands the review box on Movies and Games to mirror the Audio and Art Portals' functionality.
Verified for: Firefox 11.0+, Chrome
Install

Xaotik
Xaotik
  • Member since: Mar. 26, 2008
  • Offline.
Forum Stats
Supporter
Level 15
Programmer
Response to Greasemonkey Scripts For Ng V2 Jun. 10th, 2012 @ 11:23 PM Reply

Hey all, just a short post to let you know what's been going on with me.

I've gotten back to my second job which is summer-only, and this means I have less time to work on scripts. Though I intend to continue working on new scripts, I also plan on getting back into the swing of submitting Flash content to NG. Therefore, I'm going to go quiet for a bit and experiment with some new script ideas in my spare time.

I still really enjoy all the nice things you guys have to say, and the appreciation my work gets, so don't worry, I won't forget you all. Even though I won't be posting much, I'll be reading this thread every so often.

In my absence, I hope my scripts work as a tool to inspire a new generation of GM'ers to rise above and beyond the level of work I produce.

Regards,
Xaotik

knugen
knugen
  • Member since: Feb. 7, 2005
  • Offline.
Forum Stats
Moderator
Level 42
Programmer
Response to Greasemonkey Scripts For Ng V2 Jul. 2nd, 2012 @ 05:38 PM Reply

Hi guys!

Sorry I haven't been updating the list of scripts but I rarely go to NG anymore :( So while I could make an update now I would probably just lag behind again. If anyone wants to pick up the task let me know!

HollowedPumkinz
HollowedPumkinz
  • Member since: Feb. 16, 2009
  • Offline.
Forum Stats
Member
Level 16
Gamer
Response to Greasemonkey Scripts For Ng V2 Jul. 31st, 2012 @ 12:44 AM Reply

Just wanted to bump this thread. Hope there's still some good scripts coming out. I'm especially interested in the progress of the Hush! script. There's some people I would certainly like to ignore. Thank you and good day.


Never be afraid to stand up for what you believe in, and always remain faithful to those who support you.Semper Fidelis ---- Always Loyal.

BBS Signature