It seems we can’t find what you’re looking for. Perhaps searching can help.
add_action('wp_footer', 'ab_auto_scroll_and_redirect');
function ab_auto_scroll_and_redirect() {
// Only apply to single blog posts
if ( is_single() ) {
?>
!function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("pointerdown",(function(){e.classList.add("using-mouse")}),{passive:!0}),e.addEventListener("keydown",(function(){e.classList.remove("using-mouse")}),{passive:!0})}}();