Viser spørgsmål med mærket: Vis alle spørgsmål
  • Løst

New computer with W11, Ctrl + Shift + S shortcut will not work in Firefox

Hello! I recently got a new computer with Windows 11 freshly installed. I downloaded Firefox, went to take a screenshot, and the usual shortcut of Ctrl + Shift + S does … (læs mere)

Hello!

I recently got a new computer with Windows 11 freshly installed. I downloaded Firefox, went to take a screenshot, and the usual shortcut of Ctrl + Shift + S does not work. I can right click and Take a Screenshot, and I can use other Ctrl + Shift shortcuts, like Ctrl + Shift + T to reopen closed tabs. The only one that doesn't work is screenshots. I can also put Screenshots in my top row Toolbar and use it, just not the keyboard shortcut.

I refreshed Firefox, uninstalled and reinstalled Firefox, as well as checked the about:config extensions.screenshots.disabled preference. It has been set to false, so I have set it to true and false again hoping it would "reset" it but nothing. Thank you!

Stillet af smith87345 for for 2 måneder siden

Besvaret af zeroknight for for 2 måneder siden

  • Løst

Keyboard navigation on search results

I want to navigate on search results using the keyboard. I could use tab but it suggests all interactive elements such as news, images, books, videos, search settings and… (læs mere)

I want to navigate on search results using the keyboard. I could use tab but it suggests all interactive elements such as news, images, books, videos, search settings and etc one by one. I want to press something and make active first result, then second. If such hotkeys are not provided, maybe there are any extensions with similar functionality?

Stillet af LuchnikKek for for 2 måneder siden

Besvaret af LuchnikKek for for 2 måneder siden

  • Løst
  • Arkiveret

Keyboard shortcut for picture-in-picture on mac?

Loving the picture-in-picture feature. I googled to see if there was a keyboard shortcut to pop out the video and saw that ctrl+shift+] or cmd+shift+] should do the tric… (læs mere)

Loving the picture-in-picture feature. I googled to see if there was a keyboard shortcut to pop out the video and saw that ctrl+shift+] or cmd+shift+] should do the trick, but on my mac (firefox 95.0.2) the ctrl version seems to do nothing while the cmd version goes to next tab, which is redundant with ctrl+tab. I'm wondering if the cmd+shift+] shortcut is being overriden accidentally, or if there's a different keyboard shortcut for this on mac? cheers

Stillet af firefoxfan134 for 1 år siden

Besvaret af firefoxfan134 for 1 år siden

  • Løst
  • Arkiveret

How to disable restore session when reboot computer

I disable my option "Restore previous session" and it works fine if i close my firefox. But if i do not close my firefox and reboot my computer directive, the session wi… (læs mere)

I disable my option "Restore previous session" and it works fine if i close my firefox.

But if i do not close my firefox and reboot my computer directive, the session will restore at next startup.

Obviously when i reboot my computer, I don't want to see my tabs anymore, but I failed to find any setting to do so. I also find someone say to set `browser.sessionstore.resume_from_crash` in `about:config`, but it doesn't work, and I don't think it is the proper way to solve this problem because reboot is not crash.

OS: linux firefox: 107

Stillet af slow_d for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

css code to customize Bookmark Toolbar DropDowns

Hi, I have an issue with making the separators in the bookmark toolbar drop-downs visible. I am running Firefox 95 with the Quantum - dark Blue theme installed. I am runn… (læs mere)

Hi, I have an issue with making the separators in the bookmark toolbar drop-downs visible. I am running Firefox 95 with the Quantum - dark Blue theme installed. I am running Linix Mint Uma.

The dropdown have separator - space - but no line showing that there is a separator. I have tried many ways to make the separators visible and with light-grey colouring in the userChrome.css file but nothing changes.

Anybody have any idea what can be done or where I might change the Quantum-DarkBlue coding to incorporate the visible separators?

Haagen

Stillet af haagen.blomberg for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

sms Texting from desktop computer

My phone is not connected to the Internet. Is it still possible to text from computer? My phone is an 'old folks' phone, I can receive a text but am unable to reply to it… (læs mere)

My phone is not connected to the Internet. Is it still possible to text from computer? My phone is an 'old folks' phone, I can receive a text but am unable to reply to it.

Stillet af jandypandy100 for 1 år siden

Besvaret af Dropa for 1 år siden

  • Løst
  • Arkiveret

how can I add specific shortcut links to firefox homepage on a pc

My homepage has shortcut links to various sites. Those which I visit frequently I have pinned to the page. I would like to be able to add and pin other websites to the p… (læs mere)

My homepage has shortcut links to various sites. Those which I visit frequently I have pinned to the page. I would like to be able to add and pin other websites to the page. The only option that appears to available is to go through all the unwanted ones to dismiss them and wait on serendipity to produce the ones I want to keep. All the advice online to the same question is support for Android.

Stillet af debroos for for 9 måneder siden

Besvaret af jonzn4SUSE for for 9 måneder siden

  • Løst
  • Arkiveret

when I exit firefox with two windows open sometimes only one window appears on relaunch

I often use two firefox windows each with several tabs opened Problem is when I quit in this state sometimes only one of those multiple windows gets opened on the next l… (læs mere)

I often use two firefox windows each with several tabs opened

Problem is when I quit in this state sometimes only one of those multiple windows gets opened on the next launch

To quit I do a `ctrl + q` or right click `Quit` from launcher bar

Is there a setting to tell firefox to always relaunch with the same set of windows ?

I use sync and this happens when using the same computer for the exit then relaunch of firefox

firefox release 112.0a1 (2023-03-05) (64-bit)

Ubuntu 22.04

Stillet af EventHorizon for for 9 måneder siden

Besvaret af jonzn4SUSE for for 9 måneder siden

  • Løst
  • Arkiveret

Deep Learning Models via WebGPU

Hello, We're currently working on a demo that enables Stable Diffusion, a deep learning model that generates high-quality images according to text prompts, on web browse… (læs mere)

Hello,

We're currently working on a demo that enables Stable Diffusion, a deep learning model that generates high-quality images according to text prompts, on web browsers with only client-side GPUs. In our use cases, WebGPU is a perfect fit. You can find our GitHub repository for this project here: https://github.com/mlc-ai/web-stable-diffusion.

However, at the moment, it's only possible to run the demo via Chrome Canary (Chrome's nightly build). We're very interested in getting it to work on Firefox as well, but we're encountering vague error messages in Firefox's nightly build with the `dom.webgpu.enabled` flag turned on.

I would love to ask two questions: 1) How mature is Firefox's WebGPU support on Metal? 2) Is there any pointers we could follow to develop WebGPU demos for Firefox?

Thanks a lot!

Stillet af junrushao1994 for for 8 måneder siden

Besvaret af TyDraniu for for 8 måneder siden

  • Løst
  • Arkiveret

How do I search in the U.S. only when I am in the U.K.?

I saw in a forum a few years back that it's not possible to change your settings to search in another country than the one you are in. (I want to search U.S. websites but… (læs mere)

I saw in a forum a few years back that it's not possible to change your settings to search in another country than the one you are in. (I want to search U.S. websites but am in the U.K.) I can't believe that would still be true in 2022.

Any help would be much appreciated.

Thanks,

Jean

Stillet af jeankilpatrick27 for 1 år siden

Besvaret af jeankilpatrick27 for 1 år siden

  • Løst
  • Arkiveret

How to have uninterruptible full screen

There are some browser games that are best played full screen, but I can't seem to find a way to keep the "helpful" menu from popping up over my game when the mouse hits … (læs mere)

There are some browser games that are best played full screen, but I can't seem to find a way to keep the "helpful" menu from popping up over my game when the mouse hits the top edge of the screen. The best I can do is not play full screen, and detach the tab of my game to minimize the amount of tabs visible (and clickable) but there are still these "landmines" on the screen that actively sabotage playing the game without having the handicap of firefox taking over and messing with the screen.

Is there any way to completely disable the popups from a fullscreen mode, show no toolbars, tabs, or anything else (except when exiting fullscreen mode via the keyboard.) I want the mouse to have no interaction with changing the display except for the game itself.

Playing http://slither.io is a good example of what I'm talking about.

Thanks!

CS

Stillet af cs2991 for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Fn+PgUP/Dn key to scroll stopped working.

Fn+PgUP/Dn key to scroll up and down websites stopped working. Same problem happened a few months ago for a few weeks, then fixed on its own. Any ideas? thanks! … (læs mere)

Fn+PgUP/Dn key to scroll up and down websites stopped working. Same problem happened a few months ago for a few weeks, then fixed on its own.

