Comments by theaulddubliner on scripts

67 comments

Comment on:
Universal imagehost redirector

Dec 6, 2007

thanks for updating arvid - this script is a real time saver and 'annoyance avoider'

Comment on:
updated gmail calendar

Oct 26, 2007

if you go to Gmail Google Calendar sidebar someone has worked out a fix that worked for me

Comment on:
updated gmail calendar

Oct 26, 2007

yeah it seems to have stopped working maybe two days ago

damn google and their constant changes :)

Comment on:
Universal imagehost redirector

Oct 11, 2007

yay !!!

that works great - thanks thor

Comment on:
Universal imagehost redirector

Oct 11, 2007

i was missing the '}' but it still isn't working for me :(

here's a couple of links that don't work:
http://i2.uploadem.com/view.php?view=181790
http://i2.uploadem.com/view.php?view=181803

thanks for your help Thor

Comment on:
Universal imagehost redirector

Oct 10, 2007

I must be missing something Thor as it still ain't working for me.

I have the following:

    {   name: 'uploadem.com',
        url_regex: /^http:\/\/(.*?\.)?uploadem\.com\/view.php\?/,
        xpath: "id('showcode')/p[@align='center']/a/img",
        redirect: true,
        rewrite: function (res, link) {
            var th = link.getElementsByTagName('img');
            if (th = th[0]) {
                var thRegex = new RegExp(/^http\/\/(.*?)\.uploadem\.com\/(.*?)\/(.*?)$/);
                var thres; 
                if (thres = thRegex.exec(th.getAttribute('src')))
                    return "http://" + thres[1] + ".uploadem.com/" + thres[2] + "/" + thres[3];
            }
            return false;
    }

Comment on:
Universal imagehost redirector

Sep 12, 2007

thanks for posting thor but that ain't doing it for me - is it definitely working for you ?

Comment on:
userscripts favourites

Jul 13, 2007

that's just not good enough

i expect you to call around this evening and fix it for me -- i mean what am i paying you for ?

Comment on:
userscripts favourites

Jul 12, 2007

spoke too soon

i've refreshed a few times but still the top tells me there are a minus number of comments -- the number of comments down the list still seems to be accurate as do the number of updated scripts

Comment on:
userscripts favourites

Jul 10, 2007

methinks everything is ok now

Comment on:
userscripts favourites

Jul 9, 2007

out of curiosity, how can I have negative new comments ?

e.g. today it says -17 new comments

Comment on:
Universal imagehost redirector

Jul 7, 2007

uploadem.com is no longer working arvid

here's a couple of links for you to do your magic on: http://www.uploadem.com/view.php?view=101000, http://www.uploadem.com/view.php?view=101082

thanks

Comment on:
google extra

Jul 6, 2007

nice update -- look forward to watching this develop -- cheers

Comment on:
google extra

Jul 5, 2007

i'm not becoming your groupie -- honest -- but you're posting some damn fine scripts. This is very handy.

One suggestion tho: if the videos could line up horizontally rather than vertically

Comment on:
imdb age adder

Jul 4, 2007

thanks yet again znerp -- snappier than an old butchered version I had

you might want to allow for http://uk.imdb.com/name/* and http://www.uk.imdb.com/name/* [and http://imdb.com/name/* while you're at it]

of course, you might not :)

Comment on:
imdb enlarge

Jun 30, 2007

yet another handy well executed script znerp -- thanks

Comment on:
userscripts favourites

Jun 28, 2007

oh i meant to ask -- where are the scripts stored ?

Comment on:
userscripts favourites

Jun 28, 2007

i prefer your implementation than that which is built in -- the silent adding/removing faves, the update summary at the top of the fave page

even the location of the plus/minus icons

i'll be using it till the site catches up -- thanks

Comment on:
LookItUp2

Jun 19, 2007

Bjørn can you explain the 'splice' functionality a bit more clearly - i'm not getting it

thanks

forgot about ctrl+click for a new tab

i just mapped it to alt+click instead

fantastic script

if i wanted to change the click to ctrl click what do i need to edit in the script ?

Comment on:
LookItUp2

Jun 14, 2007

Volkan

You could just add http*://mail.google.com/* to the excluded sites in the greasemonkey options for the script

Comment on:
Imdb.com Info Hide Script

Jun 9, 2007

This is a nice and handy script -- 2 things I've noticed so far

- you need to allow for the correct non-US spelling of colour

- you misspelt ratio in 'aspect ratio'

Comment on:
LookItUp2

Jun 4, 2007

nice update - the tabs are very different

I seem to be having a problem with my added sites sticking on reload

Comment on:
Gmail + Google Calendar

May 23, 2007

just noticed a bug

if for whatever reason you click on the calendar link twice, upon returning to the inbox a calendar frame is still visible underneath the inbox

hope that's clear