Chrome extension to access private articles on medium without having to open them in incognito mode.
- Download zip file or clone the repository
- Go to Manage Extension
- Select Load Unpacked options
- Select the directory where you have this project downloaded and you are good to go
- Make it real time by setting up message passing between
content script
andpopup
.
Currently requires a manual page refresh after enabling the extension.
- Cache recent requests to scraper using
chrome.storage.sync
.