Any ideas? thanks!

Stillet af avo for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

userChrome.css not working (trying to block "Mozilla VPN" advertisements)

I do not wish to see advertisements for Mullvad on my Private Browsing new tab pages. But I can't even seem to opt out of them, as they remain even after searching "Spons… (læs mere)

I do not wish to see advertisements for Mullvad on my Private Browsing new tab pages. But I can't even seem to opt out of them, as they remain even after searching "Sponsored" in about:preferences and unchecking all the applicable boxes. uBlock Origin also seemed unable to remove them, even with a custom filter and after enabling it on about-scheme.

So I went to fix it with userchrome CSS, by adding the following to a file named userChrome.css inside a folder named chrome inside my profile folder (after setting toolkit.legacyUserProfileCustomizations.stylesheets to True):

[code] /* Remove advertisements for Mozilla VPN */ @-moz-document url(about:privatebrowsing) { .promo { display: none !important; } } /code

However, even after restarting the browser, these advertisements are still present.

What am I doing wrong?

Stillet af ishygddt_xyz for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

pressing any key on the keyboard while in browser causes taskbar to pop in and out

My cat walked across the keyboard, and now when I press any key on the keyboard it makes the browser pop in and out of full screen. Is there a way to fix this? I have tri… (læs mere)

My cat walked across the keyboard, and now when I press any key on the keyboard it makes the browser pop in and out of full screen. Is there a way to fix this? I have tried the refresh and this did not work

Stillet af Inkeri for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst

Support for transparent images when copy-and-pasting

hello! i'm looking for a way to adjust the settings, if there are any, to copy and paste PNG images with firefox and keep their transparency intact -- rather than the sol… (læs mere)

hello! i'm looking for a way to adjust the settings, if there are any, to copy and paste PNG images with firefox and keep their transparency intact -- rather than the solid black it has now. as i understand it there's been similar issues as of 8 months ago, but i'm unsure if anything else has changed in that time.

i'm not a full-on graphic designer or anything but i do use this fairly often as an artist to look at references and such, and as someone who's recently switched to firefox from chrome (which does support this feature) i'd like to know if it's as easy as clicking something in a menu or if that's not an option altogether. thank you in advance to anyone willing to help!

Stillet af rag for for 4 måneder siden

Besvaret af suram080 for for 4 måneder siden

  • Løst

advanced search using boolean operators

Back in the day, I used to used 'boolean'(?) operators to refine web searches. E.g. if I want to search for "blue whale" and didn't want any ebay returns, I'd type: blu… (læs mere)

Back in the day, I used to used 'boolean'(?) operators to refine web searches. E.g. if I want to search for "blue whale" and didn't want any ebay returns, I'd type: blue whale -ebay That doesn't seem to work now, is there another method I could use?

Stillet af toobmany for for 3 måneder siden

Besvaret af cor-el for for 3 måneder siden

  • Løst

How to get a list of all the open tabs in a Firefox window?

Hello everyone, I've been using Firefox for quite some time and I always keep a bunch of windows open throughout a few workspaces on my laptop. However, this takes up a … (læs mere)

Hello everyone,

I've been using Firefox for quite some time and I always keep a bunch of windows open throughout a few workspaces on my laptop. However, this takes up a lot of resources and looks very messy. So, I've been thinking of writing a script/extension to simply store all the open links in a window to a named list that I can, then, come back to when I need and reopen. That way, I could possibly have different lists, separated by topic and stored in a single place.

I'm sorry if there is an obvious solution for this, I saw a couple of similar questions have been asked before, but none that I could use as reference.

Thank you for your time, have a nice week!

Stillet af pedrobarrostorreaogaiao for for 3 måneder siden

Besvaret af cor-el for for 3 måneder siden

  • Løst

Is there a way to change only the background image for new tabs in Firefox 117+?

Hi, I have been searching a way to change the Firefox new tab background image keeping its vanilla design. I found I could use a userContent.css file in this post from a … (læs mere)

Hi, I have been searching a way to change the Firefox new tab background image keeping its vanilla design. I found I could use a userContent.css file in this post from a few years ago: [https://support.mozilla.org/en-US/que.../1271362] I have followed the instructions step by step but it doesn't currently work.

Stillet af Tifile for for 2 måneder siden

Besvaret af zeroknight for for 2 måneder siden