AdguardTeam / PopupBlocker

Popup blocking userscript
GNU Lesser General Public License v3.0
337 stars 31 forks source link

Cannot collapse alert on Gmail #28

Closed ameshkov closed 7 years ago

ameshkov commented 7 years ago
VM8872:283 Uncaught TypeError: Cannot read property 'classList' of undefined
    at Alert.$collapse (<anonymous>:283:14)
    at AlertController.collapseAlert (<anonymous>:348:15)
    at <anonymous>:397:27
Alert.$collapse @ VM8872:283
AlertController.collapseAlert @ VM8872:348
(anonymous) @ VM8872:397
setTimeout (async)
applyWithUnproxiedThis @ VM8872:920
o.(anonymous function) @ VM8862:3
(anonymous) @ VM8872:396
AlertController.onMouseOut @ VM8872:388
(anonymous) @ VM8872:316
theseanl commented 7 years ago

This may have been fixed in master now by adding javascript:void(0) to hrefs. Could you check again?

ameshkov commented 7 years ago

Will try

ameshkov commented 7 years ago

Yeah, fixed