dhowe / AdNauseam

AdNauseam: Fight back against advertising surveillance
GNU General Public License v3.0
4.45k stars 187 forks source link

Stack Trace #2437

Closed simpaul13 closed 8 months ago

simpaul13 commented 8 months ago

I tried to reproduce the issue when...

Description

Uncaught TypeError: Cannot read properties of null (reading '1')

URL(s) where the issue occurs.

https://www.youtube.com/

Screenshot(s)

image

Steps to Reproduce

  1. Just by going on youtube

Configuration

 src = div.style.cssText.match(/url\((.*?)\)/)[1];
 var parsed = src.replace(/\\/g,"");
mneunomne commented 8 months ago

Fixed, closing