Skip to content

Commit

Permalink
Add license text
Browse files Browse the repository at this point in the history
Signed-off-by: supechicken <me@supechicken666.dev>
  • Loading branch information
supechicken committed Sep 16, 2024
1 parent c12ef28 commit a74b59c
Show file tree
Hide file tree
Showing 9 changed files with 140 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
17 changes: 17 additions & 0 deletions css/button.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
17 changes: 17 additions & 0 deletions css/inject.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
17 changes: 17 additions & 0 deletions css/stylesheet.css
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
17 changes: 17 additions & 0 deletions css/switch.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
19 changes: 18 additions & 1 deletion css/theme.css
Original file line number Diff line number Diff line change
@@ -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);
Expand All @@ -22,4 +39,4 @@ html, body {
width: 100%;
background-color: var(--bg-color);
color: var(--txt-color);
}
}
18 changes: 18 additions & 0 deletions html/settings.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<!DOCTYPE html>

<!--
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.
-->

<html lang="en" class="notranslate" translate="no">

<head>
Expand Down
17 changes: 17 additions & 0 deletions js/inject.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
17 changes: 17 additions & 0 deletions js/settings.js
Original file line number Diff line number Diff line change
@@ -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'),
Expand Down

0 comments on commit a74b59c

Please sign in to comment.