New bookmarklet: counters
(drag to Links-bar or right-click to Add to Favorites)
Tested in IE6 and Firefox. For every mouseclick, a small [1], [2], [3] incrementing counter will appear. Handy if you want to easily count the number of times something occurs on a page, such as the number of films you've seen of a specific IMDb actor/director (which prompted this idea in my case).
read more »
(drag to Links-bar or right-click to Add to Favorites)
Tested in IE6 and Firefox. For every mouseclick, a small [1], [2], [3] incrementing counter will appear. Handy if you want to easily count the number of times something occurs on a page, such as the number of films you've seen of a specific IMDb actor/director (which prompted this idea in my case).
1. posted by Mathieu 'P01' HENRI at 10:01 on June 30, 2005
Aside drawing yellow moustaches on a page, what kind of use can you make of it ?
2. posted by Milo at 11:05 on June 30, 2005
Well, count stuff, obviously :)
Now I know I've seen 23 Susumu Terajima films... http://imdb.com/name/nm0855398/
Now I know I've seen 23 Susumu Terajima films... http://imdb.com/name/nm0855398/
3. posted by Milo at 11:07 on June 30, 2005
Also handy for finding out how many of the top 250 movies you have seen: http://imdb.com/chart/top
4. posted by Mathieu 'P01' HENRI at 15:37 on June 30, 2005
Lousy me, I thought of something slightly beyond simply counting stuffs :p
Like adding a note.
Like adding a note.
5. posted by Milo at 15:40 on June 30, 2005
Something like this? (Try the 'notes' link above)
I'd expand it with the option to edit and move current notes, but I'm sure somebody else has already built this...
:)
I'd expand it with the option to edit and move current notes, but I'm sure somebody else has already built this...
:)
6. posted by Mathieu 'P01' HENRI at 18:15 on June 30, 2005
It'd be cool to have the numbers, and that the note appear on hover of them. Gosh, why am I at work while I could fiddle on the bookmarklet :p
But yeah, you are certainly re-inventing the wheel.
But yeah, you are certainly re-inventing the wheel.
7. posted by Mathieu 'P01' HENRI at 15:04 on July 01, 2005
Indeed, it's been done already: http://www.clagnut.com/sandbox/browser-stickies.html
add a comment
Flickr view big bookmarklet
I wrote this little bookmarklet to help me instantly grab the large/original version of any Flickr photo. Funnily enough, because of Flickr's consistent filenaming scheme, it also works for photos where the option normally remains hidden:
view big (gets 1024px version; should work for most photos)
view original (gets full version as uploaded; works for photos pre-March 2007)
Drag the link above to your Bookmarks Toolbar (or right click, Add to Favorites), then click it when viewing a single Flickr photo page.
Here's the formatted source code, if you're into that sorta thing:
for (m in M=document.getElementsByTagName('img')) { s = M[m].src; if (s && s.match(/static/) && !s.match(/_s|buddy/)) { void(window.open(s.replace('.jpg','_o.jpg'),'_self')); break; } }1. posted by Ivan at 15:46 on October 28, 2005
2. posted by Nick at 16:19 on October 28, 2005
3. posted by Ruben at 17:46 on October 28, 2005
4. posted by Konstantinos at 01:06 on November 08, 2005
5. posted by kwota.net,chris,chris at 02:29 on November 03, 2006
6. posted by hccnet.nl,r.j.m.vermeulen,r.j.m.vermeulen at 10:23 on January 18, 2007
I saw your photos
PaRob
7. posted by francis at 00:11 on February 06, 2007
but with osx on my mackbook it dont work ;(.
8. posted by juice at 01:56 on March 07, 2007
9. posted by James at 14:13 on March 07, 2007
Flickr have added a security feature to help protect the original.
10. posted by Milo at 14:28 on March 07, 2007