The filtering seems to add the Document Object Model attributes data-filtertube-video-id, data-filtertube-last-processed-mode, data-filtertube-processed, data-filtertube-last-processed-id , and possibly others. I think it would be better to reorganize data storage to use a scoped variable, rather than using DOM elements to store the data.
Youtube does actively go after content blockers. Removing those attributes would make it less easy to identify that a content blocker is being used.
The filtering seems to add the Document Object Model attributes
data-filtertube-video-id,data-filtertube-last-processed-mode,data-filtertube-processed,data-filtertube-last-processed-id, and possibly others. I think it would be better to reorganize data storage to use a scoped variable, rather than using DOM elements to store the data.Youtube does actively go after content blockers. Removing those attributes would make it less easy to identify that a content blocker is being used.