Try and view the source
31–40 of 86 posts
Re: Try and view the source
#32An appropriate representation of the requested resource /john/lmth.ecruos could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Re: Try and view the source
#33This is why I love NoScript. Viewed it no problems and easily saw what you were doing. Pretty clever trick, thank you.
I recently learned about a similar trick that gets around NoScript: http://citeomatic.com/_asdf.html (This one only works in Firefox and Opera, not Chrome, sadly)
Re: Try and view the source
#34Re: Try and view the source
#35This is why I love NoScript. Viewed it no problems and easily saw what you were doing. Pretty clever trick, thank you.
I recently learned about a similar trick that gets around NoScript: http://citeomatic.com/_asdf.html (This one only works in Firefox and Opera, not Chrome, sadly)
With httpfox I got
html:after { padding-left: 5px; content: 'Can you view my source from Firefox or Opera?'; }
Edit: It's also possible to view the source with Firefox JSview, Web Developer addons and curl.
Re: Try and view the source
#36That said, pretty neat trick.
Re: Try and view the source
#37Yes I can view the source: https://gist.github.com/2097197
$ cat GET /john/source.html HTTP/1.1
> Host: www.kurlak.com
> User-Agent: Mozilla/5.0 Chrome/1
>
> !
HTTP/1.1 200 OK
Date: Mon, 19 Mar 2012 07:44:51 GMT
Server: Apache
Last-Modified: Mon, 19 Mar 2012 00:51:24 GMT
Accept-Ranges: bytes
Content-Length: 295
Content-Type: text/html
Re: Try and view the source
#38'view source' for me has been command + option + j (dev console) for a while now. It will always show you the live element tree. That said, pretty neat trick.