During browsing when I click an element
<body>
changes to
<body class="xyz">
Is it possible to remove this class dynamically using uBlock Origin? Expected behavior: when I click this element, <body> does not change.
remove-attr.js (suggested by this answer) does not work because class "xyz" is not present at the time when the page is loaded.