window.onload = function() { // Find the a element within the div with ID biolink_block_id_7971 var button = document.querySelector('#biolink_block_id_7971 a'); // Check if the button exists if (button) { // Simulate a button click button.click(); } };