View Single Post
Old 04-17-2020, 05:51 PM   #25
iG0R
Enthusiast
iG0R began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Apr 2020
Device: PC
I tried your latest commit
Code:
        if (!cc) {
            if (++num_tries > 10) return;
            setTimeout(fix_google_markup, 100);
            return;
        }
but result still the same - big margins and presence of header.
iG0R is offline   Reply With Quote