A game running in your browser's address bar
1–10 of 32 posts
Re: A game running in your browser's address bar
#2Pretty cool, if you ask me.
Re: A game running in your browser's address bar
#3cool..hw does it work?
Re: A game running in your browser's address bar
#4Hah, these are neat!
Re: A game running in your browser's address bar
#5cool..hw does it work?
The code is all there to look at, just right click > view source for most desktop browsers.
But in brief, it's a fairly simple case of using JS to set "window.location.hash" to whatever value necessary. If you want to test this out, you can open your browser's JS console (on any website), and simply type something like this:
window.location.hash="test"
and it'll update the URL displayed in your navigation bar.Then it's just a case of using some JS code to generate the text to place in the navigation bar. It's quite a neat idea, but it's also pretty simple.
Re: A game running in your browser's address bar
#6And my history is now full.
Re: A game running in your browser's address bar
#7And my history is now full.
Is that the reason why the title of the page is named "I'm sorry"?
Re: A game running in your browser's address bar
#8And my history is now full.
I am using chrome 40, and the history tells nothing except my first visit.
Edit: Oh no, the back button was grayed out. I thought it affected nothing to my history. My thought is wrong. Completely wrong.
Re: A game running in your browser's address bar
#9And my history is now full.
Thanks for the warning. Better open that one in incognito mode to avoid this problem ;)
Re: A game running in your browser's address bar
#10And my history is now full.
Clear Browser > Last Hour :)