Kassy
Kassy
Can you upload older versions of tweego in GitHub releases or your website please? I guess they were available on BitBucket, but got lost during the move to GitHub. I'm...
Hi, When calling `Diff.diff()` to generate deltas between states, arrays properties are always cloned in the result, even if there is no change in the array. This method seems to...
From the user guide: "On Firefox and IE, `localStorage` cannot contain invalid UTF16 characters." I've tried the following code in Firefox to check that, and saw no problem at all:...
In the default AgGuard filters, there is a rule like `...#%#//scriptlet('abort-current-inline-script', 'globalThis', 'break;case')` (from [here](https://github.com/AdguardTeam/AdguardFilters/blob/6a85024f295ab75ff901d28a479314a45df97cbb/BaseFilter/sections/general_extensions.txt#L252)). This prevents the TamperMonkey extension to load user scripts on the target sites because the...