Subscribe to How-To Geek Mag-subscribe sa Paano-Upang Geek

Important! This is an automatic machine translated page. If you can read english, you should Click Here to read the original English version of the article.

Automate Adding Bookmarks to del.icio.us Automate Pagdaragdag ng mga Bookmark sa 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. Gamitin ko del.icio.us sa tindahan ng lahat ng aking mga malimit na ginagamit ang mga bookmark, ngunit ko natagpuan na ang pag-browse sa pamamagitan ng tag na lamang ay hindi masyadong mahusay para sa akin. I always use a Ako palaging gumamit ng isang full text search buong teksto ng paghahanap 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. sa pamamagitan ng aking mga bookmark para malaman kung ano Naghahanap ako, kaya kung ano ang tunay Naghahanap ako ay isang single-i-click ang i-save ang solusyon na katulad ng star button sa browser Flock.

Greasemonkey comes to the rescue with the Greasemonkey pagdating sa mga sumagip sa 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. gumagamit ng script, ngunit ang problema ay hindi mo maaaring i-edit ang bookmark sa pamamagitan ng pag-click sa pindutan ng del.icio.us tag, dahil na script kaagad palaging submits ang form, at din ang mga duplikado ng mga tag.

I've created an upgrade to the script that fixes those problems. Ko na ginawa ng isang mag-upgrade sa script na mga pag-aayos ng mga problema. Just like the first script, it will automatically add the popular and recommended tags: Katulad ng unang script, ito ay awtomatikong idagdag ang popular at inirerekomenda tags:

imahen

Here's the details: Narito ang mga detalye:

  • Automatically enters in popular or recommended tags, submits the form and closes the pop-up window. Awtomatikong ipapasok sa madla o ng mga pinapayong mga tag, submits ang form at magsasara ang pop-up window.
  • If the bookmark has already been saved, it will leave the edit window as is. Kung ang bookmark ay nai-save na, ito ay iwan ang i-edit ang window ay bilang.
  • Doesn't duplicate the tags if you use the tag button more than once. Hindi dobleng ang mga tag kung gagamit ka ng tag pindutan ng higit sa isang beses.

And here's the source code, in case you are interested: At dito ang source code, kung sakaling kayo ay interesado:

var poptags = unsafeWindow['tagPop']; var poptags = unsafeWindow tagPop [ ''];
if (poptags) { // test to make sure we're on the post page kung (poptags) (/ / pagsubok upang matiyak na kami sa pahina ng post
if (poptags == “”) { kung (poptags == "") (
var rectags = unsafeWindow['tagRec']; var rectags = unsafeWindow tagRec [ ''];
var finaltags = rectags.toString(); var finaltags = rectags.toString ();
} else { ) Sino pa ang paririto (
var finaltags = poptags.toString(); var finaltags = poptags.toString ();
} )
if(document.getElementById('tags').value.length > 4){ kung (document.getElementById ( 'tag'). value.length> 4) (
editmode = 1; editmode = 1;
}else{ ) sino pa ang paririto (
editmode = 0; editmode = 0;
var myarray = finaltags.split(”,”); var myarray = finaltags.split (",");
for (var tag in myarray) { para sa (var tag sa myarray) (
if (document.getElementById('tags').value.search(/myarray[tag]/) == -1) { kung (document.getElementById ( 'tag'). value.search (/ myarray [tag] /) == -1) (
document.getElementById('tags').value += myarray[tag] + ” “; document.getElementById ( 'tag'). halaga + = myarray [tag] + "";
} )
} )
} )
if(finaltags.length > 4 && editmode == 0){ kung (finaltags.length> 4 & & editmode == 0) (
document.getElementById('delForm').submit(); document.getElementById ( 'delForm'). isumite ();
} )
} )

I simply couldn't live without this script, but I wouldn't recommend using it if you like to browse by tag. Ako lang ay hindi maaaring mabuhay nang wala ang script na ito, ngunit hindi ko inirerekomenda ang paggamit nito kung gusto mo upang mag-browse sa pamamagitan ng tag.

Install del.icio.us automater Greasemonkey script I-install ang del.icio.us automater Greasemonkey script

This article was originally written on 08/20/07 Tagged with: Ang artikulong ito ay orihinal na isinulat sa 08/20/07 Tagged with: Firefox Firefox , , Firefox & Web Firefox & Web

Daily Email Updates Araw-araw na Updates Email

You can get our how-to articles in your inbox each day for free. Maaari kang makakuha ng aming kung-paano na mga artikulo sa iyong inbox sa bawat araw para sa libre. Just enter your name and email below: Ilagay lamang ang inyong pangalan at email sa ibaba:


Name: Pangalan:
Email: Email:

Comments (6) Comments (6)

  1. engtech @ IDT engtech @ IDT

    You should submit these scripts over at Dapat mong isumite ang mga ito sa paglipas ng mga script sa http://userscripts.org http://userscripts.org as well. pati na rin.

    That's usually where I go to find Greasemonkey hacks. Iyan ang karaniwang kung saan pumunta kong makahanap hacks Greasemonkey. :)

    You can still host on your own website. Maaari pa rin kayong mag-host sa iyong sariling website.

  2. The Geek Ang Geek

    Yeah, I was meaning to upload it there too… just hadn't gotten around to it. Yeah, ako ay ibig sabihin na i-upload ito ay may masyadong ... lamang ay hindi gotten sa paligid nito.

  3. Alejandro Alejandro

    I didn't get how to install (automaticaly) this app… is its install for advanced users only?.. Hindi ko makuha kung paano i-install (automaticaly) app na ito ... ay i-install nito para sa mga advanced na mga gumagamit lamang? ..

    I hope you can give me an answer. Umaasa ako maaari ka bigyan ako ng isang sagot. Thanks Salamat

  4. decembre decembre

    :-(
    Seems that is don't work with the last Delicious extension …. Tila atipan ng pawid ay hindi gumagana sa mga huling extension Delicious ....

  5. bnwklr bnwklr

    … please do update for the new del.icio.us! ... Huwag i-update ang para sa bagong del.icio.us!

  6. Erik Erik

    I'd like to add my voice to the list of people calling for an update to this great greasemonkey script Gusto kong idagdag ang aking tinig sa listahan ng mga pagtawag ng mga tao para sa isang update sa ito malaki script greasemonkey :)


Our Friends Ang aming mga Friends
Getting Started Pagsisimula


About How-To Geek Tungkol sa Paano-Upang Geek
What Is That Process? Ano ba ang Proseso Iyon?
svchost.exe svchost.exe
jusched.exe jusched.exe
dwm.exe dwm.exe
ctfmon.exe ctfmon.exe
wmpnetwk.exe wmpnetwk.exe
wmpnscfg.exe wmpnscfg.exe
rundll32.exe rundll32.exe
wfcrun32.exe wfcrun32.exe
Ipoint.exe Ipoint.exe
Itype.exe Itype.exe
Wfica32.exe Wfica32.exe
Mobsync.exe Mobsync.exe
conhost.exe conhost.exe
Dpupdchk.exe Dpupdchk.exe Adobe_Updater.exe Adobe_Updater.exe

Copyright © 2006-2009 HowToGeek.com. Copyright © 2006-2009 HowToGeek.com. All Rights Reserved. All Rights Reserved.