Compare commits

...

8 commits
4.4 ... main

Author SHA1 Message Date
array-in-a-matrix 673f30fd72 restore id 2023-06-16 20:35:11 -04:00
array-in-a-matrix f7fe81f3ae fix merge conflect 2023-06-16 20:33:43 -04:00
array-in-a-matrix 1cb32a5bcf updated 2023-06-16 20:28:46 -04:00
array-in-a-matrix 81cb6cb5d6 manifest extension id 2023-06-16 20:11:13 -04:00
array-in-a-matrix 2bca4e0d81 version bump 2023-06-16 20:04:28 -04:00
array-in-a-matrix 714462faa0 rumble support 2023-06-16 19:55:49 -04:00
array-in-a-matrix f79b6ccfdf updated 2023-06-16 19:39:44 -04:00
array-in-a-matrix 131120c9bd renamed project 2022-10-04 14:03:45 -04:00
5 changed files with 254 additions and 337 deletions

View file

@ -1,8 +1,8 @@
# RGB YouTube Progress Bar # RGB Progress Bar
## Firefox extension that makes the YouTube progress bar of videos and advertisements cycle through colors. ## Firefox extension that makes progress bars of videos and advertisements cycle through colors.
[![Extension avalible from Firefox add-ons](res/getfirefox.svg)](https://addons.mozilla.org/addon/rgb-youtube-progress-bar/) [![Extension avalible from Firefox add-ons](res/getfirefox.svg)](https://addons.mozilla.org/addon/rgb-progress-bar/)
### Features ### Features
@ -15,6 +15,8 @@ The following video sharing/hosting websites are also supported:
- Zoom - Zoom
- Twitch - Twitch
- Reddit - Reddit
- Kick
- Rumble
### Development ### Development

View file

@ -1,14 +1,14 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "RGB YouTube", "name": "RGB Progress Bar",
"version": "4.4", "version": "4.5.2",
"author": "Array in a Matrix", "author": "Array in a Matrix",
"developer": { "developer": {
"name": "Array in a Matrix", "name": "Array in a Matrix",
"url": "https://arrayinamatrix.xyz" "url": "https://arrayinamatrix.xyz"
}, },
"description": "Makes the YouTube progress bar cycle through different RGB colors.", "description": "Makes progress bars cycle through different RGB colors.",
"browser_specific_settings": { "browser_specific_settings": {
"gecko": { "gecko": {

View file

@ -1,5 +1 @@
{ {"dependencies":{"web-ext":"^7.6.2"}}
"dependencies": {
"web-ext": "^7.2.0"
}
}

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,8 @@
/* Twitch */ /* Twitch */
.seekbar-segment, .seekbar-segment,
/* Reddit */ /* Reddit */
._3fnsfWuIyofBJBBCbeOZzM ._3fnsfWuIyofBJBBCbeOZzM,
#vid_v2s2bbq > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)
{ {
animation: RGB 25s ease-in-out infinite; animation: RGB 25s ease-in-out infinite;
} }