Just a simple Chrome extension to bypass Medium's redirect whenever open a Medium link.
You can use Medium or any medium list as normal. This extension will trigger only when you choose a particular article to read.
File background.js
:
- function
requestHandler()
is the main function to handle the request. - function
chrome.tabs.onUpdated.addListener()
is called whenever go back to previous page.
- Download the ZIP file from Releases and extract it.
- In Chrome, open the extensions page, enable developer mode and click "Load unpacked" to select the extracted folder.
- Enjoy!