Showing questions tagged: Show all questions

Firefox broke Discord functionality

How the heck is there still no way to modify Firefox hotkeys without an extension? Firefox must have updated because I can no longer use Command-Option-Up/Down to navigat… (read more)

How the heck is there still no way to modify Firefox hotkeys without an extension? Firefox must have updated because I can no longer use Command-Option-Up/Down to navigate between servers on discord.com. Instead those keys are now reserved by Firefox for navigating tabs (which seems superlative, there are already MULTIPLE other hotkey combos for switching tabs.) Absolutely bonkers that there's no user-friendly way to modify these hotkeys.

Asked by lchristakis 52 minutes ago

Firefox display screen

My system has 2 display monitors, the second one used only in Photoshop and Lightroom. Recently I converted my system to Windows 11 and the Firefox display screen now co… (read more)

My system has 2 display monitors, the second one used only in Photoshop and Lightroom. Recently I converted my system to Windows 11 and the Firefox display screen now comes up only on my second monitor screen. I want it back on my primary monitor where it has always been under Windows 10. Help and Thanks. Charles Klingsporn

Asked by northrockies 1 hour ago

User Chrome javascript to change keyboard shortcuts stopped working

I have autoconfig.js set up to run my own js file, see below. The intention is to change the keyboard shortcuts (shame that it's so difficult😃). It worked until a few wee… (read more)

I have autoconfig.js set up to run my own js file, see below. The intention is to change the keyboard shortcuts (shame that it's so difficult😃). It worked until a few weeks ago. Now it only partly works. C+J is fine. The other two succeed in deleting the existing command, and the shortcut key does nothing. Any ideas please?

// C+J = open downloads var element = document.getElementById('key_openDownloads'); if (element) {

 element.setAttribute('key', 'j');
 element.setAttribute('modifiers', 'accel');

}

// C+D = Duplicate tab var element = document.getElementById('addBookmarkAsKb'); if (element) {

 element.removeAttribute('command');
 element.setAttribute('oncommand', "duplicateTabIn(gBrowser.selectedTab, 'tab')");

}

// CS+N = move tab to new window var element = document.getElementById('key_undoCloseWindow'); if (element) {

 element.removeAttribute('command');
 element.setAttribute('oncommand', 'gBrowser.replaceTabsWithWindow(gBrowser.selectedTab)');

}

Asked by Adam__S 10 hours ago

Transferring passwords from google to firefox

The instruction FireFox provided state that I should go to the chrome menu, i.e., the three dots. From there, FireFox instructed me to go to the passwords and autofill o… (read more)

The instruction FireFox provided state that I should go to the chrome menu, i.e., the three dots. From there, FireFox instructed me to go to the passwords and autofill option, and that once I select the passwords and autofill option a link to download the passwords will appear. No link to download the passwords appeared. How do I move my passwords from chrome to FireFox?

Asked by Walter Scott 3 days ago

How to disable page switching on mouse sidebuttons.

There is a webside called Geo FS, it's flight simulator. And i really want to set side buttons on my mouse for throttle. But i cannot do it. The browser just changing web… (read more)

There is a webside called Geo FS, it's flight simulator. And i really want to set side buttons on my mouse for throttle. But i cannot do it. The browser just changing web pages all the time. Is there any way to change it? If no, then devs please add a way to customise those buttons to add no action to them in the browser. Thanks.

Asked by valentinmelnickov 3 days ago

How to enable top margin for letterboxing?

I have just updated to 140.0esr (from the 128 esr series). I have letterboxing enabled but it now does not have any top margin. Is there a way to get the top margin bac… (read more)

I have just updated to 140.0esr (from the 128 esr series). I have letterboxing enabled but it now does not have any top margin. Is there a way to get the top margin back, so that is looks the same it did in 128? I much prefer the letterbox being centered in the window (128) instead of being squeezed to the top (140).

Asked by ariongarsg 6 days ago