medium-bypass

Bypass Medium paywall

< 脚本medium-bypass的反馈

提问/评论

§
发表于:2023-12-22

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;
})();


§
发表于:2023-12-22

also add meta data, save more time:

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

xiaotianxt作者
§
发表于:2023-12-28

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.

发表回复

登录(不可用)以发表回复。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址