Recent posts by The Dot
|
Jul 7, 2008
|
Topic: Script development / A Scary Thought I thought greasemonkey does a trace to see that this doesnt happen on the latest versions. (?) |
|
Jul 1, 2008
|
Topic: Script development / userSTYLES.org - Bandwidth Limit Exceeded while were at it, i cant access this thing on opera 9.50. the previous version of opera works great though. and i cant post new scripts.
|
|
Jun 27, 2008
|
Topic: Userscripts.org discussion / Userscripts Forum Navigation by Keyboard Script Hi, I wrote a script for moving around the userscripts forums using shortcut keys :)
I wouldve created a new script but i get this error when i try to : Status: 500 Internal Server Error Content-Type: text/html 500 Internal Server Error Further, no page on this site now opens on opera. Can somebody please help with these issues? Thanks. Heres the script:
I will keep trying to create a new script for this, but until then, i thought this might be of use to somebody. |
|
Jun 10, 2008
|
Topic: Script development / setAttribute not working? form.addEventListener('event', function
event is the event name.
|
|
Jun 10, 2008
|
Topic: The Banana Bar / proxys idk if this works, but shouldnt tor (http://www.torproject.org/) let you get past any of those pesky filters? has anybody tried this? (i think i might have similar issues shortly ;) so i second the need for a service like that) |
|
Jun 7, 2008
|
Topic: Ideas and script requests / Lists of Google Docs files in bookmark have you tried the google docs gadget? |
|
May 29, 2008
|
Topic: Ideas and script requests / My small greasemonkey tutorial http://www.css3.info/selectors-test/test.html :D pity firefox 3 is *stilllll* behind |
|
May 29, 2008
|
Topic: Ideas and script requests / My small greasemonkey tutorial css pseudo selectors? not always but loads of times :) |
|
May 18, 2008
|
Topic: Script development / StumbleUpon - interacting with add-ons someIframe.contentDocument.evaluate
|
|
May 10, 2008
|
Topic: Script development / Unlock and view any private Myspace profile and photo by scripts as regards the script, does anybody think its possible? i dont think they use some javascript thing for that anyway... |
|
May 10, 2008
|
Topic: Script development / Unlock and view any private Myspace profile and photo by scripts georgez71: "maybe its my underaged daughters myspace." me: scowls |
|
May 5, 2008
|
Topic: Script development / Storing JavaScript Objects @dob: very nice :) im sorry :) you're right i didnt read it. |
|
May 4, 2008
|
Topic: Script development / Storing JavaScript Objects @aquilax: very nice :) |
|
May 3, 2008
|
Topic: Script development / moularization of scripts I *thought* greasemonkey does something like wrap in an anonymous function, execute, and throw away? If that was the case, this wouldnt be possible. However, if you set your functions under a global namespace i.e. object, then you could access them in different scripts. |
|
May 3, 2008
|
Topic: Script development / Storing JavaScript Objects set(obj)
get(obj)
|
|
Apr 30, 2008
|
Topic: Ideas and script requests / Eye Strain Fix opera.
|
|
Apr 27, 2008
|
Topic: Ideas and script requests / Note - To - Self Google Notebook extension ? Doesnt pop up thought. But its still nice. |
|
Apr 23, 2008
|
Topic: Script development / gmail reply & forward You need to set an event handler on the reply link. When its clicked, wait for the text to load. It loads in an iframe. You can change the text by changing the html in the iframe. Things to watch out for:
i hope this is enough to get you started. |
|
Apr 22, 2008
|
Topic: Script development / reading a variable out of an iframe parent im not sure of the original source of the question, but it could have to do with greasemonkey. on a page with frames, sometimes the script will be run on each window (or each frame). so in that case, it might be useful. |
|
Apr 18, 2008
|
Topic: Script development / reading a variable out of an iframe parent function() {
|
|
Apr 14, 2008
|
Topic: Script development / gmonkey + firefox3b5 issue the latest firebug version crashes too.
|
|
Apr 14, 2008
|
Topic: Script development / gmonkey + firefox3b5 issue nope. it just works okay all by itself.
"scripts not work in ff3b5 but work in ff2" yeah this works in ff2 but not in ff3b5 like you said.
|
|
Apr 14, 2008
|
Topic: Script development / gmonkey + firefox3b5 issue The google api doesnt seem to work well with firefox 3 beta 5. Any script that uses it will load the object the first time the page is loaded but will fail to do so any time after that, for example on refreshing the page. Clearing the cache will allow your script to work for another load. Example script that fails:
Just thought i would post this in case anybody has a similar problem. ... and the latest beta crashes firebug :( :( |
|
Mar 19, 2008
|
Topic: Script development / event listener is the pi_XHR object set as a property of the window? i.e window.pi_XHR = {...} versus pi_XHR = {...} |
|
Mar 17, 2008
|
Topic: Ideas and script requests / Google Notebook - possible to edit? Sure its possible :) Maybe its because a few scripts were created before Google changed the Notebook (thats quite an ancient change btw but a lot of scripts are old too ;) ) |
