i.uve.a.ene

Porque siempre hay algo que contar

How to fix Diigolet on Opera v11

dejar un comentario »

Este artículo también está disponible en español

Like I said in an old post (in Spanish), I’m testing different services to be ready for an eventual close-down of Delicious (even though now they said they’re not shutting it down). One of the services I’ve tested so far is Diigo and it doesn’t look bad.

One of the problems I’ve found is that the Diigo bookmarklet (aka Diigolet) doesn’t work on the last version of Opera, my favorite browser.

The problem is the double-quote character used inside the bookmarklet code. To workaround this problem you just have to replace all double-quotes into single-quotes.

The original bookmarklet code is:

javascript:(function(){s=document.createElement("script");s.type="text/javascript";s.src="http://www.diigo.com/javascripts/webtoolbar/diigolet_b_h_b.js";document.body.appendChild(s);})();

After replacing all double quotes, it should look like this:

javascript:(function(){s=document.createElement('script');s.type='text/javascript';s.src='http://www.diigo.com/javascripts/webtoolbar/diigolet_b_h_b.js';document.body.appendChild(s);})();

To make things easier (you lazy guys) I should have put a link with the code fixed but, WordPress.com seems to change the javascript code so I can’t, sorry.

Advertisement

Escrito por iuveaene

20.diciembre.2010 (Lunes) a 12:18

Escrito en Internet

Etiquetado con , , , ,

Deja un comentario

Fill in your details below or click an icon to log in:

Logo de WordPress.com

You are commenting using your WordPress.com account. Log Out / Cambiar )

Twitter picture

You are commenting using your Twitter account. Log Out / Cambiar )

Facebook photo

You are commenting using your Facebook account. Log Out / Cambiar )

Connecting to %s

Seguir

Get every new post delivered to your Inbox.