Delicious v5 tag clobbering
|
|
Howdy, This userscript is great, and really useful for use with delicious bookmarklets etc. My one quibble with it is for the situation in which there is an existing bookmark with tags, in which case the existing tags get clobbered by the ones in the query string (I think?). Would you consider changing the default behaviour to be non-clobbering (I think this is just changing the 'if (qparams[k] && field)' test to be 'if (qparams[k] && field && ! field.value)')? This is much nicer for the use case I've got in mind, but I'm not sure if it might break things for the way other people are using it? Thoughts? Cheers,
|
![]() ![]() |
I made your change and it works like a charm. Good call! |

