I am wondering if this is against the guidelines.
So people were saying custom thumbnails are against the guidelines, and I agree,but I was wondering if this counts as a custom thumbnail.
<script>
window.addEventListener('click', function (evt) {
if (evt.detail === 3) {
alert("Thumbnail loaded")
document.body.innerHTML = "<h1 style='font-size: 200px'>HI</h1>";
}
});
</script>
Please sign in to leave a comment.