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?
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?