Comments by theaulddubliner on scripts
67 comments
|
Comment on: |
thanks for updating arvid - this script is a real time saver and 'annoyance avoider' |
|
Comment on: |
if you go to Gmail Google Calendar sidebar someone has worked out a fix that worked for me |
|
Comment on: |
yeah it seems to have stopped working maybe two days ago damn google and their constant changes :) |
|
Comment on: |
yay !!! that works great - thanks thor |
|
Comment on: |
i was missing the '}' but it still isn't working for me :( here's a couple of links that don't work:
thanks for your help Thor |
|
Comment on: |
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: |
thanks for posting thor but that ain't doing it for me - is it definitely working for you ? |
|
Comment on: |
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: |
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: |
methinks everything is ok now |
|
Comment on: |
out of curiosity, how can I have negative new comments ? e.g. today it says -17 new comments |
|
Comment on: |
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: |
nice update -- look forward to watching this develop -- cheers |
|
Comment on: |
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: |
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: |
yet another handy well executed script znerp -- thanks |
|
Comment on: |
oh i meant to ask -- where are the scripts stored ? |
|
Comment on: |
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: |
Bjørn can you explain the 'splice' functionality a bit more clearly - i'm not getting it |
|
Comment on: |
thanks forgot about ctrl+click for a new tab i just mapped it to alt+click instead |
|
Comment on: |
fantastic script if i wanted to change the click to ctrl click what do i need to edit in the script ? |
|
Comment on: |
Volkan You could just add http*://mail.google.com/* to the excluded sites in the greasemonkey options for the script |
|
Comment on: |
This is a nice and handy script -- 2 things I've noticed so far - you need to allow for the - you misspelt ratio in 'aspect ratio' |
|
Comment on: |
nice update - the tabs are very different I seem to be having a problem with my added sites sticking on reload |
|
Comment on: |
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 |
