Created
December 12, 2023 07:50
-
-
Save jason19970210/69d5bd4bfa3abda5a8f6c887d1e2109a to your computer and use it in GitHub Desktop.
Freedium Bookmarlet Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Just create a new bookmark and copy/paste the following script into the URL section | |
| // Usage: Once getting paid wall in medium, just click the bookemark to redirect the page | |
| javascript: (()=>{ let loc = window.location.href; let new_loc = "https://freedium.cfd/" + loc; window.location = new_loc;})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment