Skip to content

Commit fa49259

Browse files
committed
fix
1 parent 1f1cc88 commit fa49259

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Bilibili Bangumi Cover/Bilibili Bangumi Cover.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name Bilibili Bangumi Cover
33
// @name:zh-CN 哔哩哔哩番剧封面
44
// @namespace hoothin
5-
// @version 0.2
5+
// @version 0.3
66
// @description Show Bilibili Bangumi Cover
77
// @description:zh-CN 在哔哩哔哩番剧页面中显示封面
88
// @grant GM_xmlhttpRequest
@@ -26,7 +26,7 @@
2626
coverLink.appendChild(cover);
2727
var MutationObserver = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver;
2828
var observer = new MutationObserver(function(records){
29-
if(vSmall.childNodes.length>0 && !vSmall.querySelector("h3#coverTitle")){
29+
if(!vSmall.querySelector("h3#coverTitle")){
3030
vSmall.insertBefore(coverLink,vSmall.firstChild);
3131
vSmall.insertBefore(title,vSmall.firstChild);
3232
refreshCover();

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@
7575
// @include http*://www.l-sj.cc/*
7676
// @include http*://htacg.cc/*
7777
// @include http*://www.htacg.cc/*
78-
// @version 3.21.21
78+
// @version 3.21.22
7979
// @grant GM_notification
8080
// @grant GM_xmlhttpRequest
8181
// @grant GM_setClipboard
8282
// @grant GM_setValue
8383
// @grant GM_getValue
8484
// @run-at document-end
85-
// @require https://greasyfork.org/scripts/23522/code/od.js?version=167300
85+
// @require https://greasyfork.org/scripts/23522/code/od.js?version=167311
8686
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/components/core-min.js
8787
// @require https://cdn.jsdelivr.net/crypto-js/3.1.2/rollups/aes.js
8888
// @license MIT License

HacgGodTurn/od.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)