LookItUp2

By Bjørn Rosell Last update Apr 14, 2008 — Installed 33,024 times. Daily Installs: 24, 9, 22, 10, 16, 18, 17, 8, 17, 19, 14, 14, 24, 14, 20, 12, 14, 9, 10, 11, 5, 19, 7, 15, 24, 35, 10, 28, 18, 13, 9

Archived Comments (locked)

Subscribe to Archived Comments 75 posts, 36 voices

Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Miccovin User

awesome Script. Thank you :)

 
Bjørn Rosell Script's Author

In order for the new Searchbastard addon to go public on amo (addons.mozilla.org), it needs reviews. You can help accelerating the process by reviewing it here: https://addons.mozilla.org/da/firefox/addon/8030

 
Bjørn Rosell Script's Author

I have now released a beta version of the new add-on, and I have also written a quick introduction. Its all available here: http://searchbastard.rosell.dk

 
Bjørn Rosell Script's Author

Hi guys,
For some time now, I have been working on a firefox add-on that does what lookitup2 does - and much more. The add-on will render this script more or less obsolete. I'm currently in the final stages of development, so hold on...

 
joppe User

Running latest version with FF3.0 on a Mac.
* shift+ctrl+space does nothing. Can it be because I use Mac keyboard?
* When i do shortcuts, for example command+C to copy or command+D to bookmark, LookItUp2 opens. Should it be like this?
Thanks!

 
Steve C User
Brilliant script, it really is incredibly powerful. For sites that require a POST request, there is a "bridging site" that will convert a URL from GET to POST here:

http://www.gettopost.com
HTH, Steve
 
davobrosia User

Would it be possible to add an option to add modifier keys to the site shortcuts?

 
Firch Tsai Scriptwright

I love you scripts!!
Good Job!

 
Alvin User

Thank you very much for the prompt fixes! I am enjoying using this to help read texts in spanish, allowing me to look up words easily on the fly.

 
castaban Scriptwright

I confirm shift + ctrl + space does not work for me in FF 2.
I would like to also comment that having a vertical scroll bar is very important. As the window the results are displayed is narrow, there is a good chance that it will not fit there and it is not easily to force a scroll.

 
kane User

Thank You! This script is one of the best around, I use it daily. Your work is superb.

I have a few questions, and I'm not sure if the problem is on my end or a bug.

I'm using Firefox 2.0.0.13 and LookItUP2 version 0.5.91

First, during a single or a combo search, the bottom pane lacks a horizontal scroll bar. I'm just curious if this is intentional or a bug. If this is intentional, is there a way of adding a horizontal scroll bar?

Second, I see you fixed a problem with shift + ctrl + space in beta 3, though I cant seem to get it to work in firefox 2.

Thanks again for your hard work.

 
Bjørn Rosell Script's Author

Hi fixepah,

I have added Jigsaw in the "Add site" panel in settings, in the group: People and Companies.

 
Bjørn Rosell Script's Author

Hi Sune,
Yes, the ctrl+shift+space shortcut was not working in FF3. I don't use this feature myself, so I didn't notice. It has been fixed

 
sune Scriptwright

hi, I can't get this to work. When I type shift+ctrl+spacebar nothing happens. I thought it might conflict with some other extension but I tried in a new completely empty profile (except for greasemonkey, of course :)), and still nothing. I'm on XP, firefox 3 beta 5. ( I just upgraded, it didn't work either on beta 4)

any ideas?

thanks for this awsome script :)

 
Bjørn Rosell Script's Author

I have implemented fix by Billy Blue, and fixed settings as pointed out by Alvin. You only need these fixes if you run the FireFox 3 Beta.

 
Alvin User

Looking at the screenshot of settings from the previous version, there is definitely something wrong with the settings dialogue here. I can't even SEE the URL field text.

See here for a screenshot:
http://img229.imageshack.us/img229/4088/setting...

 
Alvin User

@Billy Blue,

Thanks for that fix - would you perhaps know how to make the settings box bigger? It is TINY on my screen, not sure if it's a bug or not (ff3) but it is practically unusable at the size it is (about 280x130 with lots of scrolling). I have tried editing the JS but can't seem to find what's setting this size.

 
Billy Blue Scriptwright

Firefox 3 needs a minor update to fix Matis' problem.

Old

var iframe = $('LIU_iframe_'+siteId);
if (!iframe) {
iframe = document.createElement('iframe');
iframe.setAttribute('id', 'LIU_iframe_'+siteId);
if (!bJoin) {
iframe.addEventListener('load', function(e) {frameLoaded(siteId);}, false);
}
else {
iframe.addEventListener('load', function(e) {joinLoaded(siteId);}, false);
}
iframe.setAttribute('style', 'top:42px;left:0px;right:0px;bottom:0px;position:absolute;border:0px;z-index:'+siteId+';background-color:white');
box.appendChild(iframe);
}

New

var iframe = $('LIU_iframe_'+siteId);
if (!iframe) {
iframe = document.createElement('iframe');
iframe.setAttribute('id', 'LIU_iframe_'+siteId);
if (!bJoin) {
iframe.addEventListener('load', function(e) {frameLoaded(siteId);}, false);
}
else {
iframe.addEventListener('load', function(e) {joinLoaded(siteId);}, false);
}
iframe.setAttribute('style', 'top:42px;left:0px;right:0px;bottom:0px;position:absolute;border:0px;z-index:'+siteId+';background-color:white; width: 100%; height: 100%;');
box.appendChild(iframe);
}

 
matis User

hi, this is probably my favourite script, i'm currently using firefox 3 beta 3 and the iframe is shrunk like that

 
tono-bungay User

Let me share one I'm using:
http://lookwayup.com/lwu.exe/lwu/d?s=s&w=[words]
encoding ISO 8859-1

It fits nicely because it's the sidebar version, not the full-screen version you get at http://lookwayup.com/

 
Barbudo2005 User

Your scripts is fantastic. Thank very much.

I have a bug.
To close : "Click on the page, or press Esc key to close the box"

Esc don't respond and when click on the page it lookitup close but the page mantain reloading in the status bar.

 
fixepah User

Fantastic script! I have one challenge. The search results page for jigsaw.com is as follows:
http://www.jigsaw.com/SearchCompany.xhtml

Is there a way to get this to work with your script?

Thanks

 
Joseph Urban User

Bjørn, is there a way in which one could copy, clip what information one retrieves? For example using a program such as Evernote or Surfulater, or simply selecting the area one wishes to copy, etc...?

I've just started using LookItUp2 the other day. Like it lots! :-)

Thanks for your time,

Joseph

 
gakhandal User

Grats Bjørn Rosell on the single most useful script ever!

I have just one bug complaint, When I try to look up something on Urban Dictionary, I get a weird lue screen, the type of blue that is seen on Urban Diionary's background on its website. Whats really strange is that you can briefly see that it loads normally but then the blue screen thing happens. Heres a screen grab:
First one, during loading:
http://img381.imageshack.us/img381/5177/001pm8.jpg

Second one, after loading is complete:
http://img381.imageshack.us/img381/7760/002eo5.jpg

Thanks for this great script, despite this minor bug, thats probably my fault. It might be interfering with one of my FF extensions, or setting. who knows for sure.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel