Skip to content

Python tool to extract URLs of tabs from Firefox browser

Notifications You must be signed in to change notification settings

amaneight/URLExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

URLExtractor

Python tool to extract URLs of tabs from Firefox browser.

Recovery.js/Sessionstore.js

This file stores information about all the tabs that are currently open in firefox browser.

Incase of windows fetch path of recovery.js and for linux sessionstore.js.

Eg:

  • Windows path: "C:\Users\<user_name>\AppData\Roaming\Mozilla\Firefox\Profiles\<default - file>\sessionstore-backups\recovery.js"

  • Linux path: "/home/username/.mozilla/firefox/RANDOM.profile/sessionstore.js"

About

Python tool to extract URLs of tabs from Firefox browser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages