var url = int.Parse(project.Variables["Random"].Value);
var a = int.Parse(project.Variables["width"].Value);
HtmlElement he = instance.ActiveTab.GetDocumentByAddress("0").FindElementByAttribute("yt-formatted-string", "width", "a", "regexp", url);
if (he.IsVoid) return -1...