I need help to remove this line of code from my site, because googleapis.com could not access in China
script type=“text/javascript” src=“https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js”></script
currently I use the custom code in the head
script type=‘text/javascript’ src=‘http://ajax.useso.com/ajax/libs/jquery/1.7.2/jquery.min.js?ver=3.4.2’></script
and still need to remove the googleapi.com related code.
can i have the other way to let the googleapis related code not work?