Try and view the source
kurlak.com
Try and view the source
1–10 of 86 posts
Re: Try and view the source
#2Re: Try and view the source
#3You can also reproduce the behavior by navigating back, then forwards again - you'll see the "not that easily" page that way, as well (as the "try and view the source" page has been replaced in your history list).
Re: Try and view the source
#4Re: Try and view the source
#5Re: Try and view the source
#6Re: Try and view the source
#7Re: Try and view the source
#8A clever use of history.replaceState and some special characters (to make it less obvious that the state's been altered) - "view source" in Chrome operates on the currently active URL, which after the replaceState has executed is the "not that easily" page. You can also reproduce the behavior by navigating back, then forwards again - you'll see the "not that easily" page that way, as well (as the "try and view the so…
If you try copying the URL to plain-text, you'll see: http://www.kurlak.com/john/%E2%80%AElmth.ecruos
Re: Try and view the source
#9Re: Try and view the source
#10This is why I love NoScript. Viewed it no problems and easily saw what you were doing. Pretty clever trick, thank you.