Questions tagged [address-bar]

Address bar, "location bar" or "Omnibox" refers to the bar in web browsers which is used to navigate between pages using URLs.

The address bar, also known as "location bar" or "Omnibox" refers to the bar in web browsers which is used to navigate between pages using URLs.

The most important use of this bar, supported by all browsers, is navigation by entering a URL.
Many browsers support additional features, such as auto-completion and search plugins.

205 questions
-1
votes
1 answer

How to change the default black address bar in Chrome 74

It looks so horrible, the black address bar and the new dark theme. I really want to get the old one back, not because I'm resistant to changes I just really don't like it it's too much contrast and is always in the peripheral view compared to the…
zavr
  • 2,049
  • 2
  • 18
  • 28
-1
votes
1 answer

Change WordPress address

Question... How can i change a file address like wordpress addresses such as http://localhost/author/me that was http://localhost/wp-content/my-theme/author.php ?!! I want to create new file that doesn't included wordpress files and don't like that…
-1
votes
2 answers

how to fully change url without reloading the page to new url?

I have gone through many questions asked here regarding changing url without reloading. Whilst I tried almost all of the methods, I am failed to fully change the url of a page including its domain name part without reloading the new page. How can I…
Roy
  • 45
  • 1
  • 7
-1
votes
1 answer

Windows Form run website without address bar

I've seen a lot of examples using JavaScript to run a popup window to remove address bar. My issue is I want to run a full website [that I've created in ASP.net] without the address bar visible from a Windows Form application. I've tried: Dim objIE…
narue1992
  • 1,143
  • 1
  • 14
  • 40
-1
votes
1 answer

How to change url in address bar through java

How can I change the url in the address bar through java code in browser(not through javascript or any front end languages)? I have the url in the address bar like " http://www.abcde.com/home?abc=def&ghi=jkl " but I need to change that url through…
-1
votes
1 answer

setInterval not working as expected

$(document).ready(function(){ $(window).load(function(){ $('#background_cycler').fadeIn(1500);//fade the background back in once all the images are loaded // run every 7s if(typeof window.chrome != "object") { …
Lightningsoul
  • 552
  • 5
  • 16
-1
votes
1 answer

Firefox Plugin, modifying the addressbar behaviour

I'm looking for a Mozilla reference for how to capture the DOM before resources start to download or to intercept the resources while a page is loading in order to customise how content is cached. The intended sequence would be something like: Enter…
MyStream
  • 2,533
  • 1
  • 16
  • 33
-2
votes
1 answer

Disable Mouse Click Operation into Browser's addressbar

Being Security Reason now in Modern Browser Doesn't Support location=no to hide the address bar. So I am Concerning here, to disable all Mouse Operation into address bar. So that following operation could not be performed into address bar. No…
Surendra Jnawali
  • 3,190
  • 5
  • 28
  • 44
-4
votes
1 answer

Any way to track if the URL was copied?

Any way to check if the visitor has copied the URL or some of it? Thanks!
Tai Kaish
  • 11
  • 1
  • 1
-8
votes
4 answers

How to disable address bar using PHP or JavaScript/jQuery?

How can I disable the address bar/url textbox in PHP or JavaScript/jQuery? Is this possible?
1 2 3
13
14