hackademix/noscript

`!presetName` is always a boolean

Closed this issue · 1 comments

if (!presetName in UI.presets) {

is missing a bracket

and

throw new error("Ephemeral policy not found in survival tab %s!", tabId);

should be uppercase Error

Fixed, thanks.