mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 03:57:09 +03:00
SkipNotice now remembers what has already been voted. Also nicer highlighting of current selection.
This commit is contained in:
@@ -531,5 +531,9 @@ export default class Utils {
|
||||
|
||||
return hashHex;
|
||||
}
|
||||
|
||||
|
||||
replaceArrayElement<Type>(array: Type[], value: Type, index: number): Type[] {
|
||||
array[index] = value;
|
||||
return array;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user