From 771bf75353206e8f26c6bf7a5c249a36535ce5dc Mon Sep 17 00:00:00 2001 From: ldkfreetoplay Date: Tue, 26 Dec 2023 09:35:26 +0800 Subject: [PATCH] Update main.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 只在medium域名生效脚本 --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index bdbf495..b173db2 100644 --- a/main.js +++ b/main.js @@ -7,7 +7,8 @@ // @description 自动检测Medium文章(包括子域名和自定义域名),替换URL为scribe.rip来解锁Medium付费文章 // @description:en Automatically detect Medium articles (including subdomains and custom domains) and replace the URL with scribe.rip to unlock Medium Posts. // @author Yaap -// @match *://*/* +// @include *://medium.com/* +// @include *://*.medium.com/* // @grant none // @license MIT // ==/UserScript==