From: Thomas 'PointedEars' Lahn on 20 Mar 2010 11:51 Thomas 'PointedEars' Lahn wrote: > David Mark wrote: >> [get posting by Message-ID] > javascript:window.location="http://groups.google.com/groups?hl=en&as_umsgid="+"%s".replace(/^<(news:)?| >>$/g,"") Just saw that they changed their search URI (and broken the old one in the process, so much for competence), so use: javascript:window.location="http://groups.google.com/groups/search?hl=en&as_umsgid="+"%s".replace(/^<(news:)?| >$/g,""); PointedEars -- var bugRiddenCrashPronePieceOfJunk = ( navigator.userAgent.indexOf('MSIE 5') != -1 && navigator.userAgent.indexOf('Mac') != -1 ) // Plone, register_function.js:16
From: Thomas 'PointedEars' Lahn on 20 Mar 2010 11:44 David Mark wrote: > Thomas 'PointedEars' Lahn wrote: >> David Mark wrote: >>> Thomas 'PointedEars' Lahn wrote: >>>> David Mark wrote: >>>>> [Douglas Crockford's recommendations] >>>> Don't forget his recommendation to use `window' to avoid "implied >>>> globals" (in jslint). Now that's a ridiculous blunder not easily >>>> forgiven. >>> Yes. I forgot that one (if I ever knew of it). Do you mean he >>> recommends:- >>> >>> window.myvar = something; >>> >>> (?) >>> >>> That would be unpardonable. :) >> >> Here you are: >> >> <news:4A0393D0.8080405(a)PointedEars.de> >> <news:43606011.BCLMh4Saal(a)PointedEars.de> > > Thanks, but TB doesn't seem to like those. Probably confused by so many > different FF versions installed beside it. Unlikely. Try with <http://mnenhy.mozdev.org/> or, to be even more on- topic (Mnenhy is probably written in JavaScript), the following bookmarklet (remove the "news:" from the parameter or change the code): javascript:window.location="http://groups.google.com/groups?hl=en&as_umsgid="+"%s".replace(/^<(news:)?| >$/g,"") > The thing is, he switched it a year or two back to list window itself as > an implied global, even when assuming a browser, which certainly makes > no sense. He should forget about host objects. ACK PointedEars -- Use any version of Microsoft Frontpage to create your site. (This won't prevent people from viewing your source, but no one will want to steal it.) -- from <http://www.vortex-webdesign.com/help/hidesource.htm> (404-comp.)
From: David Mark on 20 Mar 2010 11:59 Thomas 'PointedEars' Lahn wrote: > Thomas 'PointedEars' Lahn wrote: > >> David Mark wrote: >>> [get posting by Message-ID] > javascript:window.location="http://groups.google.com/groups?hl=en&as_umsgid="+"%s".replace(/^<(news:)?| >>> $/g,"") > > Just saw that they changed their search URI (and broken the old one in the > process, so much for competence), so use: > > javascript:window.location="http://groups.google.com/groups/search?hl=en&as_umsgid="+"%s".replace(/^<(news:)?| >> $/g,""); > That is getting all fouled up in TB, as well as GG. I tried to piece it back together, but kept getting Google server errors. Can you just post a GG (http) link?
From: David Mark on 20 Mar 2010 12:01 Thomas 'PointedEars' Lahn wrote: > David Mark wrote: > >> Thomas 'PointedEars' Lahn wrote: >>> David Mark wrote: >>>> Thomas 'PointedEars' Lahn wrote: >>>>> David Mark wrote: >>>>>> [Douglas Crockford's recommendations] >>>>> Don't forget his recommendation to use `window' to avoid "implied >>>>> globals" (in jslint). Now that's a ridiculous blunder not easily >>>>> forgiven. >>>> Yes. I forgot that one (if I ever knew of it). Do you mean he >>>> recommends:- >>>> >>>> window.myvar = something; >>>> >>>> (?) >>>> >>>> That would be unpardonable. :) >>> Here you are: >>> >>> <news:4A0393D0.8080405(a)PointedEars.de> >>> <news:43606011.BCLMh4Saal(a)PointedEars.de> >> Thanks, but TB doesn't seem to like those. Probably confused by so many >> different FF versions installed beside it. > > Unlikely. Try with <http://mnenhy.mozdev.org/> or, to be even more on- > topic (Mnenhy is probably written in JavaScript), the following bookmarklet > (remove the "news:" from the parameter or change the code): I have no idea what it was doing. Clicking the links appeared to be a noop.
From: David Mark on 20 Mar 2010 12:06 David Mark wrote: > Thomas 'PointedEars' Lahn wrote: >> David Mark wrote: >> >>> Thomas 'PointedEars' Lahn wrote: >>>> David Mark wrote: >>>>> Thomas 'PointedEars' Lahn wrote: >>>>>> David Mark wrote: >>>>>>> [Douglas Crockford's recommendations] >>>>>> Don't forget his recommendation to use `window' to avoid "implied >>>>>> globals" (in jslint). Now that's a ridiculous blunder not easily >>>>>> forgiven. >>>>> Yes. I forgot that one (if I ever knew of it). Do you mean he >>>>> recommends:- >>>>> >>>>> window.myvar = something; >>>>> >>>>> (?) >>>>> >>>>> That would be unpardonable. :) >>>> Here you are: >>>> >>>> <news:4A0393D0.8080405(a)PointedEars.de> >>>> <news:43606011.BCLMh4Saal(a)PointedEars.de> >>> Thanks, but TB doesn't seem to like those. Probably confused by so many >>> different FF versions installed beside it. >> Unlikely. Try with <http://mnenhy.mozdev.org/> or, to be even more on- >> topic (Mnenhy is probably written in JavaScript), the following bookmarklet >> (remove the "news:" from the parameter or change the code): > > I have no idea what it was doing. Clicking the links appeared to be a noop. Pasting the news: link into Chrome opened a new TB instance, popped up an empty Identity dialog (which I canceled) and then did nothing. I give up. :)
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 5 Prev: More fun with attributes Next: help re removing my invalid.com |