Comments on lazyttrick's Scripts

109 comments

Comment on Userscripts Updater made Jul 22, 2008:

lazyttrick

Yes, I forgot about screen size issues when I put that fixed there.It was supposed to get user's attention when auto-checking. But there's another way of doing this, so I'll roll back that for absolute. Thanks for letting me know about this :)

Comment on Userscripts Updater made Jul 22, 2008:

gollum

In the latter updates did you change the DIV position setting? Line 208

Newer version/s position:fixed, changed it to :absolute so I could scroll and see all my scripts.

Edit: Also had to change the Compare DIV[line 415] to :absolute to see all of script.

Comment on Youtube Double Click made Jul 21, 2008:

S3loth

I'm running Ubuntu Hardy Heron, and this works fine for me. Great script btw!

Comment on Testing Updater made Jul 20, 2008:

lazyttrick

yep, greasemonkey forces you to that window, and it is a good thing to remember users about the risks of blindly installing scripts... i think i found a solution quite ok, it searches in that small top right yellow window and if found you can compare, update, or visit script page...

i made an option to compare changes in an update, it is supposed to highlight modifications made in the script source code

Comment on Testing Updater made Jul 20, 2008:

Freeze

Well you could make it automatically update easily by changing the link of the page to the source of the script.

Just that could get annoying with all the download prompts constantly coming up..

Comment on Testing Updater made Jul 19, 2008:

lazyttrick

I'm about to release some nice features, including an auto search updates...

Comment on Testing Updater made Jul 17, 2008:

ahmed

man if you can devolpe some way to AUTO update it will be great

i mean fully automatic

Comment on Userscripts Updater made Jul 9, 2008:

gollum

Thanks, that fixed it!

Now to find if I still have - whatever script that was - installed ;-}

Comment on Userscripts Updater made Jul 9, 2008:

lazyttrick

It seems the problem was I forgot the possibility of a script be deleted by it's creator.

When the Updater fetches the script page it comes 'blank'.

Now the Updater should point out if there's any inexistent scripts.

Please tell me if this was the problem, thanks for the feedback. :)

Comment on Userscripts Updater made Jul 8, 2008:

gollum

Searching updates hangs with this in error console...

Error: resp.responseText.match(/First\suploaded<\s\S>+Tags/) is null

Comment on Userscripts Updater made Jul 8, 2008:

lazyttrick

Only check for updates to scripts installed after the Updater script.

When you click the "Install this script" button in this site, the Updater record the script info.

Comment on Userscripts Updater made Jul 7, 2008:

pogue

Quick question: Does this script only check for updates to GM scripts I've installed after I installed the Updater script, or does it check ALL my scripts for updates?

Comment on YouTube stop video download made Jul 2, 2008:

lazyttrick

Oh thanks, I use FIrefox... I'll install Opera to see if there's a easy solution

Comment on YouTube stop video download made Jul 1, 2008:

Paweł Solorz

this script doesn't work with opera 9.51

Comment on YouTube stop video download made Jun 20, 2008:

lazyttrick

I couldn't find any problem with it...

Comment on YouTube stop video download made Jun 20, 2008:

hach22

does not work properly

Comment on YouTube stop video download made Jun 14, 2008:

mcgoxel

uninstalled, so this script do not continue video when push to the button for paused ..

Comment on Mininova IMDb link made Jun 8, 2008:

Indieana

Great! Exactly what the doctor ordered . Check out my OiNKPlus script if you are into music.

Comment on YouTube stop video download made Jun 5, 2008:

lazyttrick

you're welcome ;)

i wish that was possible, but right i don't know a way to do that

Comment on YouTube stop video download made Jun 5, 2008:

raymondb

Thanks!, this is just what I was looking for to conserve my limited bandwidth. One request though, can you make it so that when I press your play button, playback continues from where it was stopped, preferably without losing the portion of the video that had already been downloaded?

Comment on Userscripts Updater made Jun 3, 2008:

Edo78

I add a global

var zindex=GM_getValue('zindex',32768);

and change the div creation in updateScript to

div = createElement('div', {style:"background-color:#FFFFAA; position:absolute; top:3px; right:3px; min-width:250px; min-height:50px; padding:5px; font-size:small; z-index:"+zindex});

but I'm thinking about made it customizable ...

In my spare time I'll work on the auto-check function then I'll post my patch here so you can check it.

Comment on Userscripts Updater made Jun 3, 2008:

gollum

Thanks for a great script.

Comment on Userscripts Updater made Jun 2, 2008:

lazyttrick

@ ozzi: I'm trying that, having some problems with characters... it's on my list of things to do.

@ Edo78: The position option is possible, but since the box is temporary and can be closed, I'd rather set a really high z-index value, so it would show above everything. I'll do that now and hope the value is high enough.

A non default auto-check option sounds nice, I was thinking about the scope of this. If it was to run on all websites may bring some issues. I'll think about it, as I want to keep this as simple as possible. By the way, I don't mind forks on these scripts, it's interesting and I can even test and maybe use too.

Thanks for the feedback and suggestions.

Comment on Userscripts Updater made Jun 2, 2008:

Edo78

I have just a little request: can you made the position of the box configurable ?

I have another script that use the upper right corner so they conflict ...

Another request (not so little this time) is:

can you modify your script to check every X hours and opening the box if some script is update ?

I'm thinking about writing a patch (with setTimeout, GM_setValue and GM_getValue so the timeout is persistent between sessions) but having it in the official version is a bigger advance.

Comment on Userscripts Updater made May 26, 2008:

TwoPageAfro

This is fantastic. Really easy to use.

Just had to re-install my previous scripts to be used by the updater but it's completely worth it.

Thank you. :D