Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcjs authored and github-actions[bot] committed Nov 27, 2023
1 parent 1565f00 commit 693084e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/bilibili_bangumi_area_limit_hack.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1806,6 +1806,9 @@ function scriptSource(invokeBy) {
if (!$errorPanel) {
return;
}
// 自动点击"取消跳转按钮"
let $goHomeBtn = document.querySelector(".big-btn.go-home");
$goHomeBtn === null || $goHomeBtn === void 0 ? void 0 : $goHomeBtn.click();
let msg = document.createElement('a');
$errorPanel.insertBefore(msg, $errorPanel.firstChild);
msg.innerText = '获取番剧页Url中...';
Expand Down

0 comments on commit 693084e

Please sign in to comment.