Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Import backup files on Firefox #47

Open
IngocniNerd opened this issue Jan 1, 2025 · 2 comments
Open

Unable to Import backup files on Firefox #47

IngocniNerd opened this issue Jan 1, 2025 · 2 comments

Comments

@IngocniNerd
Copy link

I am working to move from Chrome to Firefox, and I have a backup list of companies I want to block. However, I do not see an import option while on Firefox. I only see these options

image

@damianmgarcia
Copy link
Owner

Hi! Thanks for submitting this issue, and sorry about the trouble. Unfortunately, the backup and restore function hasn't been added to the Firefox version, yet, because of an oddity in the way Firefox handles extension popup windows when a file input is used. Eventually, I'll add this feature to the Firefox version.

However, there is a workaround that will allow you to restore your backup file in Firefox. I've included a video as well as the instructions below.

Video: https://youtu.be/sCUUesZ7HyI

Instructions:

  1. Open Firefox
  2. Go to the following URL: about:debugging#/runtime/this-firefox
  3. Click the "Inspect" button next to Hide n' Seek: Hide Promoted Jobs & Companies to open the Developer Tools
  4. Click the "..." button on the right side of the Developer Tools to open the options menu
  5. Click "Disable Popup Auto-Hide"
  6. Click the Hide n' Seek button in the browser that opens the Hide n' Seek popup window
  7. Click the frame icon button to the left of the "..." button on the right side of the Developer Tools to open the target frame window
  8. Select "/popup/html/popup.html"
  9. Select the "Console" tab in the Developer Tools
  10. Copy and paste the following line into the console, then press the Enter key to execute it: document.querySelector("#data-settings").style.display = "";
  11. Click the gear icon in the Hide n' Seek popup window to go to the settings
  12. Click the "Restore data from file" button and select your backup file

@IngocniNerd
Copy link
Author

@damianmgarcia Incredible work! I followed your steps, and it worked perfectly. Thank you for including a walkthrough video!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants