Showing questions tagged: Show all questions
  • Solved
  • Archived

Reader View Icon

I accidentally right clicked and hit "Remove from Address Bar" on the Reader View icon and now it's gone. I tried typing "about:config" into the browser and searching "re… (read more)

I accidentally right clicked and hit "Remove from Address Bar" on the Reader View icon and now it's gone. I tried typing "about:config" into the browser and searching "reader" then selecting the "reader.parse-on-load.force-enabled" toggle to "true" and that didn't get it back. Is there a way I can get it back?

Asked by RogerN04 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

In Firefox Lockwise, I cannot export my login/password datas.

Hello. I share the exact problem had by [[magicienne|https://support.mozilla.org/en-US/user/magicienne]] (posted 4/6/21, 4:08 AM) I too, only have the choice of importi… (read more)

Hello. I share the exact problem had by [[magicienne|https://support.mozilla.org/en-US/user/magicienne]] (posted 4/6/21, 4:08 AM)

I too, only have the choice of importing data into Firefox. Not exporting. I've version 78.9.0esr (64 bits) of Mozilla as well and work on an iMac OS X (El capitan). My desire is to import the information into Safari v15.6.1 installed on a MacMini v10.15.7.

I've read and followed the directions posted 4/6/21, 11:20 AM by moderator [[cor-el|https://support.mozilla.org/en-US/user/cor-el]] to no avail. The export function still does not show in the pull down menu.

•••••

The directions read: The export and import logins menu items aren't present in Lockwise in Firefox 78. • Firefox 79+ comes with an export to CSV feature. • Firefox 80+ comes with an import from CSV feature.

The LoginExport.jsm module is present in Firefox 78, but hasn't been enabled and you need code in userContent.css to get the export menu entry in the cogwheel menu in Lockwise. Add code to the userContent.css file.

@-moz-document url-prefix("about:logins"){

button.menuitem-import, button.menuitem-export {
 display:block!important;
}

}

It is not that difficult to create userContent.css if you have never used it.

The first step is to open the "Help -> Troubleshooting Information" page and find the button to access the profile folder. • https://support.mozilla.org/en-US/kb/use-troubleshooting-information-page-fix-firefox

You can find this button under the "Application Basics" section as "Profile Folder -> Open Folder". If you click this button then you open the profile folder in the Windows File Explorer. You need to create a folder with the name chrome in this folder (name is all lowercase). In the chrome folder you need to create a plain text file with the name userContent.css (name is case sensitive). In this userContent.css text file you paste the text posted. On Mac you can use the TextEdit utility to create the userContent.css file as a plain text file.

You need to close (Quit/Exit) and restart Firefox when you create or modify the userContent.css file.

•••••

Please see attached image of my userContent.css file within the chrome folder.

I'm certain you will be able to help. Thank you for your assistance.

Asked by aarosco 1 year ago

Answered by aarosco 1 year ago