To bypass the bypass: comment out lines 229-232 of use-google-libraries.php:
/*if ( version_compare( get_bloginfo( 'version' ), '4.8', '>=') ) {
self::debug( 'Not yet qualified with this version of WordPress. Bypassing UGL.' );
return;
}*/
I can confirm jquery.js then loads from Google’s AJAX library (tested on WP 6.6.2)
Thanks, this fixed an issue for me where the h3 tag was being applied to the entire page.