<a href="https://..." class="woocommerce-LoopProduct-link woocommerce-loop-product__link">
$(document).on("click", ".woocommerce-loop-product__link", function (e) {
if (e.metaKey || e.ctrlKey || e.altKey || e.shiftKey) {
return true;
}
e.preventDefault();
});
It's not possible to invoke fullscreen without a user input, for example a click. That's why your function works when called on a button but not a timeout.
пока чет ничерта не хочет коментить блок