Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 959 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 959 Bytes

Overview

Chrome extension to check if a medium article is under metered paywall or free to read.

Tested on:

  • Google searches
  • Twitter feed
  • Telegram groups

Demo

Manual Install

  • Click on Clone or download button to download the zip file.
  • Unzip the extension .zip file.
  • Navigate to chrome:https://extensions
  • Toggle developer mode in the top right of the page
  • Click "Load unpacked extension"
  • Select the folder that was created from unzipping the file.

Under the Hood

There's a simple fetch on the URL and then a check against some standard keywords. Here's the code if you're interested: https://repl.it/@AbhishekSharm22/medium