public marks

PUBLIC MARKS from decembre with tags script & greasemonkey

April 2009

Enable Autocomplete & Remember Passwords for Yahoo et Delicious - Greasemonkey

Certain sites like del.icio.us, yahoo, etc. stop Firefox from storing and auto-completing the password even when you have turned auto-completion on. While this has some purpose for certain sensitive sites like banks, is there any reason why del.icio.us will forget passwords?! To make matters worse, in del.icio.us or yahoo you can only ask to be remembered for 2 weeks and not more than that! This script combats the problem for del.icio.us and yahoo logins, and enables Firefox to prompt you to remember login password for these sites. You can easily add other sites whose passwords are also not remembered, the script will work fine.

Del.icio.us: Bundle sorter for Greasemonkey

Changes the delicious tag bundle manager so unbundled tags are listed at the beginning.

Delicious.com - Sort Visible Links for Greasemonkey

Sort all the links on the page by their title, URL or popularity. Updated on Feb 17, 2009 to fix its operation on full search results page

Delicious.com - Tags on left, meta on right | userstyles.org

Move the tag chain to the left and left-align it, and move all the various things that end up in the "meta" div to the right. What the meta div holds depends on the page you're viewing. When viewing your own bookmarks, the meta div contains the group of action links (share/edit//delete). On the Network view and when browsing the site by tag, it holds the account name of the person who contributed the link. On the search results page and when browsing Popular bookmarks, it has the "First saved by" information.

Linkoder (QRCode) - Cool Greasemonkey Script adds Barcodes for each link on a web page

Linkoder (QRCode) - Cool Greasemonkey Script adds Barcodes for each link on a web page I just found a cool greasemonkey script on userscripts.org by a person called Vorn. The script is called Linkoder (QRCode) - it can basically add Barcodes for each link on any web page. Its really useful for mobile phone users, with barcode reader applications on their phones, such as the N95 which comes with a barcode reader app as standard, as it saves them typing in long URLs, instead they can just scan the barcode on their PC screen, and then browse directly to the link with their phones web browser. you can get the script here: Install scripthttp://userscripts.org/scripts/show/24580

March 2009

"CAPTCHA Breaker" or pwntcha - Recherche Google - John Resig - OCR and Neural Nets in JavaScript

John Resig - OCR and Neural Nets in JavaScript Just google for "CAPTCHA Breaker" or pwntcha and you'd have much more advanced captcha breakers capable of much more. But javascript won't be able to handle ...

Javascript CAPTCHA decoder - MAKE: Blog

It will break CAPTCHAs for Megaupload and automatically trigger a download. The code is designed specifically for this CAPTCHA style, but there's no reason why the getImageData trick combined with a alternate OCR implementation couldn't be used to solve for other systems. This is pretty fascinating stuff. Is there a better (more convenient, harder to cheat) way to prove humanness? What else could you make in Javascript using OCR, neural nets, or per-pixel image processing?

February 2009

Google Search Filter Plus for Greasemonkey

Selected web-sites aren't displayed from Google search result, enhancement to the original Google Search Filter by Shinya, and also the 'original original' idea by leva. Supported Scripts: Google Monkey R

January 2009

Flickr Upcoming Event - Greasemonkey

To easilly associate photos with an upcoming event. When a shot is associated to an event, it can then be tagged and located from the data provided by the event.

Tutorial : Greasemonkey Recipe Book for Greasemonkey

Example Greasemonkey script below. The only things that need to be changed are bolded italic. In short, the XPath that identifies the top-level DIV, the XPath that identifies the DIV containing the content you want to display, and a list of XPath's that you want to remove.

Handling Keyboard Shortcuts in JavaScript

by 8 others
Despite the many JavaScript libraries that are available today, I cannot find one that makes it easy to add keyboard shortcuts(or accelerators) to your javascript app. This is because keyboard shortcuts where only used in JavaScript games - no serious web application used keyboard shortcuts to navigate around its interface. But Google apps like Google Reader and Gmail changed that. So, I have created a function to make adding shortcuts to your application much easier.

Flickr: Discussing GM Script: Navigate photostreams, pools, and sets using keyboard shortcuts in Flickr Hacks

Hey all, a quick and dirty greasemonkey script to let you use the left and right arrow keys to view the next and previous photos on flickr. It's something I wish flickr did by default but doesn't. Hope you find it useful.

Try This Search On - UserScripts - Greasemonkey

by 1 other
Provides useful links to search engines based on the page that you're viewing or the search that you're performing.

December 2008

Reformat Table script - Recherche Google

table tableau htlm formater personnaliser script css greasemonkey firefox reformater

October 2008

Add Google Calendar and Reader to Your Gmail

Firefox with the Greasemonkey extension: Not since Gmail saw its interface overhaul last October has a scripter embedded Google Calendar and Reader into Gmail easily—until now. Two new user scripts integrate both Google Calendar and Google Reader onto the same screen as your email inbox. Here's what it looks like.

Flickr Code__US__Le blog code.flickr des Dévellopeurs de Flickr

by 5 others
Your one-stop shop for information, gossip and discussion with the Flickr developer community. Le blog code.flickr est disponible uniquement en anglais mais si vous êtes un développeur ayant déjà contribué sur le groupe Flickr Hacks et avez envie de partager un bout de votre expérience

Flickr-Toolbox-100-Outils-et-Services__Mashable! France search results: sudoku

Voici une liste de +100 services/applications pour vous aider à exploiter 100% du potentiel du site de partage de photo le plus populaire du web:/2007/08/04/

Link highlighter script__Short tutorial to build a script

This short tutorial assumes that you have already downloaded and installed the Greasemonkey Firefox add-on. Below follows a very simple JavaScript program, which highlights links to your site, to get you started. I use this script a lot for SEO (Search Engine Optimization) purposes to find my site on a result page in Google, or to find a link to my site, which according to the access_log of my web site should be there.

Automate Adding Bookmarks to del.icio.us :: the How-To Geek ne marche pas avec Delicious 2.0 extension

Greasemonkey comes to the rescue with the Install scriptdel.icio.us autotag user script, but the problem is that you can't edit the bookmarks by clicking on the del.icio.us tag button, because that script always immediately submits the form, and also duplicates the tags. I've created an upgrade to the script that fixes those problems. Just like the first script, it will automatically add the popular and recommended tags:

September 2008

Running scripts as soon as possible - UserJS.org

Running scripts as soon as possible Written on 2005-11-12Assuming the file name ends with .js (not .user.js), Opera will run User JavaScripts before the first script on the page is processed. This is done to allow you to set any user JavaScript events that you want, before any scripts are encountered. If the page has no scripts of its own, then user scripts are run immediately before the load event is about to fire. Note: if the page has no scripts of its own, then your script will always run after the page has loaded - there is nothing you can do about that.

August 2008

CleanItUp – Userscripts.org

Lets you clean up a page by putting instructions in url (css, xpath selecting, regexp and more)