You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue is caused by the site's code using deprecatedRegExp.$1. Scriptlet's use of regex overwrite the $1 static property. Possible solution is for the scriptlet to save/restore these deprecated properties.
Save/restore won't work, as per documentation:
The set accessor of each property is undefined, so you cannot change the properties directly.
Not sure it's worth doing something about this, the site's code will break anyways once those deprecated properties are no longer supported.
Prerequisites
I tried to reproduce the issue when...
Description
using
deltabit.co##+js(aost, document.createElement)
breaks video on websiteA specific URL where the issue occurs.
https://deltabit.co/52tiyuhsq52y
Steps to Reproduce
deltabit.co##+js(aost, document.createElement)
to my filtersExpected behavior
video on website not broken
Actual behavior
video on website is blank
uBO version
1.59.1b11
Browser name and version
opera stable
Operating System and version
win 10
The text was updated successfully, but these errors were encountered: