[greasemonkey-users] Facebook friend, fan, attending and group blocks - IN ITALIAN

2009-12-12 Thread Wendell Ricketts
Does anyone know whether scripts exist for blocking the above scripts in facebook in Italian? If not, I know nothing about script-writing, but the four scripts I use in English Remove Now Friends Messages from Facebook Feed Remove Joined the Group Messages from Facebook Feed Remove Became a Fan

[greasemonkey-users] Jokes from celebreties

2009-12-12 Thread HelenaKening
Take a look, this is real fun) http://vaime.org/videojokes -- You received this message because you are subscribed to the Google Groups greasemonkey-users group. To post to this group, send email to greasemonkey-us...@googlegroups.com. To unsubscribe from this group, send email to

Re: [greasemonkey-users] Facebook friend, fan, attending and group blocks - IN ITALIAN

2009-12-12 Thread cc
I can probably do some simple modifications to these scripts; care to share the URLs (there are thousands of userscripts)? Also, it'd probably be best to take this off-list, to avoid spamming everyone. On 2009-12-12 08:08, Wendell Ricketts wrote: Does anyone know whether scripts exist for

[greasemonkey-users] Re: Chrome.

2009-12-12 Thread qufighter
The .tld operator is either broken or unsupported by include_globs, which is what was causing the script to cease function when installed as an extension. Hopefully this is fixed soon... as putting * in the place of all the TLD isn't really an alternative, though it seemed to make it work again,

Re: [greasemonkey-users] Script for modifying web page and adding header footer.

2009-12-12 Thread cc
You'll need to write a script that will do approximately the following (high-level): 1. Read in the entire contents of the page, with something like document.textContent 2. Fix up the text by using .replace(), probably on a RegExp object 3. Use document.write to spit out the