Search code examples
htmlgoogle-chromeurlfirefoxhyperlink

How to hide the url of the browser's left-bottom corner when a link is hovered


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.


Solution

  • you need to have an addon called status-4-evar for firefox to achieve this. status-4-evar

    Please follow the url to find more about how to do this.

    you can also change the anchor tags and replace it with span tags.

    thanks