I installed firefox 29. The curious thing I noticed is that the updated browser's page https://www.mozilla.org/en-US/firefox/29.0/whatsnew/?oldversion=28.0 was able to open menus in my browser.
How can a website open menus in my browser? Is it domain restricted only to firefox or can I use this feature? If any one can do this, wont it be a security issue?
Related
In my website i use location permission in Mozilla Firefox etc. browser it works properly. But when I open it in Safari browser it ask multiple time on every page on page refresh. Anyone help Me ?
I created a Azure Static website and uploaded some test html to test it out. And it worked.
But now I have uploaded some different content and those changes are not showing in Chrome and other browsers except Internet Explorer.
I linked this with Custom domain as well.
This is what showing in chrome:
This is what showing in Internet Explorer:
I cleared cache in Chrome and tried installing Firefox newly as well. But still showing the old content.
Can any one please help?
Update: when I use the URL like https://www.northernlightspictures.com/index.html then I can see the changes
Please try to use the feature Hard Reload or Empty Cache and Hard Reload of Chrome to reload your page, the step as below.
Press F12 in Chrome and Enabled the feature Disable cache
Click the right key of your mouse on the fresh button of Chrome, and then click the Hard Reload or Empty Cache and Hard Reload button, as the figure below.
Of couse, you can directly use the shortcut key:
For on Windows and Linux, Ctrl+Shift+R or Shift+F5. For on
MacOS, Cmd+Shift+R.
Please try to browse your website again in Chrome, as it is working for me as per your expectation.The way you see it working in Internet Explorer, its showing the same for me on Chrome and Firefox as well. "https://www.northernlightspictures.com/"
Please try to browse the application in "incognito window" i.e. private window.
I used to use Firefox and the beloved plugin Firebug to work with web pages, since you can edit the HTML-code, and see the result on the page as you edit it.
The last version to support this and firebug was Firefox 49, and all newer Firefox, Chrome and Safari version doesn't have this. You can edit the code, but you have to click outside or CMD/CTRL-Enter to confirm the changes.
Why isn't this implemented in newer browsers, it doesn't seem that complicated, and it's so useful. I can't believe I can't find anyone else discussing this on the Internet.
Is there any browser version and/or plugin to Chrome that can do this?
Thanks!
As far as I know, no browser allows this and there isn't any extension for that, unfortunately.
Though there is a feature request for the Firefox DevTools asking to add live editing.
The developer tools in Google Chrome have an Application panel.
This tool contains the page's manifest etc. But I can't find this tool in Firefox. Is there such a panel in the Firefox DevTools?
For anyone looking for answer in September 2019:
Firefox is working on an Application Panel, similar to one in Chrome. The progress can be tracked at Bugzilla.
Firefox devtools Application panel showing Manifest details
It is disabled by default (as of September 11, 2019) and can be enabled via devtools.application.enabled flag on about:config page.
For the manifest part, no, there isn't, because Firefox doesn't implement Web Manifest yet.
But the Firefox DevTools support the other parts of Chrome's Application panel, they are just placed somewhere else.
The storages (cache, cookies, Indexed DB, Local Storage, and Session Storage) can be inspected in the Storage panel.
Service Workers can be inspected on about:serviceworkers.
i am not sure..is there any chance to open my webpage in firefox. for example i am browsing mywebsite using IE. when ever i click link of the page then automatically it will open in firefox. this option is not for all pages only for specified page.
thanks.
If this were the case, ie6 would have gone out long ago. The best you can do here, would be to check which browser they are using (get_browser if you are using php) and refuse to show content to people using browsers other than firefox.
Instead you could redirect them to a page explaining why they need to be using firefox to access your websites services (I guess a link to the firefox download page would be nice too)
Sorry, it's not possible from plain HTML to open a webpage in a different browser. You can, at most, open the page in a new window of the same browser.
However, what you ask is not completely impossible. You could write a browser plugin that handles links and runs the Firefox executable
I would seriously hope this isn't possible.
What you ask for is not possible , but you could display a warning to your users that the page works best in the desired browser.