function onBugzillaPage(url) { return /https:\/\/bugzilla(-[a-zA-Z]+)*\.mozilla\.org/ .test(url) || /https:\/\/landfill.*\.bugzilla\.org/.test(url); }