Medium Member Bypass

Modern Medium GUI with multiple bypass services.

< Feedback on Medium Member Bypass

Review: Good - script works

§
Posted: 22/02/2025

The code matching is set to all websites which is redundant. It should be made
// @match *://medium.com/*
// @match *://*.medium.com/*
if possible instead of every link.

UniverseDevAuthor
§
Posted: 24/02/2025

updated

§
Posted: 24/02/2025

Oh it's perfect now.

§
Posted: 27/02/2025

Remove the -
// @match *://*/*

It matches every website which is not needed. The userscript must work only on Medium pages, not on every page. It is redundant.

UniverseDevAuthor
§
Posted: 27/02/2025

What about devopsquare.com, blog.devops.dev, blog.stackademic.com, ai.plainenglish.io, bettermarketing.pub and etc? It's impossible for us to say how many Medium sites there are.

§
Posted: 28/02/2025

Hmm, fair point. My bad. I couldn't find any other ways to sniff it out either. Good userscript though.

Post reply

Sign in to post a reply.