help with this Greasemonkey (Javascript) script Programming Web Development by mindgames Hi all, I'd like to get this Greasemonkey[B](*)[/B] script to work for me (it's been …] In case you haven't heard of it before, "Greasemonkey is a Mozilla Firefox add-on that allows users to… Firefox - Greasemonkey/Stylish Hardware and Software Microsoft Windows by weylinthedirty … to avoid tickets with specific categories, so I wrote a GreaseMonkey script which loops through the table and searches for my… in the table. However, running both the stylish theme and Greasemonkey script don't work. I have to settle for either… Re: Firefox - Greasemonkey/Stylish Hardware and Software Microsoft Windows by Crash~Override just wondering...shouldn't this fall under web development category ?? Firefox and greasemonkey scripts aren't specificaly related to windows xp subcategory New GreaseMonkey Script for DaniWeb Programming Web Development by MetalHobin I couldn't find a userscript for greasemonkey that removed that pesky banner at the top of the page, so I wrote this one, I've made it available here [URL]http://userscripts.org/scripts/show/10228[/URL] Re: New GreaseMonkey Script for DaniWeb Programming Web Development by digital-ether [QUOTE=MetalHobin;394825]I couldn't find a userscript for greasemonkey that removed that pesky banner at the top of the … greasemonkey change url Programming Web Development by _Nestor I was wondering how to change a url in javascript for example if i wrote an address [url]www.google.ei[/url] How would i get the script to change the address to [url]www.google.ie[/url] Re: greasemonkey change url Programming Web Development by essential It's either you create a function that will handle your specified URLs or you can just apply simple inline execution like this: [code]<a onclick="javascript: this.href = this.href.replace('ei', 'ie');" href="www.google.ei" >Changing URL with JavaScript!</a>[/code] Re: greasemonkey change url Programming Web Development by itsjareds It's pretty easy, in your userscript put these lines: [CODE=JavaScript] var regExp = /google\.ei\//i; if (regExp.test(window.location.href)) window.location.href = "http://www.google.ie"; [/CODE] Greasemonkey redirct url A to url B, how to? Programming Web Development by imaxy i want to redirect forms like bit.ly/XXX and bbc.in/XXX into bitly.com/XXX, can anyone write a greasymonkey script here? thanks a lot. Regular Expression Headache Programming Web Development by joequincy …] [I]Of little note: I am executing this through the Greasemonkey extension for Firefox, so my method of setting the "… Re: Regular Expression Headache Programming Web Development by joequincy not quite that simple. It's executing through the Greasemonkey extension or Firefox, and the regular expression is being matched … Re: Regular Expression Headache Programming Web Development by digital-ether …;631448]not quite that simple. It's executing through the Greasemonkey extension or Firefox, and the regular expression is being matched… Javascript to automatically vote in a poll Programming Web Development by AussieCannon … random email or anything, but I was using scripting via greasemonkey and am unsure how i could do that to reproduce… itsjareds [alias:KnifeySpooney] Community Center Say Hello! by itsjareds … using their developer kit and server. I also made a Greasemonkey userscript compiled as a Firefox extension that works as additional… Javascript timeout Programming Web Development by Kitzhi I have this piece of code executed with greasemonkey. I don't know how to introduce a timeout for … User Script-editing functions Programming Web Development by becdudek Hey, im new to scripts(stumbled on them a few hours ago) and was wondering if and how i am able to modify functions from a website's page source. i have greasemonkey etc, so would i copy/paste the function into a new script and make my modifications or something, it didn't work for me.. thanks User Script-editing functions Programming Software Development by becdudek Hey, im new to scripts(stumbled on them a few hours ago) and was wondering if and how i am able to modify functions from a website's page source. i have greasemonkey etc, so would i copy/paste the function into a new script and make my modifications or something, it didn't work for me.. thanks JavaScript Textbox help Programming Web Development by Erco21 … want to write some text to a textbox (using a greasemonkey script to be exact...) but i cant get the right… Where to start? Programming Game Development by 3ndl3ss … apart from the games coding and interface. Which rules out Greasemonkey even it was in the correct platform because the ToS… not interpreting span tags Programming Web Development by Cotillion … the html. I should mention this is a userscript for greasemonkey and, as I say, I'm fairly new to this… unresponsive script Programming Web Development by Cotillion … for your help. P.S. this is a userscript for greasemonkey Infected PC problems Hardware and Software Information Security by Korushi …\efqoll4v.default\extensions\{AE93811A-5C9A-4d34-8462-F7B864FC4696} FF - Extension: Greasemonkey: {e4a8a97b-f2ed-450b-b12d-ee082ba24781} - c:\users\areku\appdata\roaming… How do I use constructor of a remote Page to create an Object in my UserScript Programming Web Development by minigweek …(); [/CODE] again greaseObject remains undefined. I found one thread here GreaseMonkey: How can I create an object of a class which… Grease Monkey JS help [Mybb Forum Reputation] Script. Programming Web Development by buggyboy Hello, I'm trying to code a script using GreaseMonkey that alert's you when someone removes a reputation from … DW User Shortcuts Community Center by diafol … a shortcut with you. You've probably seen Tampermonkey (or Greasemonkey) before. This one adds my favourite shortcuts to the DW… Re: DW User Shortcuts Community Center by Reverend Jim I get "404 not found" when I click on the attachment. And, never having used Tampermonkey or Greasemonkey, what advantage does the script have over putting a link on my bookmark bar? Re: DW User Shortcuts Community Center by AssertNull … a shortcut with you. You've probably seen Tampermonkey (or Greasemonkey) before. This one adds my favourite shortcuts to the DW… Re: Autologin to a website? Programming Web Development by NETProgrammer Greasemonkey AutoLogin Script. [CODE]userscripts.org/scripts/show/750[/CODE] Edit: Not to mention it's for Firefox. Have you tried [CODE]http://user:pass@website.com[/CODE] ? Re: Has anyone heard of bux.to or adbux.org? Digital Media Digital Marketing Search Engine Strategies by jedra …/en-US/firefox/addon/748[/url] Install those 2 Addons (GreaseMonkey and ReloadEvery) 4)Now, go to [url]http://bux.to…]http://www.gss.org.yu/bux/bux.user.js[/url] (Greasemonkey will ask you to install the file, click 'Install') 6… Re: Prototyping an element Programming Web Development by itsjareds … this through a [URL="http://www.wikipedia.org/wiki/Greasemonkey"]Greasemonkey[/URL] userscript. Prototype should work fine in a userscript…