Showing questions tagged: Show all questions

Scissors Tool Missing

My screenshot scissors tool has disappeared from the toolbar. I looked in "Customise Toolbar" and "Edit controls" is the only related toolbar that's there. Has the scisso… (read more)

My screenshot scissors tool has disappeared from the toolbar. I looked in "Customise Toolbar" and "Edit controls" is the only related toolbar that's there. Has the scissors tool been replaced by this?

Asked by eugbug1 1 hour ago

Last reply by eugbug1 47 minutes ago

Link colors

Previous versions of Firefox turned a link from blue to purple once it had been clicked. The new update does not seem to have this feature. I would like it back, or an op… (read more)

Previous versions of Firefox turned a link from blue to purple once it had been clicked. The new update does not seem to have this feature. I would like it back, or an option to turn it on again.

Asked by hperry459 11 hours ago

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 18 hours 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 18 hours 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 1 day 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 4 days ago