View Single Post
Old 04-17-2020, 04:00 AM   #22
iG0R
Enthusiast
iG0R began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Apr 2020
Device: PC
Quote:
Originally Posted by kovidgoyal View Post
I dont see how the python version would have any effect on javascript running inside the browser and it works for me with python 2 as well. it might be a timing issue since the google page is JS based as well. Try changing it to:

Code:
window.addEventListener('DOMContentLoaded', function() { setTimeout(fix_google_markup, 100); } );
Still the same result even with 5000 - big margins and header.
iG0R is offline   Reply With Quote