diff --git a/README.md b/README.md index e4f0dc6..41331c2 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,6 @@ - Optionally delete the generated `.crx` packaged file and `.pem` key file ## License +Copyright (C) 2024 SupeChicken666 (supechicken) + This project including all of its source files is released under the terms of [GNU General Public License (version 3 or later)](http://www.gnu.org/licenses/gpl.txt). diff --git a/css/button.css b/css/button.css index 99c6c3f..44ffd24 100644 --- a/css/button.css +++ b/css/button.css @@ -1,3 +1,20 @@ +/* + Copyright (C) 2024 SupeChicken666 (supechicken) + + This program 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. + + This program 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 this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html. +*/ + a, button, input[type="file"]::file-selector-button { font-family: 'Google Sans', sans-serif; text-decoration: none; diff --git a/css/inject.css b/css/inject.css index 75a31d7..82a370d 100644 --- a/css/inject.css +++ b/css/inject.css @@ -1,3 +1,20 @@ +/* + Copyright (C) 2024 SupeChicken666 (supechicken) + + This program 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. + + This program 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 this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html. +*/ + :root { --blur-radius: 0; --menu-blur-radius: 5px; diff --git a/css/stylesheet.css b/css/stylesheet.css index 8121b06..992ee32 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -1,3 +1,20 @@ +/* + Copyright (C) 2024 SupeChicken666 (supechicken) + + This program 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. + + This program 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 this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html. +*/ + @import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@100;200;300;400;500;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Prompt:wght@500&family=Raleway:wght@200;300;500;700&display=swap'); @import url(button.css); diff --git a/css/switch.css b/css/switch.css index 97e112d..dd6d794 100644 --- a/css/switch.css +++ b/css/switch.css @@ -1,3 +1,20 @@ +/* + Copyright (C) 2024 SupeChicken666 (supechicken) + + This program 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. + + This program 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 this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html. +*/ + .switch { position: relative; display: inline-block; diff --git a/css/theme.css b/css/theme.css index 2929c7c..081ad55 100644 --- a/css/theme.css +++ b/css/theme.css @@ -1,3 +1,20 @@ +/* + Copyright (C) 2024 SupeChicken666 (supechicken) + + This program 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. + + This program 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 this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html. +*/ + :root { --bg-color: white; --bg-subcolor: rgba(0, 0, 0, 0.05); @@ -22,4 +39,4 @@ html, body { width: 100%; background-color: var(--bg-color); color: var(--txt-color); -} \ No newline at end of file +} diff --git a/html/settings.html b/html/settings.html index b8ef6ff..361da78 100644 --- a/html/settings.html +++ b/html/settings.html @@ -1,4 +1,22 @@ + + + diff --git a/js/inject.js b/js/inject.js index 3f09d00..ee91c64 100644 --- a/js/inject.js +++ b/js/inject.js @@ -1,3 +1,20 @@ +/* + Copyright (C) 2024 SupeChicken666 (supechicken) + + This program 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. + + This program 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 this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html. +*/ + const colorVars = [ 'cr-card-background-color', 'cr-drawer-background-color', diff --git a/js/settings.js b/js/settings.js index 48feb2e..d3cb41f 100644 --- a/js/settings.js +++ b/js/settings.js @@ -1,3 +1,20 @@ +/* + Copyright (C) 2024 SupeChicken666 (supechicken) + + This program 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. + + This program 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 this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html. +*/ + const chromeURLs = chrome.runtime.getManifest().optional_host_permissions, rootStyle = document.documentElement.style, currentVideo = document.getElementById('currentVideo'),