From 079d218969f3c092049c4cb5c93d59641e7a44af Mon Sep 17 00:00:00 2001
From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com>
Date: Tue, 14 Nov 2023 06:59:02 +0000
Subject: [PATCH 1/2] feat: Updated license comment block in documentloa
---
src/inject/documentload.css | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 src/inject/documentload.css
diff --git a/src/inject/documentload.css b/src/inject/documentload.css
new file mode 100644
index 00000000..9c5a252b
--- /dev/null
+++ b/src/inject/documentload.css
@@ -0,0 +1,18 @@
+/*
+ * This file is part of EvenBetterSEQTA.
+ *
+ * EvenBetterSEQTA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * EvenBetterSEQTA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with EvenBetterSEQTA. If not, see .
+ */
+
+/* Rest of the CSS code */
From 820c97741eebe60118c355390f41bca79dee5236 Mon Sep 17 00:00:00 2001
From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com>
Date: Tue, 14 Nov 2023 06:59:40 +0000
Subject: [PATCH 2/2] feat: Updated license comment block in iframe.css
---
src/inject/iframe.css | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 src/inject/iframe.css
diff --git a/src/inject/iframe.css b/src/inject/iframe.css
new file mode 100644
index 00000000..83ce6ca9
--- /dev/null
+++ b/src/inject/iframe.css
@@ -0,0 +1,17 @@
+/*
+ * This file is part of EvenBetterSEQTA.
+ *
+ * EvenBetterSEQTA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * EvenBetterSEQTA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with EvenBetterSEQTA. If not, see .
+ */
+/* Rest of the CSS code */