Automate Adding Bookmarks to del.icio.us Avtomatizirajte Dodajanje zaznamkov na del.icio.us
I use del.icio.us to store all of my infrequently used bookmarks, but I've found that browsing by tag just isn't very efficient for me. Jaz raba del.icio.us za shranjevanje vseh mojih redko uporablja bližnjice, vendar sem ugotovila, da brskanje po oznakah le ni zelo učinkovita za mene. I always use a Jaz zmeraj raba full text search Celotno besedilo search through my bookmarks to find what I'm looking for, so what I'm really looking for is a single-click save solution similar to the star button on the Flock browser. skozi moje zaznamke, da bi našli kaj iščem, kaj sem res videti zakaj je enim klikom shranite rešitev podobna zvezda na gumb brskalnika čreda.
Greasemonkey comes to the rescue with the Greasemonkey gre za reševanje z del.icio.us autotag del.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. uporabnik skript, ampak problem je, da ne morete urejati zaznamke s klikom na gumb del.icio.us tag, ker je ta scenarij vedno takoj trdi obliki, in tudi podvaja oznake.
I've created an upgrade to the script that fixes those problems. Naredil sem nadgradnjo na skripta, ki odpravlja te težave. Just like the first script, it will automatically add the popular and recommended tags: Tako kot prvi scenarij, se bodo samodejno dodali priljubljena in priporoča tags:

Here's the details: Here's the details:
- Automatically enters in popular or recommended tags, submits the form and closes the pop-up window. Samodejno vstopi v priljubljenih ali priporočeno oznak, trdi obliki in zapre pop-up oknu.
- If the bookmark has already been saved, it will leave the edit window as is. Če zaznamek je že shranjen, bo pustite okno, kot je.
- Doesn't duplicate the tags if you use the tag button more than once. Ali ne podvajajo oznake, če uporabite gumb oznako več kot enkrat.
And here's the source code, in case you are interested: In tukaj je izvorne kode, če vas zanima:
var poptags = unsafeWindow['tagPop']; var poptags = unsafeWindow [ 'tagPop'];
if (poptags) { // test to make sure we're on the post page if (poptags) (/ / test prepričati, da smo na strani post
if (poptags == “”) { if (poptags == "") (
var rectags = unsafeWindow['tagRec']; var rectags = unsafeWindow [ 'tagRec'];
var finaltags = rectags.toString(); var finaltags = rectags.toString ();
} else { ) Else (
var finaltags = poptags.toString(); var finaltags = poptags.toString ();
} )
if(document.getElementById('tags').value.length > 4){ if (document.getElementById ( 'tags'). value.length> 4) (
editmode = 1; editmode = 1;
}else{ ) else (
editmode = 0; editmode = 0;
var myarray = finaltags.split(”,”); var myarray = finaltags.split (",");
for (var tag in myarray) { for (var oznako v myarray) (
if (document.getElementById('tags').value.search(/myarray[tag]/) == -1) { if (document.getElementById ( 'tags'). value.search (/ myarray [tag] /) == -1) (
document.getElementById('tags').value += myarray[tag] + ” “; document.getElementById ( 'tags'). vrednost + = myarray [tag] + "";
} )
} )
} )
if(finaltags.length > 4 && editmode == 0){ if (finaltags.length> 4 & & editmode == 0) (
document.getElementById('delForm').submit(); document.getElementById ( 'delForm'). predložijo ();
} )
} )
I simply couldn't live without this script, but I wouldn't recommend using it if you like to browse by tag. Jaz preprosto ne bi mogla živeti brez tega skripta, vendar jaz ne bi priporočal uporabljate, če želite brskati po oznakah.
Install del.icio.us automater Greasemonkey script Namesti del.icio.us automater Greasemonkey skript

Daily Email Updates Dnevni Email Updates
You can get our how-to articles in your inbox each day for free. Lahko dobite našo kako do člankov v vašo mapo »Prejeto vsak dan brezplačno. Just enter your name and email below: Preprosto vpišite vaše ime in e-pošto spodaj:



You should submit these scripts over at Ti morajo predložiti te skripte pa na http://userscripts.org http://userscripts.org as well. kot dobro.
That's usually where I go to find Greasemonkey hacks. To je običajno, kadar grem, da bi našli Greasemonkey hacks.
You can still host on your own website. Še vedno lahko gostuje na svojo spletno stran.
Yeah, I was meaning to upload it there too… just hadn't gotten around to it. Ja, sem bil kar pomeni, da jo naložite tudi tam ... samo ne bi prišel okoli z njo.
I didn't get how to install (automaticaly) this app… is its install for advanced users only?.. Nisem dobil kako namestite (avtomatsko) app ... to je njegova namestitev za napredne uporabnike le? ..
I hope you can give me an answer. Upam, da si mi lahko pove odgovor. Thanks Hvala
Seems that is don't work with the last Delicious extension …. Izgleda, da se ne delajo z zadnjega podaljšanja Delicious ....
… please do update for the new del.icio.us! ... Prosim delati modernizirati za nove del.icio.us!
I'd like to add my voice to the list of people calling for an update to this great greasemonkey script Želel bi dodati svoj glas na seznam ljudi, ki poziva k posodobitvi, da to veliko Greasemonkey skript