PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Javascript bookmarklets?


Reddi
16.03.2012, 05:24
Any other bookmarklets that can be used on lowbird? Thought about a next increment ...

Already have a search-term from any webpage ...
----
javascript: Qr = document.getSelection();
if (!Qr) {
void(Qr = prompt('Keywords...', ''))
};
if (Qr) location.href = 'http://www.lowbird.com/search/' + escape(Qr)
----

Copy this and put it in a bookmark:
[BoB]

javascript:Qr=document.getSelection();if(!Qr){void (Qr=prompt('Keywords...',''))};if(Qr)location.href ='http://www.lowbird.com/search/'+escape(Qr)

[EoB]
------

Any thoughts?

Reddi
16.03.2012, 05:27
Did also see this:
http://www.lowbird.com/board/showthread.php?p=3552#post3552

dekadenZ
18.04.2012, 11:30
Or you could just define a custom search provider in your browser that accomplishes virtually the same thing…

Localhorst
18.04.2012, 12:55
I'll just leave this here. :rolleyes: http://lb.nerdpol.org/fxsearch/

Reddi
18.04.2012, 18:41
Horst, that is great for Mozilla ...

I run Chrome alot, so i use the bookmarklet ...

... and, anyone know if there is any chance that get some other bookmarklets? I'd work on some, but could they be put up on the server ...

dekadenZ
19.04.2012, 22:41
i'm quite shure, chrome allows custom search providers too.

MisterMuh
20.04.2012, 15:25
http://support.google.com/chrome/bin/answer.py?hl=en&answer=95653