Network info in Firefox? [closed] - firefox

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
In every other browser I simply select 'network' in the development tools area to see files used on a website (to see download times etc.)
I can't see any way to do this in Firefox.
I've downloaded Fiddler, Tamper and Live HTTP Headers plugins, but I just simply want to view the files being used on a website, but can't see how.
Is that even possible with Firefox?

Get Firebug. Mozilla plans to improve their DevTools with an Network Panel & More soon. These are tools you'll find in chrome and firebug, but not in the Firefox DevTools yet. Victor Porof is working on this, and he managed to get a working prototype.

Is that even possible with Firefox?
The answer is, "Yes".
Press CTRL+SHIFT+K to open Web Console in Firefox.
Then select the Network tab to see the list of files along with their download times.
EDIT:
XHR requests being captured in the Network tab.

Related

How do I set Apple Calendar to NOT launch when I download an ics file? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
IDK what changed but suddenly, everytime I download an ics file my Apple Calendar opens and imports the file. I don't want it to do this but can't figure out what setting to change.
I'm running Yosemite.
I'm running High Sierra, though I don't recall the option having changed where it can be found.
I'm going to assume that you're using Safari web browser, because that's where the setting is that allows MacOS to automatically open certain file types once they've been downloaded by Safari.
Open Safari preferences by going to the Safari menu item and clicking Preferences..., or by pressing ⌘, (that's a comma) from within a Safari window.
If it's not already displayed as the initial pane, click on General in the toolbar of the preferences dialog, and you'll see something like this:
At the bottom, there's a checkbox that you can uncheck. Bear in mind that, doing so, will also stop other files you download from opening automatically. So, for example, if you're used to .zip archives being extracted automatically for you, you'll now have to do this manually by double-clicking the .zip file (not too hard).
If this solves your issue, consider selecting this answer so it marks the question as being resolved and helps other forum users. If you have any further problems, however, leave a comment and I'll get back to you.

Bet365 website is not working [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I'm trying to add bet365.com UI to my desktop application, but the site is not show up!
I tried:
- IE, Chrome, Firefox
Im running Windows Server 2012.
I tried HMA VPN to change my IP location, changed DNS, nothing works.
Any help please!
Browsers screenshots below.
IE
And Chrome
Updated:
I have tried Bet365Mobile version->same issue
With Chrome, allow 'Load Unsafe Scripts' -> same issue, nothing showup
You will need to provide HTTPS before your URL.
that is src="https://" if your program has a URL that is calling the website. Prefix the Https before that
You can search for mixed content directly in your source code. Search for http:// in your source and look for tags that include HTTP URL attributes. Specifically, look for tags listed in the mixed content types & security threats . Note that having http:// in the href attribute of anchor tags () is often not a mixed content issue
refer to this link
Mixed content prevention
follow this link if your using the website as a user

Is it possible to make Google Chrome Canary default browers on OSX Yosemite? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
It was my default browser previously but it doesnt work anymore. please see screenshot of the settings below.
This is a secondary installation of Google Chrome, and cannot be made
your default browser.
Seems like other people have encountered this issue already.
One solution I found here (pre-yosemite):
For Mac users all you need to do is run Safari and then head to preferences and change the “Default web browser” to Canary from the dropdown menu.
And this has been asked on superuser for windows as well, and this is mentioned for yosemite:
In OSX Yosmite 10.10.3 - System Preferences -> General -> Default web browser (set to Google Chrome Canary)
Does any of the above work for you?

"View As MIME Type" in Chrome or Firefox [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
Is there any way to force either Firefox or Chrome to interpret a loaded resource as a particular MIME type?
For example, the raw code views provided by online SCC interfaces such as Google Code send content as text/plain by default. If I'm looking at an HTML file, I'd like to be able to override this in the browser and view it as text/html.
Are there any extensions or hidden commands for Firefox or Chrome that provide "View as MIME type" functionality?
Shameless plug: I just published a (free) Chrome extension to do just what you ask. It's available on the Chrome web store. It works by listening to the chrome.webRequest.onHeadersReceived event and patching in a custom content-type HTTP header. If you'd like the build it yourself or see how it's implemented, the source is available on GitHub.
For Firefox, there is an add-on provides almost the function you wanted: https://addons.mozilla.org/en-US/firefox/addon/force-content-type/ . No idea if there is a Chrome extension or not.
Even if the functionality exists, I wouldn't recommend you to use it in your example: Arbitrary HTML would have access to google.com domain for cookie and script, which is really really bad in terms of security.
Ubuntu 12.04 has an extension to the System Settings called Tweak. This has a FileType Manager.

How can I prevent Firefox from loading images? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I'm writing a rudimentary screen scraper tool as an FF add-on (using DOM and xpaths). Currently, it runs fine. However, it also runs very slowly, as Firefox takes some time to request and download all the non-textual elements on each page (simply writing a separate application that parses the raw HTML is not feasible as some of the pages that need scraping make rather complicated AJAX requests). While I have seen 'Image block' and 'Flash block' plugins, these all seem to merely prevent the images/flash from displaying, rather than actually suppressing the GET requests.
So my question is this: is there any way for me to prevent Firefox from issuing these GET requests to begin with?
Preferences -> Content -> "Load images automatically".
Adblock Plus (or Adblock) can block images and more...
after installing, on the upper menu (aside of address bar) there appears an icon, right click>Options> Edit Filter:
The filter to block:
GIF images would be .gif
Flash would be .swf
and etc..
if you need to enable for specific site, just click icon and Enable/Pause for this site. then reload page to see images and etc..
for only specific site, like this: http://ad.uk.doubleclick.net/*.swf

Resources