Remove PlayWire Auto Video

06/05/2022, 12:55:13

लेखक
squonkldn
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
1
रेटिंग
0 0 0
आवृत्ती
1.1
बनवली
2022-05-06
अपडेट केली
2022-05-09
आकार
808 Bytes
License
MIT
यांवर लागू होते:
सर्व संकेतस्थळे

Very simply removes playwire videos from sites that run them.

I've noted that the mutationObserver interferes with (for example) wp-admin if you use specific sites for a blog. So for 1.1 I've switched the @match to an @exclude with this:


I'd thought about using an @include with this regex:
^(http|https)\:\/\/(?:[^\/:]+){1}((?!wp-admin).)*$
But that's too complicated for others to add more excludes.

Future revisions will include GM_config and your own additional excludes OR just a list of sites to whitelist the script to run-on.