Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi
  • Đã giải quyết
  • Đã lưu trữ

How can I block a website from spamming the browser's web dev console?

I've noticed that some websites will endlessly spam the console (in developer tools) with rubbish, and I would like to be able to block that from happening. I'm ignorant … (xem thêm)

I've noticed that some websites will endlessly spam the console (in developer tools) with rubbish, and I would like to be able to block that from happening. I'm ignorant about this sort of stuff in general, and it confuses me how a website can even access my browser's console to begin with.

The latest example I came across which caused me to finally ask about it, was some strange JavaScript spam with some kind of < div > (had to edit this with spaces to show it in the post) structure containing over a thousand characters. This entire thing gets spammed in the console at a rate of a few every second. I recorded a short gif of it, which imgur seems to have converted into a video: https://i.imgur.com/dosMZjo.mp4

Được hỏi bởi Flannery_Moore 2 năm trước

Được trả lời bởi jscher2000 - Support Volunteer 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Firefox icon change no longer works

I use to be able to change firefox icons by adding these files in Firefox under the browser directory chrome/icons/default/BrowserPreferences.ico chrome/icons/default/Cu… (xem thêm)

I use to be able to change firefox icons by adding these files in Firefox under the browser directory

chrome/icons/default/BrowserPreferences.ico chrome/icons/default/CustomizeToolbarWindow.ico chrome/icons/default/default.ico chrome/icons/default/downloadManager.ico chrome/icons/default/main-window.ico chrome/icons/default/openLocation.ico chrome/icons/default/places.ico chrome/icons/default/printPageSetupDialog.ico chrome/icons/default/TabMIxPreferences.ico chrome/icons/default/unknownContentType.ico chrome/icons/default/viewSource.ico chrome/icons/default/Wizard.ico

It worked in version 56 but now in version 97 and this no longer works?

Được hỏi bởi ikhalil 2 năm trước

Được trả lời bởi TyDraniu 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

how to copy userchrome.css to installer

Copying userchrome.css to all profiles during installation of Firefox.

I want to copy "chrome/userchrome.css" automatically when a profile gets created.

Được hỏi bởi yash292k11 3 năm trước

Được trả lời bởi cor-el 3 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Remove Shortcuts when hiding menu items

I'm hiding menu items using userChrome.css with option “toolkit.legacyUserProfileCustomizations.stylesheets” set to “true”. So I am hiding some menu items like for examp… (xem thêm)

I'm hiding menu items using userChrome.css with option “toolkit.legacyUserProfileCustomizations.stylesheets” set to “true”.

So I am hiding some menu items like for example

  1. menu_find { display: none !important }

however though the menu item is gone how do I get rid of the ctrl-F menu shortcut...

I have many such menu items to remove so I need a generic solution to override the short-cut icons associated with the menu items I want to remove

Được hỏi bởi ikhalil 2 năm trước

Được trả lời bởi ikhalil 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Avast Passwords eol version?

Recently Firefox updated. It cleared all of my bookmarks and browser history isn't reloading my last session. I can get the bookmarks from Chrome. The big issue is how do… (xem thêm)

Recently Firefox updated. It cleared all of my bookmarks and browser history isn't reloading my last session. I can get the bookmarks from Chrome. The big issue is how do I reintegrate Avast Passwords eol version? Without this I need to use Chrome which isn't my ideal choice.

Được hỏi bởi dartallis 2 năm trước

Được trả lời bởi dartallis 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

How to allow web page to override a keyboard shortcut

How to allow web page to override a keyboard shortcut. Currently firefox picks up the shortcut instead of the webpage... For example I have an webpage that detects ctrl-… (xem thêm)

How to allow web page to override a keyboard shortcut. Currently firefox picks up the shortcut instead of the webpage...

For example I have an webpage that detects ctrl-shift-h which worked fine in version 56 but now in version 96 it brings up a "Show All History" dialog

I an doing many such things so I looking for a generic way to override firefox keyboard shortcuts

Được hỏi bởi ikhalil 2 năm trước

Được trả lời bởi ikhalil 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

PIP button

After the last update, the PIP overlay button is different and larger because it contains the message "Watch in Picture in Picture" and when hovering the mouse on it make… (xem thêm)

After the last update, the PIP overlay button is different and larger because it contains the message "Watch in Picture in Picture" and when hovering the mouse on it makes it bigger because a second more detailed message appears below the first one.

