MarcellPerger1 / adblock-bookmarklet

A bookmarklet to remove ads.
MIT License
7 stars 3 forks source link

Also check lowercase followed by uppercase in id/class #30

Open MarcellPerger1 opened 9 months ago

MarcellPerger1 commented 9 months ago

https://github.com/MarcellPerger1/adblock-bookmarklet/blob/df3fe0cd5a88a50ba559fbccc89689e219af5bfd/src/adblocker.js#L56

I haven't seen this happen in a real website so I'll use the enhancement label instead of the Doesn't block ads label for now

MarcellPerger1 commented 3 months ago

This is as simple as changing the [-_,\s] to [-_,\sA-Z] so labelling as good first issue https://github.com/MarcellPerger1/adblock-bookmarklet/blob/df3fe0cd5a88a50ba559fbccc89689e219af5bfd/src/adblocker.js#L57