File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929- Optionally delete the generated ` .crx ` packaged file and ` .pem ` key file
3030
3131## License
32+ Copyright (C) 2024 SupeChicken666 (supechicken)
33+
3234This 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 ) .
Original file line number Diff line number Diff line change 1+ /*
2+ Copyright (C) 2024 SupeChicken666 (supechicken)
3+
4+ This program is free software: you can redistribute it and/or modify
5+ it under the terms of the GNU General Public License as published by
6+ the Free Software Foundation, either version 3 of the License, or
7+ (at your option) any later version.
8+
9+ This program is distributed in the hope that it will be useful,
10+ but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ GNU General Public License for more details.
13+
14+ You should have received a copy of the GNU General Public License
15+ along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html.
16+ */
17+
118a , button , input [type = "file" ]::file-selector-button {
219 font-family : 'Google Sans' , sans-serif;
320 text-decoration : none;
Original file line number Diff line number Diff line change 1+ /*
2+ Copyright (C) 2024 SupeChicken666 (supechicken)
3+
4+ This program is free software: you can redistribute it and/or modify
5+ it under the terms of the GNU General Public License as published by
6+ the Free Software Foundation, either version 3 of the License, or
7+ (at your option) any later version.
8+
9+ This program is distributed in the hope that it will be useful,
10+ but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ GNU General Public License for more details.
13+
14+ You should have received a copy of the GNU General Public License
15+ along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html.
16+ */
17+
118: root {
219 --blur-radius : 0 ;
320 --menu-blur-radius : 5px ;
Original file line number Diff line number Diff line change 1+ /*
2+ Copyright (C) 2024 SupeChicken666 (supechicken)
3+
4+ This program is free software: you can redistribute it and/or modify
5+ it under the terms of the GNU General Public License as published by
6+ the Free Software Foundation, either version 3 of the License, or
7+ (at your option) any later version.
8+
9+ This program is distributed in the hope that it will be useful,
10+ but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ GNU General Public License for more details.
13+
14+ You should have received a copy of the GNU General Public License
15+ along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html.
16+ */
17+
118@import url ('https://fonts.googleapis.com/css2?family=Google+Sans:wght@100;200;300;400;500;700;900&display=swap' );
219@import url ('https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Prompt:wght@500&family=Raleway:wght@200;300;500;700&display=swap' );
320@import url (button.css);
Original file line number Diff line number Diff line change 1+ /*
2+ Copyright (C) 2024 SupeChicken666 (supechicken)
3+
4+ This program is free software: you can redistribute it and/or modify
5+ it under the terms of the GNU General Public License as published by
6+ the Free Software Foundation, either version 3 of the License, or
7+ (at your option) any later version.
8+
9+ This program is distributed in the hope that it will be useful,
10+ but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ GNU General Public License for more details.
13+
14+ You should have received a copy of the GNU General Public License
15+ along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html.
16+ */
17+
118.switch {
219 position : relative;
320 display : inline-block;
Original file line number Diff line number Diff line change 1+ /*
2+ Copyright (C) 2024 SupeChicken666 (supechicken)
3+
4+ This program is free software: you can redistribute it and/or modify
5+ it under the terms of the GNU General Public License as published by
6+ the Free Software Foundation, either version 3 of the License, or
7+ (at your option) any later version.
8+
9+ This program is distributed in the hope that it will be useful,
10+ but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ GNU General Public License for more details.
13+
14+ You should have received a copy of the GNU General Public License
15+ along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html.
16+ */
17+
118: root {
219 --bg-color : white;
320 --bg-subcolor : rgba (0 , 0 , 0 , 0.05 );
@@ -22,4 +39,4 @@ html, body {
2239 width : 100% ;
2340 background-color : var (--bg-color );
2441 color : var (--txt-color );
25- }
42+ }
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
2+
3+ <!--
4+ Copyright (C) 2024 SupeChicken666 (supechicken)
5+
6+ This program is free software: you can redistribute it and/or modify
7+ it under the terms of the GNU General Public License as published by
8+ the Free Software Foundation, either version 3 of the License, or
9+ (at your option) any later version.
10+
11+ This program is distributed in the hope that it will be useful,
12+ but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ GNU General Public License for more details.
15+
16+ You should have received a copy of the GNU General Public License
17+ along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html.
18+ -->
19+
220< html lang ="en " class ="notranslate " translate ="no ">
321
422< head >
Original file line number Diff line number Diff line change 1+ /*
2+ Copyright (C) 2024 SupeChicken666 (supechicken)
3+
4+ This program is free software: you can redistribute it and/or modify
5+ it under the terms of the GNU General Public License as published by
6+ the Free Software Foundation, either version 3 of the License, or
7+ (at your option) any later version.
8+
9+ This program is distributed in the hope that it will be useful,
10+ but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ GNU General Public License for more details.
13+
14+ You should have received a copy of the GNU General Public License
15+ along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html.
16+ */
17+
118const colorVars = [
219 'cr-card-background-color' ,
320 'cr-drawer-background-color' ,
Original file line number Diff line number Diff line change 1+ /*
2+ Copyright (C) 2024 SupeChicken666 (supechicken)
3+
4+ This program is free software: you can redistribute it and/or modify
5+ it under the terms of the GNU General Public License as published by
6+ the Free Software Foundation, either version 3 of the License, or
7+ (at your option) any later version.
8+
9+ This program is distributed in the hope that it will be useful,
10+ but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ GNU General Public License for more details.
13+
14+ You should have received a copy of the GNU General Public License
15+ along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html.
16+ */
17+
118const chromeURLs = chrome . runtime . getManifest ( ) . optional_host_permissions ,
219 rootStyle = document . documentElement . style ,
320 currentVideo = document . getElementById ( 'currentVideo' ) ,
You can’t perform that action at this time.
0 commit comments