A simple bookmarklet to remove a paywall from an URL.
This bookmarklet does the following:
- Takes the URL in the current window
- Prepends "https://12ft.io" to the URL
- Opens it in the same window -- and with the paywall removed from the page
Warning: The page will be modified by 12ft.io. I am not familiar with the data collection policy from 12ft.io. Use at your own discretion.
- Any modern browser (i.e. Firefox, Chrome, Edge, Safari)
- Drag this "Remove Paywall" link onto your bookmarks bar
- If the above link does not show, go here first
- Create a new bookmark using this code block:
javascript: (() => {
window.open("https://12ft.io/" + window.location.href, "_self")
})();
- Go to a URL with a paywall
- Click on the bookmarklet
Kevin Yuan - @kevyuan
Distributed under the MIT License. See the 'LICENSE' for more information.
- Thank you to 12ft.io for providing the service