Comments on Mark Pilgrim's Scripts
66 comments
| Comment on GMailSecure made Aug 26, 2008: | |
|
e8005 |
I believe this script is no longer necessary now. GMail has an HTTPS setting under General-->Browser Connection |
| Comment on GMailSecure made Jul 29, 2008: | |
|
French31 |
Note: this is a feature of Better Gmail 2. If you already have this extension, you don't need this script. ;) |
| Comment on GMailSecure made Jul 18, 2008: | |
|
sieaq |
Absulutely good. This script is nice; it does what it says!!! Just a couple of ideas to make it even nicer!
|
| Comment on AutoClick made Jun 15, 2008: | |
|
ChristianM |
Could someone tell me what does this script? |
| Comment on Anti-Disabler made Jun 15, 2008: | |
|
Forrie |
This is a tricky script used everywhere from dynamicdrive. I've tried Anti-Disabler, then manually setting the clickIE4 and clickNS4 functions to null, but it doesn't work. From what I understand, I should be able to craft a simple script like this to null out those functions:
Anyone?
Thanks in advance... |
| Comment on BetterDir made Jun 13, 2008: | |
|
FF3user |
Screenshots of how it looks on testpage: http://www.shmoocon.org/2007/videos/ :
|
| Comment on AutoClick made May 6, 2008: | |
|
phalgun |
Hello Can anyone please tell me how to use this script...I have installed autoclick script and greasemonkey tooo..Now what shall I do ?
|
| Comment on Zoom Google made Mar 30, 2008: | |
|
capuccino49 |
cannot see the benefits ... lol
|
| Comment on GMailSecure made Jan 31, 2008: | |
|
depriest |
Love it, but it causes an error that I only get the first time I view a message and then goes away. Error trying to validate certificate from mail.google.com using OCSP - server error. It could easily be a compatibility problem with another of my add-ons, but I haven't a clue which. |
| Comment on DumbQuotes made Jan 20, 2008: | |
|
Sam Peterson |
Holy crap this is useful. I can't tell you how many times I've had special quotes converted to hex characters in my editors whenever I needed to copy and paste text from a web page. |
| Comment on AutoClick made Jun 23, 2007: | |
|
InfamousThe6 |
is it possible to make it open in the same tab instead of opening a new tab each time? i want it to work the same way as if i had actually clicked it. ya know |
| Comment on BetterDir made Jun 10, 2007: | |
|
nitro322 |
Thanks, Johannes. Great tip! If anyone is interested, I made a further modification to this script. Instead of just "prettying up" the page, I also have it rewrite the file names so that the full names are displayed. By default, Apache seems to truncate the file names to the first 20 characters, which is pretty darn annoying on pages like this:
If anyone's interested in this modification, you can grab it from the following site: https://www.legroom.net/howto/firefox The schmoocon link I posted above makes for a good test case if you're curious to see how it works in comparison to the original script. Mark, thanks for making this possible to begin with. :-) |
| Comment on Anti-Disabler made Apr 25, 2007: | |
|
shoe |
I replaced the contents of the script with:
if (document.attributes != null) {
all = document.getElementsByTagName("*");
|
| Comment on Anti-Disabler made Apr 11, 2007: | |
|
Aerik |
This is the only extension on which I get an error in the javascript console. It points to line 52 document.onmousedown = null; Why is that? |
| Comment on DumbQuotes made Dec 29, 2006: | |
|
Rob Kudla |
Finally! The only thing I would add (and did, in my copy) is a replacement for the fancy Word apostrophe: "\x92": "'",
Thanks for writing the script. |
| Comment on AutoClick made Dec 26, 2006: | |
|
Menan |
it is a good script, but it is automatically clicking the ads when i am hovering it. |
| Comment on AutoClick made Dec 16, 2006: | |
|
Ron AmoriM |
Nice--I really like this script. Question: How do I edit it to increase wait time on the mouseover? It's too quick for me. I have Link Tooltip--because I like to see where I'm headed before I decide to go there. |
| Comment on GMailSecure made Nov 13, 2006: | |
|
kevin 2 |
This script is the first thing I install, very useful, thanks! |
| Comment on Anti-Disabler made Sep 26, 2006: | |
|
HATE |
oh sorry i forgot the link below by Arvid which works. sorry i formatted my pc and reinstalled everything so didnt notice Arvid's link. |
| Comment on Anti-Disabler made Sep 26, 2006: | |
|
HATE |
hey Arvid its not working again on IMDB pages.
regards
|
| Comment on Anti-Disabler made Sep 15, 2006: | |
|
Zoe Gillenwater |
Thanks Arvid. Your update makes it work on imdb. Another annoyance thwarted! |
| Comment on Anti-Disabler made Sep 3, 2006: | |
|
HATE |
hey Arvid thanks for the update man. keep updating this script. without this it would be very hard to blog/stumble so far it works on almost every no-right-click webpages |
| Comment on BetterDir made Sep 2, 2006: | |
|
Johannes la Poutre |
Quick fix for the "Component not available" error: change lines 176 and 177 to: tr.addEventListener("mouseover", function() { this.className = 'ruled'; return false; }, false);
|
| Comment on Zoom Textarea made Aug 9, 2006: | |
|
Sean M. Burke |
Since this script doesn't work, I wrote this new script as an alternative: http://userscripts.org/scripts/show/5073 |
| Comment on Anti-Disabler made Aug 9, 2006: | |
|
Arvid |
Oh yeah, code in comments is not a good idea around here :/ Try this: |
