自动检测Medium文章(包括子域名和自定义域名),替换URL为readmedium.com来解锁Medium付费文章
< 脚本 Medium解锁 (2023-12-06更新) 的反馈
if (document.body.outerHTML.lastIndexOf("cdn-client.medium.com") < 0) { return; }
document.body can be null as document-start.
document.body
document-start
Please consider to use MutationObserver.observe(document) to trigger the checking when document.body is ready, or document-idle
MutationObserver.observe(document)
document-idle
登录(不可用)以发布留言。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Code Minor Issue
document.body
can be null asdocument-start
.Please consider to use
MutationObserver.observe(document)
to trigger the checking whendocument.body
is ready, ordocument-idle