Closed weizman closed 3 months ago
Shield works by redefining the clobbered properties on window, but redefining numeric props is forbidden, so clobbering wins shield -> https://weizmangal.com/shield/?html=%3Cdiv+id%3D123%3E&value=123
Maybe fix by forcing mutation observer to change numeric ids to something that can be redefined (e.g. 123 to a123)
123
a123
fixed in last commit
Shield works by redefining the clobbered properties on window, but redefining numeric props is forbidden, so clobbering wins shield -> https://weizmangal.com/shield/?html=%3Cdiv+id%3D123%3E&value=123
Maybe fix by forcing mutation observer to change numeric ids to something that can be redefined (e.g.
123
toa123
)