From 052c06a04d5fad72289275992eb1a8436c0e13e5 Mon Sep 17 00:00:00 2001 From: sethburkart123 Date: Sun, 20 Oct 2024 11:19:47 +1100 Subject: [PATCH] bump: version + fixes --- package.json | 2 +- src/css/injected.scss | 4 ++++ src/manifests/manifest.json | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 917d8e93..aadca2d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "betterseqtaplus", - "version": "3.3.1", + "version": "3.3.2", "type": "module", "description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development, while incorporating a plethora of new and improved features!", "browserslist": "> 0.5%, last 2 versions, not dead", diff --git a/src/css/injected.scss b/src/css/injected.scss index da0b497d..6153625c 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -82,6 +82,10 @@ html { z-index: 10000; } +.modaliser-container { + backdrop-filter: none !important; +} + .connectedNotificationsWrapper > div > button > svg > g { fill: var(--theme-primary) !important; } diff --git a/src/manifests/manifest.json b/src/manifests/manifest.json index a7a04d35..857fe1a6 100644 --- a/src/manifests/manifest.json +++ b/src/manifests/manifest.json @@ -22,6 +22,9 @@ "background": { "service_worker": "background.ts" }, + "content_security_policy": { + "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" + }, "content_scripts": [ { "matches": ["*://*/*"],