Showing questions tagged: Show all questions

Metamask Extension Is not opening

Hey, Please my metamask is no longer opening over the past few days, its just showing the loading icon in an infinite looping continues and never stops and never opens. … (read more)

Hey, Please my metamask is no longer opening over the past few days, its just showing the loading icon in an infinite looping continues and never stops and never opens. Attached the pics for the infinite loop below:

Asked by IBRAHIM ABDULKARIM 12 hours ago

Firefox browser setting change on it own.

When I download Firefox initially I am able to set the home page the way I want with the shortcuts I use. After a few weeks the shortcuts disappear and the only way to ge… (read more)

When I download Firefox initially I am able to set the home page the way I want with the shortcuts I use. After a few weeks the shortcuts disappear and the only way to get them back is to delete Firefox and reinstall. I am also not able to save bookmarks anymore. This has the same resolution methods.

This has happened 3 times already.

Asked by stevenrodger 16 hours ago

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 4 days ago

Last reply by eugbug1 4 days ago

In Windows 10 how to I stop the Firefox Icon from showing recent downloads without having to delete everyone

In Windows 10 my Firefox Icon lists above the tasks all recent downloads which I do not want for security reasons. I have been deleting one at a time when shutting down.… (read more)

In Windows 10 my Firefox Icon lists above the tasks all recent downloads which I do not want for security reasons. I have been deleting one at a time when shutting down. I don't want them there at all. Please help. Thanks

Asked by DocGuin Wayne 23 hours 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 5 days ago

Main browser

Sir/ Madam, It is delight to use and experience with Firefox Mozilla browser. I request to make Firefox Mozilla as main. Regards Muruganandam S … (read more)

Sir/ Madam,

    It is delight to use and experience with Firefox Mozilla browser. I request to  make Firefox Mozilla as main.

Regards Muruganandam S

Asked by muruganandamsevagan123 3 days 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 5 days 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 5 days ago

Customize Overflow is missing an important tool

I generally avoid the updates. I've been burned a few times too many. So, I always check to see what is actually new. This 140 has two things I like, "Unload Tabs" and "C… (read more)

I generally avoid the updates. I've been burned a few times too many. So, I always check to see what is actually new. This 140 has two things I like, "Unload Tabs" and "Customize Overflow".

Unfortunately, "Customize Overflow" is missing the MOST IMPORTANT tool for this process. How do you REMOVE existing items that clutter and make a mess of the few tool I actually use.

Please fix and make this a fully useful tool.

Asked by Doc 4 days 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 5 days ago