Skip to content

Commit 4149433

Browse files
committed
Deleted unused key
1 parent 355dd28 commit 4149433

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

block-quora-poe/block-quora-poe.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// @description:zh-TW 阻止 AI + Quora 的推廣/贊助答案
1414
// @author Adam Lui
1515
// @namespace https://github.com/adamlui
16-
// @version 2026.7.28.2
16+
// @version 2026.7.28.3
1717
// @license MIT
1818
// @icon https://cdn.jsdelivr.net/gh/adamlui/userscripts@f3e6bf0/assets/images/icons/sites/quora/icon64.png
1919
// @match *://*.quora.com/*
@@ -865,7 +865,7 @@
865865
}
866866
}
867867

868-
window.sync = { configToUI({ key } = {}) { styles.update({ key: 'tweaks' }) ; gmToolbarMenu.refresh() }}
868+
window.sync = { configToUI() { styles.update({ key: 'tweaks' }) ; gmToolbarMenu.refresh() }}
869869

870870
window.updateCheck = () => env.xhr({
871871
method: 'GET', url: `${app.urls.update.gm}?t=${Date.now()}`,

0 commit comments

Comments
 (0)