From acd45fd7a9d769b0fb4aea1ea8d6d017c498c13d Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Wed, 29 Dec 2021 11:01:18 +0800 Subject: [PATCH 0001/1540] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[W3Cschool]=20?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autopage.user.js | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/Autopage.user.js b/Autopage.user.js index d955ccc1a..6659fcb67 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 自动无缝翻页 -// @version 4.2.7 +// @version 4.2.8 // @author X.I.U // @description 无缝拼接下一页内容(瀑布流),目前支持:[所有「Discuz!、Flarum、phpBB、Xiuno、XenForo、DUX/XIU/D8/Begin(WP主题)」网站]、百度、谷歌、必应、搜狗、头条搜索、360 搜索、微信搜索、贴吧、豆瓣、知乎、微博、NGA、V2EX、B 站(Bilibili)、Pixiv、蓝奏云、煎蛋网、糗事百科、龙的天空、起点小说、IT之家、千图网、Pixabay、3DM、游侠网、游民星空、NexusMods、Steam 创意工坊、CS.RIN.RU、片库、茶杯狐、NO视频、低端影视、奈菲影视、音范丝、BT之家、萌番组、动漫花园、樱花动漫、爱恋动漫、AGE 动漫、Nyaa、SrkBT、RARBG、SubHD、423Down、不死鸟、扩展迷、极简插件、小众软件、动漫狂、漫画猫、漫画 DB、动漫之家、拷贝漫画、包子漫画、古风漫画网、Mangabz、PubMed、GreasyFork、Github、StackOverflow(以上仅一小部分,更多的写不下了... // @match *://*/* @@ -836,6 +836,7 @@ function: { } }, // NGA - 各版块帖子列表 nga_read: { + retry: 1000, pager: { type: 1, nextL: 'css;#pagebbtm a[title*="下一页"]', @@ -4248,9 +4249,9 @@ function: { scrollD: 1000 } }, // SegmentFault - Search - w3school_cn: { + w3school_com_cn: { host: 'www.w3school.com.cn', - functionS: function() {if (location.pathname.split('/').length > 2) {curSite = DBSite.w3school_cn;}}, + functionS: function() {if (location.pathname.split('/').length > 2) {curSite = DBSite.w3school_com_cn;}}, insStyle: '#maincontent h1:not(:nth-of-type(1)) {margin-top: 30px;}', history: true, pager: { @@ -4267,7 +4268,19 @@ function: { forceHTTPS: true, scrollD: 600 } - }, // W3school + }, // W3school + w3cschool_cn: { + host: 'www.w3cschool.cn', + functionS: function() {if (location.pathname.split('/').length > 2) {curSite = DBSite.w3cschool_cn;}}, + insStyle: '.widget-body, #rfbanner {display: none !important;}', + pager: { + type: 1, + nextL: 'css;.next-link > a', + pageE: 'css;#pro-mian-header, .content-bg', + replaceE: 'css;.content-links, .splitter-sidebar', + scrollD: 1500 + } + }, // W3Cschool runoob: { host: 'www.runoob.com', functionS: function() {if (location.pathname.split('/').length > 2 && getCSS('#leftcolumn')) {curSite = DBSite.runoob;}}, From 479cef405fd54b2e72bd0da1a33b383a0baa4260 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Thu, 30 Dec 2021 20:17:53 +0800 Subject: [PATCH 0002/1540] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E8=A7=A3?= =?UTF-8?q?=E9=99=A4=E7=9B=90=E9=80=89=E5=86=85=E5=AE=B9=E9=80=89=E4=B8=AD?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=E9=99=90=E5=88=B6]=20=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zhihu-Beautification.user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Zhihu-Beautification.user.js b/Zhihu-Beautification.user.js index 949757046..aeada635d 100644 --- a/Zhihu-Beautification.user.js +++ b/Zhihu-Beautification.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 知乎美化 -// @version 1.4.3 +// @version 1.4.4 // @author X.I.U // @description 宽屏显示、暗黑模式(4种)、暗黑模式跟随浏览器、屏蔽首页活动广告、隐藏文章开头大图、调整图片最大高度、向下翻时自动隐藏顶栏 // @match *://www.zhihu.com/* @@ -179,6 +179,8 @@ .Pc-card.Card {display: none !important;} /* 屏蔽文章页推荐文章 */ .Recommendations-Main {display: none !important;} +/* 解除盐选内容选中复制限制 */ +div[class*="ManuscriptIntro-root-"] {user-select: auto !important;} `, style_index = `/* 屏蔽首页广告 */ .TopstoryItem--advertCard {display: none !important;} From e8c0117bf77e232b4d91d85ff921519a2404b06d Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Fri, 31 Dec 2021 16:57:48 +0800 Subject: [PATCH 0003/1540] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20[=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E9=A6=96=E9=A1=B5=E8=A7=86=E9=A2=91]=20=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zhihu-Enhanced.user.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Zhihu-Enhanced.user.js b/Zhihu-Enhanced.user.js index 495b5b505..266cb0892 100644 --- a/Zhihu-Enhanced.user.js +++ b/Zhihu-Enhanced.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 知乎增强 -// @version 1.8.6 +// @version 1.8.7 // @author X.I.U // @description 移除登录弹窗、屏蔽首页视频、默认收起回答、快捷收起当前回答/评论(左键两侧空白处)、快捷回到顶部(右键两侧空白处)、屏蔽用户 (发布的内容)、屏蔽关键词(标题/评论)、移除高亮链接、屏蔽盐选内容、净化标题消息、展开问题描述、置顶显示时间、完整问题时间、区分问题文章、直达问题按钮、默认高清原图、默认站外直链 // @match *://www.zhihu.com/* @@ -147,9 +147,9 @@ function getCollapsedAnswerObserver() { if (!mutation.target.classList.contains('RichContent')) continue for (const addedNode of mutation.addedNodes) { if (addedNode.nodeType != Node.ELEMENT_NODE) continue - //console.log(addedNode, addedNode.offsetHeight) + console.log(addedNode, addedNode.offsetHeight) if (addedNode.className == 'RichContent-inner' && addedNode.offsetHeight < 400) return - //console.log(addedNode.offsetHeight) + console.log(addedNode.offsetHeight) const button = addedNode.querySelector('.ContentItem-actions.Sticky [data-zop-retract-question]'); if (button) { mutation.target.setAttribute('script-collapsed', ''); @@ -854,10 +854,10 @@ function blockKeywords(type) { function blockType(type) { let name; // 一开始加载的信息流 + 添加标签样式 - if (type === 'search') { + if (type === 'search') { // 搜索页 if (!menu_value('menu_blockTypeVideo') && !menu_value('menu_blockTypeArticle') && !menu_value('menu_blockTypeTopic') && !menu_value('menu_blockTypeSearch')) return if (menu_value('menu_blockTypeSearch') && location.pathname === '/search') setTimeout(function(){document.querySelector('.RelevantQuery').parentElement.parentElement.hidden = true;;}, 1000) - name = 'h2.ContentItem-title a, a.KfeCollection-PcCollegeCard-link, h2.SearchTopicHeader-Title a' + name = 'h2.ContentItem-title a:not(.zhihu_e_toQuestion), a.KfeCollection-PcCollegeCard-link, h2.SearchTopicHeader-Title a' addSetInterval_(name); } else if (type === 'question') { // 问题页 if (!menu_value('menu_blockTypeVideo')) return @@ -866,9 +866,8 @@ function blockType(type) { document.querySelectorAll(name).forEach(function(item){blockType_(item);}) } else { // 首页 if (!menu_value('menu_blockTypeVideo') && !menu_value('menu_blockTypeArticle')) return - // 移除相关搜索 - if (menu_value('menu_blockTypeVideo')) document.lastChild.appendChild(document.createElement('style')).textContent = `nav.TopstoryTabs > a[aria-controls="Topstory-zvideo"] {display: none !important;}`; - name = 'h2.ContentItem-title a' + if (menu_value('menu_blockTypeVideo')) document.lastChild.appendChild(document.createElement('style')).textContent = `.Card .ZVideoItem-video {display: none !important;}`; + name = 'h2.ContentItem-title a:not(.zhihu_e_toQuestion)' document.querySelectorAll(name).forEach(function(item){blockType_(item);}) } @@ -891,9 +890,10 @@ function blockType(type) { function blockType_(titleA) { if (!titleA) return // 判断是否为真 + console.log(titleA.href) if (location.pathname === '/search') { // 搜索页 if (location.search.indexOf('type=content') === -1) return // 仅限搜索页的 [综合] - if (titleA.href.indexOf('/zvideo/') > -1) { // 如果是视频 + if (titleA.href.indexOf('/zvideo/') > -1 || titleA.href.indexOf('video.zhihu.com') > -1) { // 如果是视频 if (menu_value('menu_blockTypeVideo')) findParentElement(titleA, 'Card').hidden = true; } else if (titleA.href.indexOf('zhuanlan.zhihu.com') > -1) { // 如果是文章 if (menu_value('menu_blockTypeArticle')) findParentElement(titleA, 'Card SearchResult-Card').hidden = true; @@ -905,14 +905,14 @@ function blockType(type) { } else if (location.pathname.indexOf('/question/') > -1) { // 问题页 if (menu_value('menu_blockTypeVideo')) findParentElement(titleA, 'List-item').hidden = true; } else { // 首页 - if (titleA.href.indexOf('/zvideo/') > -1) { // 如果是视频 - if (menu_value('menu_blockTypeVideo')) findParentElement(titleA, 'Card TopstoryItem TopstoryItem--old TopstoryItem-isRecommend').hidden = true; + if (titleA.href.indexOf('/zvideo/') > -1 || titleA.href.indexOf('video.zhihu.com') > -1) { // 如果是视频 + if (menu_value('menu_blockTypeVideo')) findParentElement(titleA, 'Card TopstoryItem TopstoryItem-isRecommend').hidden = true; } else if (titleA.href.indexOf('/answer/') > -1) { // 如果是问题(视频回答) if (findParentElement(titleA, 'ContentItem AnswerItem').querySelector('.VideoAnswerPlayer')) { - if (menu_value('menu_blockTypeVideo')) findParentElement(titleA, 'Card TopstoryItem TopstoryItem--old TopstoryItem-isRecommend').hidden = true; + if (menu_value('menu_blockTypeVideo')) findParentElement(titleA, 'Card TopstoryItem TopstoryItem-isRecommend').hidden = true; } } else if (titleA.href.indexOf('zhuanlan.zhihu.com') > -1) { // 如果是文章 - if (menu_value('menu_blockTypeArticle')) findParentElement(titleA, 'Card TopstoryItem TopstoryItem--old TopstoryItem-isRecommend').hidden = true; + if (menu_value('menu_blockTypeArticle')) findParentElement(titleA, 'Card TopstoryItem TopstoryItem-isRecommend').hidden = true; } } } From d1f4e86e4ed951adaac8f7263983525fb2a2cba0 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Fri, 31 Dec 2021 16:58:51 +0800 Subject: [PATCH 0004/1540] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20[=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E9=A6=96=E9=A1=B5=E8=A7=86=E9=A2=91]=20=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zhihu-Enhanced.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zhihu-Enhanced.user.js b/Zhihu-Enhanced.user.js index 266cb0892..6d245cc7a 100644 --- a/Zhihu-Enhanced.user.js +++ b/Zhihu-Enhanced.user.js @@ -890,7 +890,7 @@ function blockType(type) { function blockType_(titleA) { if (!titleA) return // 判断是否为真 - console.log(titleA.href) + //console.log(titleA.href) if (location.pathname === '/search') { // 搜索页 if (location.search.indexOf('type=content') === -1) return // 仅限搜索页的 [综合] if (titleA.href.indexOf('/zvideo/') > -1 || titleA.href.indexOf('video.zhihu.com') > -1) { // 如果是视频 From 2f198be7a70c8d3242634c76eb6bc3065a7bb2f6 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 1 Jan 2022 00:31:01 +0800 Subject: [PATCH 0005/1540] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zhihu-Enhanced.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Zhihu-Enhanced.user.js b/Zhihu-Enhanced.user.js index 6d245cc7a..1e491f0be 100644 --- a/Zhihu-Enhanced.user.js +++ b/Zhihu-Enhanced.user.js @@ -147,9 +147,9 @@ function getCollapsedAnswerObserver() { if (!mutation.target.classList.contains('RichContent')) continue for (const addedNode of mutation.addedNodes) { if (addedNode.nodeType != Node.ELEMENT_NODE) continue - console.log(addedNode, addedNode.offsetHeight) + //console.log(addedNode, addedNode.offsetHeight) if (addedNode.className == 'RichContent-inner' && addedNode.offsetHeight < 400) return - console.log(addedNode.offsetHeight) + //console.log(addedNode.offsetHeight) const button = addedNode.querySelector('.ContentItem-actions.Sticky [data-zop-retract-question]'); if (button) { mutation.target.setAttribute('script-collapsed', ''); @@ -866,7 +866,7 @@ function blockType(type) { document.querySelectorAll(name).forEach(function(item){blockType_(item);}) } else { // 首页 if (!menu_value('menu_blockTypeVideo') && !menu_value('menu_blockTypeArticle')) return - if (menu_value('menu_blockTypeVideo')) document.lastChild.appendChild(document.createElement('style')).textContent = `.Card .ZVideoItem-video {display: none !important;}`; + if (menu_value('menu_blockTypeVideo')) document.lastChild.appendChild(document.createElement('style')).textContent = `.Card .ZVideoItem-video, nav.TopstoryTabs > a[aria-controls="Topstory-zvideo"] {display: none !important;}`; name = 'h2.ContentItem-title a:not(.zhihu_e_toQuestion)' document.querySelectorAll(name).forEach(function(item){blockType_(item);}) } From 1c2da59893a36a4a594112a24ee9f6c574d14a55 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 1 Jan 2022 10:50:46 +0800 Subject: [PATCH 0006/1540] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E4=B8=93?= =?UTF-8?q?=E6=A0=8F=E9=A1=B5=E9=83=A8=E5=88=86=E5=8A=9F=E8=83=BD=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zhihu-Enhanced.user.js | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Zhihu-Enhanced.user.js b/Zhihu-Enhanced.user.js index 1e491f0be..c45b9c72d 100644 --- a/Zhihu-Enhanced.user.js +++ b/Zhihu-Enhanced.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 知乎增强 -// @version 1.8.7 +// @version 1.8.8 // @author X.I.U // @description 移除登录弹窗、屏蔽首页视频、默认收起回答、快捷收起当前回答/评论(左键两侧空白处)、快捷回到顶部(右键两侧空白处)、屏蔽用户 (发布的内容)、屏蔽关键词(标题/评论)、移除高亮链接、屏蔽盐选内容、净化标题消息、展开问题描述、置顶显示时间、完整问题时间、区分问题文章、直达问题按钮、默认高清原图、默认站外直链 // @match *://www.zhihu.com/* @@ -194,7 +194,9 @@ function defaultCollapsedAnswer() { // 一键收起回答(全部) function collapsedAnswer() { if (!menu_value('menu_collapsedAnswer')) return - if (document.querySelector('.CornerAnimayedFlex')) { + console.log('1111', document.querySelector('.CornerAnimayedFlex')) + if (document.querySelector('.CornerAnimayedFlex') && !document.getElementById('collapsed-button')) { + console.log('2222') document.head.appendChild(document.createElement('style')).textContent = '.CornerButton{margin-bottom:8px !important;}.CornerButtons{bottom:45px !important;}'; document.querySelector('.CornerAnimayedFlex').insertAdjacentHTML('afterBegin', ''); document.getElementById('collapsed-button').onclick = function () { @@ -1308,7 +1310,7 @@ function topTime_zhuanlan() { ContentItemTime.style.cssText = 'padding:0px 0px 0px 0px; margin-top: 14px' let temp_time = ContentItemTime.cloneNode(true); // ContentItemTime.style.display = 'none'; - if (location.href.indexOf("column") > -1){ + if (location.href.indexOf('/column/') > -1){ document.querySelector('.ContentItem-meta').insertAdjacentElement('beforeEnd', temp_time); } else { document.querySelector('.Post-Header').insertAdjacentElement('beforeEnd', temp_time); @@ -1522,9 +1524,12 @@ function questionInvitation(){ setInterval(topTime_zhuanlan, 300); // 置顶显示时间 blockUsers(); // 屏蔽指定用户 } else if (location.pathname.indexOf('/column/') > -1) { // 专栏 // - collapsedNowAnswer('main div'); // 收起当前回答 + 快捷返回顶部 - setInterval(topTime_zhuanlan, 300); // 置顶显示时间 - blockUsers(); // 屏蔽指定用户 + setTimeout(function(){ + collapsedAnswer(); // 一键收起回答 + collapsedNowAnswer('main div'); // 收起当前回答 + 快捷返回顶部 + setInterval(topTime_zhuanlan, 300); // 置顶显示时间 + blockUsers(); // 屏蔽指定用户 + }, 300); } else if (location.pathname.indexOf('/people/') > -1 || location.href.indexOf('org') > -1) { // 用户主页 // if (location.pathname.split('/').length === 3) addTypeTips();addToQuestion(); // 区分问题文章、直达问题按钮 collapsedNowAnswer('main div'); // 收起当前回答 + 快捷返回顶部 From 2ad0e048670f1642851b6fde2fe2e2634f18a63a Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 1 Jan 2022 12:27:35 +0800 Subject: [PATCH 0007/1540] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E7=88=B1?= =?UTF-8?q?=E6=BC=AB=E7=94=BB]=20=E5=85=B6=E4=BB=96=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autopage.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Autopage.user.js b/Autopage.user.js index 6659fcb67..0aa7c39f1 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 自动无缝翻页 -// @version 4.2.8 +// @version 4.2.9 // @author X.I.U // @description 无缝拼接下一页内容(瀑布流),目前支持:[所有「Discuz!、Flarum、phpBB、Xiuno、XenForo、DUX/XIU/D8/Begin(WP主题)」网站]、百度、谷歌、必应、搜狗、头条搜索、360 搜索、微信搜索、贴吧、豆瓣、知乎、微博、NGA、V2EX、B 站(Bilibili)、Pixiv、蓝奏云、煎蛋网、糗事百科、龙的天空、起点小说、IT之家、千图网、Pixabay、3DM、游侠网、游民星空、NexusMods、Steam 创意工坊、CS.RIN.RU、片库、茶杯狐、NO视频、低端影视、奈菲影视、音范丝、BT之家、萌番组、动漫花园、樱花动漫、爱恋动漫、AGE 动漫、Nyaa、SrkBT、RARBG、SubHD、423Down、不死鸟、扩展迷、极简插件、小众软件、动漫狂、漫画猫、漫画 DB、动漫之家、拷贝漫画、包子漫画、古风漫画网、Mangabz、PubMed、GreasyFork、Github、StackOverflow(以上仅一小部分,更多的写不下了... // @match *://*/* @@ -2802,7 +2802,7 @@ function: { } }, // 漫画皮 - 分类页 imanhuaw: { - host: 'www.imanhuaw.com', + host: ['www.imanhuaw.net', 'www.imanhuaw.com'], functionS: function() { if (getCSS('.mh-search-result')) { curSite = DBSite.imanhuaw_list; From 470b22a625005a1e44115339f3e25b57711c350f Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sun, 2 Jan 2022 17:24:02 +0800 Subject: [PATCH 0008/1540] =?UTF-8?q?=E8=A7=A3=E5=86=B3=20=E8=BF=9C?= =?UTF-8?q?=E6=99=AF=E8=AE=BA=E5=9D=9B=E4=BC=9A=E6=B8=85=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E7=A0=81=E6=A0=B7=E5=BC=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autopage.user.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Autopage.user.js b/Autopage.user.js index 0aa7c39f1..437107936 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 自动无缝翻页 -// @version 4.2.9 +// @version 4.3.0 // @author X.I.U // @description 无缝拼接下一页内容(瀑布流),目前支持:[所有「Discuz!、Flarum、phpBB、Xiuno、XenForo、DUX/XIU/D8/Begin(WP主题)」网站]、百度、谷歌、必应、搜狗、头条搜索、360 搜索、微信搜索、贴吧、豆瓣、知乎、微博、NGA、V2EX、B 站(Bilibili)、Pixiv、蓝奏云、煎蛋网、糗事百科、龙的天空、起点小说、IT之家、千图网、Pixabay、3DM、游侠网、游民星空、NexusMods、Steam 创意工坊、CS.RIN.RU、片库、茶杯狐、NO视频、低端影视、奈菲影视、音范丝、BT之家、萌番组、动漫花园、樱花动漫、爱恋动漫、AGE 动漫、Nyaa、SrkBT、RARBG、SubHD、423Down、不死鸟、扩展迷、极简插件、小众软件、动漫狂、漫画猫、漫画 DB、动漫之家、拷贝漫画、包子漫画、古风漫画网、Mangabz、PubMed、GreasyFork、Github、StackOverflow(以上仅一小部分,更多的写不下了... // @match *://*/* @@ -7202,9 +7202,11 @@ function: { return } // 插入网页 - let _html = ` -