How to determine missing font on MacOS [closed] - macos

Closed. This question is not about programming or software development. 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 last month.
Improve this question
I'm having trouble reading some webpages on Firefox and MacOS. I commonly come across sites that look like the following.
Is it possible to determine which font is missing by inspecting the web page source or via web developer tools? The issue seems to be specifically related to Firefox as the fonts are loaded correctly with Chrome and Safari
Edit: Here is an example

Alternative - Go into the browser console (Command + Option + I) and use the console selection pointer tool (icon to the left of under 'inspector' tab) and select a piece of text with the unknown font. Under the "Rules" panel where you will see all the CSS elements for the page, add to the body or paragraph element a definition "font-family:Arial" and see if this allows you to read the text.

Related

In Firefox Quantum, how can I get rid of the tab bar, want Tree Style Tabs only [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 5 years ago.
Improve this question
I'm a long time user of the "Tree Style Tabs" add-on of Firefox. As a matter of fact it is the reason why I use Firefox
Firefox automatically upgraded to their new version, Firefox Quantum. Now there's an annoying bar of tabs across the top which is redundant because the Tree Style Tabs also puts the tabs on the left.
Is there a way I can disable tabs on the top bar? If not, is there a way I can go back to an old version of Firefox and not have it update to Firefox Quantum?
Through further research I realized that my question is a duplicate of the one posted here.
The answer there worked for me, though it was a bit of a pain (requires creating a text file in a magic place, and the first time I tried I put it in the wrong place). It would be nice if this was a configuration option provided in Firefox's menus.

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

How to remove/disable Firefox Developer Tools? [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 6 years ago.
Improve this question
How remove the "Firefox Developer Tools" from Firefox 28.0?
Is there a way or script or option in about:config to remove them permanently?
You can't remove them, because they are integrated into Firefox. Though various tools have a corresponding preference in about:config to enable/disable them.
Just search for devtools.*.enabled there and set all of the appearing options to false.
See also the thread about this in the support.mozilla.org forum.
Note: As long as the DevTools are not opened they don't use any memory.
The above doesn't work on Linux. Inspectors and all still popup.
[edit]. There isn't a way to disable this inspector, but with this extension you can disable shortcuts:
Keybinder:
https://addons.mozilla.org/en-us/firefox/addon/keybinder/
(Above is to replace Customizable Shortcuts by Tim Taubert, which is no longer developed/removed)
Config -> Shortcut mapping -> change > (find shortcut, disable).

How to remove delta search from 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 9 years ago.
Improve this question
Whwnever i open up a new tab in firefox, the page loads a delta search (search engine) page which comprises of various ad's. How can i remove it from firefox. It is not showing up in extensions and addons also.
Thanx in advance.
Although this isn't exactly about programming, here's some things you can try to do to fix it:
From here
First of all, go to Control panel and uninstall the following apps:
Delta
Delta Toolbar
BrowserProtect
Yontoo
Then, reset the following preferences:
browser.newtab.url
browser.startup.homepage
extensions.BabylonToolbar_i.newTabUrl
Or if you have nothing to lose,
simply click HELP > Troubleshooting information and reset Firefox back
to the default.
You may also check this link from their page

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