Compare commits

...

3 commits

Author SHA1 Message Date
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 248 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.

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "RGB Progress Bar",
"version": "4.4.1",
"version": "4.5",
"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;
}