I would like to hide the url showing up, when I hover a link with the cursor. I only want to this on my browser. There are a lot questions about this around the web, but I don't find any working solution. I am looking for a solution for chrome or firefox.Why am I need to do this? I will present a site demonstration soon, and I don't want the people to recognise the website url, because it is not launched yet. I decided to open the site in a "popup like" windows without address bar, so the only missing part to achieve my goal is to hide the url showing at bottom of the browser.Do you guys have anything to solve this?EDIT : It would be better to make changes in the browser with some plugin/addon, I don't want to replace all the link in my html markup. But a javascript that solves this with looping at every link, would be fine too.