Skip to content

Commit

Permalink
👽️ 因應動畫介紹區塊調整改變插入相簿區的位置
Browse files Browse the repository at this point in the history
  • Loading branch information
hms5232 committed Mar 2, 2023
1 parent e865719 commit 53c11a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/butterKnife.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
album.setAttribute('id', 'butter-knife-album');
album.setAttribute('class', 'butter-knife');
album.setAttribute('style', 'margin-bottom:10px');
document.getElementsByClassName('data_acgbox')[0].insertAdjacentElement('beforebegin', album); // 插在「作品簡介」區前
document.getElementsByClassName('data')[0].insertAdjacentElement('beforebegin', album); // 插在「作品簡介」區前

// 自訂存檔名稱前綴 - 表單 - 在相簿區之前
let configForm = document.createElement('form');
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "巴哈動畫瘋奶油刀",
"version": "0.3.3",
"version": "0.3.4",
"author": "hms5232",

"description": "A screenshot tool for ani.gamer.com.tw",
Expand Down

0 comments on commit 53c11a9

Please sign in to comment.