Kovid
There is some issue in new calibre/resources/lookup.js
Please, leave old
Code:
if (window.location.hostname === 'www.google.com') fix_google_markup();
instead of new
Code:
if (window.location.hostname === 'www.google.com') {
window.addEventListener('DOMContentLoaded', fix_google_markup);
}
because lookup.js doesn't work as it supposed to be.