Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Thanks, but it is already present in script code. |
|
|
edit: Oops, sorry. It was about 4:00am CET, maybe that's why I haven't noticed it. Sorry once again :) |
|
|
It works fine, thanks, I'll add it to the script. |
|
|
I threw in the following hack to get the desired behavior below. It's probably not very clean, but if Gluek is interested in improving on it, feel free:
unsafeWindow.doVoteFrame = function doVoteFrame(index, url, title, domain)
{
$('#viewresultformtitle').val(title);
$('#viewresultformurl').val(url);
$('#viewresultformquery').val(searcher.search_query);
$('#viewresultform').get(0).action = url;
document.getElementById('viewresultform').submit();
return false;
}
|
|
|
Any way to get rid of the footer on the click-through? Perhaps by changing the hyperlinks to navigate directly to the page of interest, rather than via http://www.scour.com/view/result/?URL={website-URI}? |
|
|
Screenshots:
I'm using this script on my Asus Eee PC, with 800×480 screen :) |