View Single Post
Old 04-16-2020, 05:36 PM   #16
iG0R
Enthusiast
iG0R began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Apr 2020
Device: PC
Sorry, my bad, it has to be
Code:
if (window.location.hostname === 'www.google.com') {
    window.addEventListener('DOMContentLoaded', fix_google_markup());
}
to work properly.
iG0R is offline   Reply With Quote