We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
key
1 parent 355dd28 commit 4149433Copy full SHA for 4149433
1 file changed
block-quora-poe/block-quora-poe.user.js
@@ -13,7 +13,7 @@
13
// @description:zh-TW 阻止 AI + Quora 的推廣/贊助答案
14
// @author Adam Lui
15
// @namespace https://github.com/adamlui
16
-// @version 2026.7.28.2
+// @version 2026.7.28.3
17
// @license MIT
18
// @icon https://cdn.jsdelivr.net/gh/adamlui/userscripts@f3e6bf0/assets/images/icons/sites/quora/icon64.png
19
// @match *://*.quora.com/*
@@ -865,7 +865,7 @@
865
}
866
867
868
- window.sync = { configToUI({ key } = {}) { styles.update({ key: 'tweaks' }) ; gmToolbarMenu.refresh() }}
+ window.sync = { configToUI() { styles.update({ key: 'tweaks' }) ; gmToolbarMenu.refresh() }}
869
870
window.updateCheck = () => env.xhr({
871
method: 'GET', url: `${app.urls.update.gm}?t=${Date.now()}`,
0 commit comments