Comments by KosciaK on scripts

11 comments

Comment on:
wiadomosci.onet.pl cleanup

Jun 18, 2008

Usuwaniem forów/komentarzy zajumje się odpowiedni styl Stylish http://userstyles.org/styles/1558

Comment on:
Folders4Gmail

Nov 2, 2007

GREAT script! Can't live without it.
But could you make an option for auto expanding?

Comment on:
Definitive Google Auto Pager

May 11, 2007

Sometimes (for example http://www.google.com/search?q=myopathy) first ten results are always at the bottom. New results are appended above first ten

Comment on:
Google Search Fixed Topbar

Apr 30, 2007

One more style is needed:
#completeDiv{position:fixed !important;}

that way suggested search queries are not lost when scrolling

Comment on:
Definitive Google Auto Pager

Apr 26, 2007

Is it something on my side or the script stopped working today? There's the loading image but no new page is appended...

Comment on:
Google Search Fixed Topbar

Apr 23, 2007

Just a small change in the Stylish version:
@-moz-document url-prefix("http://www.google.com/search"), url-prefix("http://images.google.com/images"){

instead of using domain("....")

Comment on:
Google Search Fixed Topbar

Apr 19, 2007

SourNote is the authir so he can update the version here. Here's my modified version http://kosciak.blox.pl/resource/googlesearchfix...
or for Stylish extension http://kosciak.blox.pl/resource/staticsearchbar...
Seems to work ok with that query and with "Add links to other web search results" option enabled

Comment on:
Definitive Google Auto Pager

Apr 18, 2007

CustomizeGoole - have you considered adding this one too? http://userscripts.org/scripts/show/8536

Comment on:
Google Search Fixed Topbar

Apr 18, 2007

I've checked the CSS reference and it's... Fixed! :)

Just add these styles:
table[class="t bt"] {position: fixed !important; top: 95px !important;}
body {margin-top:120px !important; }

With !important you force the style to be used.
These pixel values works great with results pages on the bottom, so it might need some tweaking.

Comment on:
Gmail Sublabels

Apr 17, 2007

Hello!
Nice script, but...
Is there a way not to display labels (in the mail list) as "label::sublabel"? So it's only "sublabel"

Comment on:
Google Search Fixed Topbar

Apr 17, 2007

I love the idea! Especially combined with GoogleAutoPager (http://userscripts.org/scripts/show/8430). But....
GM_addStyle('#navbar {position: fixed; top: 70px; left: 165px;width:1%;}'); - moving result pages under searchbox is not working correctly (changing "top: 60px" to "top: 70px: helped a bit, but it's messy with Google AutoPager).
I'm using extension CustomizeGoogle (so it might interfere...) and Polish version of Google. Just in case it matters.
If I'm not logged in to my Google Account static topbar covers the results. Adding:
GM_addStyle('table[class="t bt"] {padding-top: 100px;}'); helps a lot. This "Results 1-10 from 2,9000 pages blah blah" bar is visible and results are not covered.
But when I'm logged in sometimes it works, sometimes this "Results 1-10 blah blah" bar is fixed positioned, streched (because of the added style) so even more results are covered.