Skip to content

Instantly share code, notes, and snippets.

@tcelestino
Last active November 25, 2024 13:31
Show Gist options
  • Save tcelestino/beac798fe2a5fc004bd8b87165e8bfa1 to your computer and use it in GitHub Desktop.
Save tcelestino/beac798fe2a5fc004bd8b87165e8bfa1 to your computer and use it in GitHub Desktop.
Paywall Bypass Bookmarklet
javascript:(function(){const baseUrl = 'https://marreta.pcdomanual.com/p/';const currentUrl = window.location.href;window.location.href = baseUrl + encodeURIComponent(currentUrl);})();

Paywall Bypass Bookmarklet

This bookmarklet allows you to read any webpage contents without paywall using "Marreta do Manual" service.

Installation

  1. Create a new bookmark in your browser:

    • Chrome/Edge: Right-click on the bookmarks bar and select "Add page..."
    • Firefox: Right-click on the bookmarks bar and select "New Bookmark..."
    • Safari: Drag any page to the bookmarks bar, you'll edit it afterward
  2. Configure the bookmark:

    • Name: "Redirect to Parede" (or any name you prefer)
    • URL/Location: Paste the code above (paywall-bypass-bookmarklet.js)

How to Use

  1. Navigate to any webpage
  2. Click the bookmarklet you created in the bookmarks bar
  3. The page will automatically redirect to parede.pcdomanual.com with the original URL appended

Example

Browser Compatibility

The bookmarklet is compatible with major browsers:

  • Google Chrome
  • Mozilla Firefox
  • Microsoft Edge
  • Safari

Troubleshooting

If the bookmarklet isn't working:

  1. Verify that you pasted the complete code in the bookmark's URL field
  2. Make sure the code starts with javascript:
  3. Check that there are no extra spaces at the beginning or end of the code

Security

This bookmarklet:

  • Does not collect personal data
  • Only redirects the current URL
  • Does not modify or interact with page content

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment