soscripted / sox

Stack Overflow Extras: a userscript for the Stack Exchange websites to add a bunch of optional toggle-able features
http://stackapps.com/q/6091/
MIT License
72 stars 15 forks source link

Check .comment-user's href before processing it #439

Closed double-beep closed 4 years ago

double-beep commented 4 years ago

If a user who has comment is deleted, then href is undefined, meaning that this.href.contains would throw error:

Unable to get property 'contains' of undefined or null reference

shu8 commented 4 years ago

Thanks, merged! :)