Closed HomerSp closed 3 years ago
This was because google now use multiple script tags in the response, which caused only the first one to be included. This was fixed by using a lazy regex instead of greedy (? instead of just ).
This was because google now use multiple script tags in the response, which caused only the first one to be included. This was fixed by using a lazy regex instead of greedy (? instead of just ).