public marks

PUBLIC MARKS from decembre with tags tag & script

2015

jQuery - Does jQuery .remove() clear out loaded javascript when it is used to remove a script tag? - Stack Overflow

No. Once a script is loaded, the objects and functions it defines are kept in memory. Removing a script element does not remove the objects it defines. This is in contrast to CSS files, where removing the element does remove the styles it defines. That's because the new styles can easily be reflowed. Can you imagine how hard it would be to work out what a script tag created and how to remove it? EDIT: However, if you have a file that defines myFunction, then you add another script that redefines myFunction to something else, the new value will be kept. You can remove the old script tag if you want to keep the DOM clean, but that's all removing it does. EDIT2: The only real way to "clean up" functions that I can think of is to have a JS file that basically calls delete window.myFunction for every possible object and function your other script files may define. For obvious reasons, this is a really bad idea.

2009

Delicious.com - Tag Links on Bundle Edit Page for Greasemonkey

Normal clicking, without holding down the alt key, works the same as ever, adding and removing that tag from the bundle.

Delicious.com - Auto-Highlight Bundled Tags for Greasemonkey

Automatically checks off "Highlight tags already in another bundle" anytime the bundle edit page is loaded.

Delicious.com - Bundle Names on Hover for Greasemonkey

On the bundle edit pages, hover over a tag to show which bundles it belongs to.

Del.icio.us: Bundle sorter for Greasemonkey

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

2008

The Ultimate Flickr Tools Hacks and Scripts Database____GeekTonic by Brent Evans:

UltimateFlickrTools The Ultimate Flickr Tools Database? As of this posting date, this post includes more tha350 different tools, hacks and scripts to use with flickr. And when I started gathering this list I was naive enough to think this list would have about 100 tools total...n

2007

Blogger del.icio.us publishing and post categorizing helper – Userscripts.org

This script adds tagging support to Blogger blogs. It features a Tags: field on the post edit page and invisibly appends a chunk of tags to the posts you tag, which ends up a

Google Tag Cloud Maker__Extension_permet d'afficher à côté de vos résultats Google habituels un de ces fameux nuages de tags.

by 3 others
Permet d'afficher à côté de vos résultats Google habituels un de ces fameux nuages de tags. Celui-ci présente les mots les plus fréquents dans les résultats de votre recherche. Un clic sur l'un deux l'envoie dans la barre de recherche, permettant a

2005

AutoDelicious_Userscripts.org:

Adds Auto-Complete capabilities to the del.icio.us posting page.

del.icio.us “tag rename/delete” script_Tech Reconnoitre » Blog Archive »

by 1 other
The GreaseMonkey userscript tag rename/delete user script allows you to rename or delete the tag without moving to the settings page.