Fix buffering issue after ad segments

- Also switch to an MutationObserver model for mute-black / vide-swap #16
This commit is contained in:
pixeltris
2021-02-03 14:15:11 +00:00
parent a6928c9d04
commit 2424ab3cc1
16 changed files with 934 additions and 525 deletions
+4
View File
@@ -126,6 +126,10 @@ namespace TwitchAdUtils
{
modifiedOptions = true;
}
if (lineTrimmed.StartsWith("// @name "))
{
line = line += " (" + dirInfo.Name + ")";
}
if (lineTrimmed.StartsWith("// @description"))
{
string url = "https://github.com/pixeltris/TwitchAdSolutions/raw/master/" + dirInfo.Name + "/" + dirInfo.Name + suffixUserscript;