I would like to make the PIP overlay button as small as it was before with no text at all. What do I have to do in order to obtain this effect?

Được hỏi bởi notSoYoung 2 năm trước

Được trả lời bởi cor-el 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Firefox: Move Find bar to the top

I recently upgraded my system and, after installing and using Firefox, I notice the Find (Ctrl + F) bar is now at the bottom of the window. Whereas, it was previously at… (xem thêm)

I recently upgraded my system and, after installing and using Firefox, I notice the Find (Ctrl + F) bar is now at the bottom of the window. Whereas, it was previously at the top (which is more like every other application I use).

After some head scratching and web searches, I remembered I had to fix this issue previously (after a Firefox upgrade some time back). The method to fix it then could be found here: [there a way to put the Find Bar at top] That link is of course to the same question asked 4 years back.

I have once again followed the procedure there explained per: • Access my Firefox profile folder. In my case:

  C:\Users\<Me>\AppData\Roaming\Mozilla\Firefox\Profiles\5ym42ewi.default

• Create folder therein called ‘chrome’ • In that folder create a file called ‘userChrome.css’ • In that file add text:

  .browserContainer > findbar {
    -moz-box-ordinal-group: 0;
  }

However, after doing that (and restarting Firefox), the Find bar stubbornly remains glued to the bottom of the window.

Can anyone tell me how to solve this issue?

As a separate note to the developers: This issue is long-standing, that a web search reveals is still relevant to many users. Any chance of considering making it a standard option?

Được hỏi bởi Spinner 2 năm trước

Được trả lời bởi cor-el 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

How I can safely remove the “SaveFrom.net Helper” bookmark tab which has high jacked my Firefox Bookmarks.

Unfortunately, I downloaded “SaveFrom.net Helper” without reviewing it. Since downloading it I have been receiving a alerts from “McAfee WebAdvisor” about “dangerous pag… (xem thêm)

Unfortunately, I downloaded “SaveFrom.net Helper” without reviewing it.

Since downloading it I have been receiving a alerts from “McAfee WebAdvisor” about “dangerous pages blocked”.

I was able to remove the “SaveFrom.net Helper” add on in Firefox, but am unable to remove the “Savefrom.net Helper” bookmark tab which has high jacked my normal Firefox Bookmarks.

I can no longer easily see my Firefox Bookmarks and have to keep opening the Firefox Application Menu, then select Bookmarks, then select Manage Bookmarks in order to see my bookmarks.

Can you please advise how I can safely remove the “SaveFrom.net Helper” bookmark tab which has high jacked my Firefox Bookmarks.

Được hỏi bởi Philip47 2 năm trước

Được trả lời bởi Philip47 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Big yellow dotted border on history page.

I don't know if it is a wrong manipulation or an update feature, but since today when i select a link in the history library, it is now highlighted with big yellow dotted… (xem thêm)

I don't know if it is a wrong manipulation or an update feature, but since today when i select a link in the history library, it is now highlighted with big yellow dotted borders instead of the usual subtle black/white single pixel sized dots. How to revert back to the small borders?

Được hỏi bởi thor94 2 năm trước

Được trả lời bởi cor-el 2 năm trước

  • Đã giải quyết
  • Đã khóa
  • Đã lưu trữ

Tabs on Bottom

Hi Running Firefox 71.0 (64 bit) Well seems Firefox has been messing this up again. Anyone have the new work around solution to get my tabs back on the bottom again. T… (xem thêm)

Hi

Running Firefox 71.0 (64 bit)

Well seems Firefox has been messing this up again.

Anyone have the new work around solution to get my tabs back on the bottom again. They were fine this morning then shut down and went out to lunch and when I came back they were back on the top again after months of being where I wanted them below my bookmark bar.

Thoughts on this?

Thanks Dave

Được hỏi bởi scottish2 5 năm trước

Được trả lời bởi cor-el 4 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Honey App not working with new FireFox update

My Honey shopping app is no longer working with the newest FoxFire update. I've uninstalled/reinstalled Honey THREE times and still not working. Have gone into Firefox … (xem thêm)

My Honey shopping app is no longer working with the newest FoxFire update. I've uninstalled/reinstalled Honey THREE times and still not working. Have gone into Firefox App Manager and Honey shows green, meaning it has permission to run. HELP!

Được hỏi bởi momaearth 2 năm trước

Được trả lời bởi momaearth 2 năm trước

  • Đã lưu trữ

Changing download "save to" options

