Skip to content

Instantly share code, notes, and snippets.

@jason19970210
Created December 12, 2023 07:50
Show Gist options
  • Select an option

  • Save jason19970210/69d5bd4bfa3abda5a8f6c887d1e2109a to your computer and use it in GitHub Desktop.

Select an option

Save jason19970210/69d5bd4bfa3abda5a8f6c887d1e2109a to your computer and use it in GitHub Desktop.
Freedium Bookmarlet Script
// 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