From 0ce352152647169a6a2dd41666ca368e6518cdb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Thu, 6 Jan 2022 05:05:04 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/qutebrowser/config.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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://*/*')