Before the new update whenever I downloaded a file it would ask where to save the file to every time, now it just asks once then automatically saves any new files I downl… (xem thêm)

Before the new update whenever I downloaded a file it would ask where to save the file to every time, now it just asks once then automatically saves any new files I download to the same folder as the previous ones, forcing me to then go to that folder and manually move it to the correct folders. Is there any way to change it back to the right way it was done before they decided to remove our choice? My setting is set to "Always ask you where to save files", with the emphasis on "Always".

Được hỏi bởi Hinder777 2 năm trước

Lần cuối trả lời bởi AliceWyman 2 năm trước

  • Đã lưu trữ

I want to have a default download location with the ability to select an alternate location on any download

I want to have a default download location with the ability to select an alternate location on any download, not to have the last download location remembered as the curr… (xem thêm)

I want to have a default download location with the ability to select an alternate location on any download, not to have the last download location remembered as the current save to location.

I have a primary folder to which I want to have the majority of my downloads go to, but on some occasions, I want a download to go to some other location. The current settings "Save files to" and "Always ask you where to save files" do not enable this capability.

Others have asked for this ability too.

Được hỏi bởi bruce.briggs 2 năm trước

Lần cuối trả lời bởi bruce.briggs 2 năm trước

  • Đã lưu trữ

Can not log into Last Pass extension with newest Firefox update

I use Last Pass for passwords & it's worked in the past on Firefox. After updating Firefox, the Last Pass extension in by toolbar is black - in the past I would click… (xem thêm)

I use Last Pass for passwords & it's worked in the past on Firefox. After updating Firefox, the Last Pass extension in by toolbar is black - in the past I would click that, open the Last Pass page to sign in, then the icon turns red and functions. Now when I click the icon a frozen page comes up that never loads. I can sign in to the Last Pass webpage, but that doesn't turn on the extension.

Any advice appreciated - thanks!

Được hỏi bởi washburnkristen 2 năm trước

Lần cuối trả lời bởi rob.nash1984 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Mozilla Firefox ver. 50 not prompting user to install Java plug-in for legacy website

I have a user who runs SRS/Crystal Reports on their Windows 11 Lenovo laptop, but every time we go to the website where a Java-enabled pop-up window for viewing spreadshe… (xem thêm)

I have a user who runs SRS/Crystal Reports on their Windows 11 Lenovo laptop, but every time we go to the website where a Java-enabled pop-up window for viewing spreadsheets is supposed to load we keep getting a "A plugin is required to play this content" error message, but no option to install/approve the running of Javascript.

I have downloaded and installed the JRE and JDK on the endpoint device, but still no luck getting Firefox to load it. I am running the 32-bit version of the web browser, not 64-bit, so I am kind of stumped about how to proceed from here.

Is there a place I can manually download/install these Java plug-ins?

Thanks.

Được hỏi bởi kris.robinson 2 năm trước

Được trả lời bởi kris.robinson 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Wrong buttons (apparently gamepad?) for video control in video players

See images. The buttons on video players don't look like play, pause, gear, etc. They look like gamepad buttons. But a gamepad is not connected to my PC and I haven't con… (xem thêm)

See images. The buttons on video players don't look like play, pause, gear, etc. They look like gamepad buttons. But a gamepad is not connected to my PC and I haven't connected one in months. I have tested it with videos on invidious.snopyta.org and tagesschau.de.

Được hỏi bởi user_15135680201 2 năm trước

Được trả lời bởi user_15135680201 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Using mouse wheel scrolling to zoom out of images causes them to zoom too far out

Like the title says, whenever I try to zoom out of an image to make it smaller, it causes the image to zoom out very far in just one scroll "tick". To be more specific, … (xem thêm)

Like the title says, whenever I try to zoom out of an image to make it smaller, it causes the image to zoom out very far in just one scroll "tick".

To be more specific, I'm talking about just scrolling (not using ctrl+scroll). An example would be with Piskel.com where you simply use the scroll wheel to zoom the canvas.

Zooming in is perfectly fine, but when I try to zoom out it seems to zoom out by 3 or 4 ticks. On some websites, such as Piskel, it even it zooms the image out all the way making it very small and impossible to see (It does it with just one scroll tick).

My question is if there is a way to change or fix the zooming, making things zoom out more incrementally. (I recently switched from Chrome which didn't have this problem)

Được hỏi bởi h0td0gg3r 2 năm trước

Được trả lời bởi jonzn4SUSE 2 năm trước