medium-bypass

Bypass Medium paywall

< Commentaires sur medium-bypass

Question / commentaire

§
Posté le: 22/12/2023

Just remove that button, after dom load finish, save some time.. like this:

(function() {
  "use strict";
  const BYPASS_ORIGIN = "https://freedium.cfd/";
  let originUrl = window.location.href;
  location.href = BYPASS_ORIGIN + originUrl;
})();


§
Posté le: 22/12/2023

also add meta data, save more time:

```
// @run-at document-start
```

xiaotianxtAuteur
§
Posté le: 28/12/2023

Just remove that button, after dom load finish, save some time.. like this:

(function() {
  "use strict";
  const BYPASS_ORIGIN = "https://freedium.cfd/";
  let originUrl = window.location.href;
  location.href = BYPASS_ORIGIN + originUrl;
})();


Well... I'm not sure about this. Maybe I'll provide an option to do fast redirect.

Poster une réponse

Connectez-vous pour poster une réponse.