Compare commits

...

7 commits
4.4.1 ... 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
5 changed files with 250 additions and 333 deletions

View file

@ -1,4 +1,4 @@
# RGB Progress Bar (formerly RGB YouTube Progress Bar)
# RGB Progress Bar
## Firefox extension that makes progress bars of videos and advertisements cycle through colors.
@ -15,6 +15,8 @@ The following video sharing/hosting websites are also supported:
- Zoom
- Twitch
- Reddit
- Kick
- Rumble
### Development

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "RGB Progress Bar",
"version": "4.4.1",
"version": "4.5.2",
"author": "Array in a Matrix",
"developer": {
"name": "Array in a Matrix",

View file

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

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,8 @@
/* Twitch */
.seekbar-segment,
/* 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;
}