diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 60b88f4..37e2cfd 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -68,13 +68,13 @@ c.content.javascript.enabled = False #デフォルト:javascriptは無効 c.content.images = True # デフォルト:画像は有効 # 下記のサイトだけでjavascriptを使える -config.set('content.javascript.enabled', True, 'https://social.076.ne.jp/') -config.set('content.javascript.enabled', True, 'https://odysee.com/') -config.set('content.javascript.enabled', True, 'https://bitchute.com/') -config.set('content.javascript.enabled', True, 'https://duckduckgo.com/') -config.set('content.javascript.enabled', True, 'http://127.0.0.1/') -config.set('content.javascript.enabled', True, 'https://tradeogre.com/') -config.set('content.javascript.enabled', True, 'https://app.slack.com/') +config.set('content.javascript.enabled', True, 'https://social.076.ne.jp/*') +config.set('content.javascript.enabled', True, 'https://odysee.com/*') +config.set('content.javascript.enabled', True, 'https://bitchute.com/*') +config.set('content.javascript.enabled', True, 'https://duckduckgo.com/*') +config.set('content.javascript.enabled', True, 'http://127.0.0.1/*') +config.set('content.javascript.enabled', True, 'https://tradeogre.com/*') +config.set('content.javascript.enabled', True, 'https://app.slack.com/*') config.set('content.javascript.enabled', True, 'chrome-devtools://*') config.set('content.javascript.enabled', True, 'devtools://*') config.set('content.javascript.enabled', True, 'chrome://*/*')