Created
July 9, 2024 13:26
-
-
Save natzir/77ea9b791737a958eb0cd55c9f513d3c to your computer and use it in GitHub Desktop.
Get Sistrix SERP Screenshots
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:'use%20strict'%3Bfunction%20clickLoadMoreButton()%7Bvar%20d%3Ddocument.querySelector('.js-more-button-container%5Bdata-func%3D%22next%22%5D%3Anot(.disabled)%20.btn')%3Breturn!!d%26%26(d.click()%2C!0)%7Dvar%20intervalId%3DsetInterval(function()%7BclickLoadMoreButton()%7C%7C(clearInterval(intervalId)%2CdownloadImages())%7D%2C400)%3Basync%20function%20downloadImages()%7Bvar%20d%3Ddocument.querySelectorAll(%22.device%22)%3Bfor(let%20e%3D0%3Be%3Cd.length%3Be%2B%2B)%7Bvar%20a%3Dd%5Be%5D%2Cc%3Da.querySelector(%22img.serp-screenshot%22)%3Bif(c%26%26c.src%26%26(c%3Dc.src%2Ca%3Da.querySelector(%22.infos%20.label%22)))%7Ba%3Da.textContent.trim()%3Ba%3Da.replace(%2F%3A%2Fg%2C%22_%22)%3Bvar%20b%3Dc.match(%2Fkeyword%5C%2F(%5B%5E%5C%2F%5D*)%5C%2F%2F)%3Ba%3D%60%24%7Be%2B1%7D-%24%7Bb%3Fb%5B1%5D%3A%22unknown%22%7D-%24%7Ba%7D.jpg%60%3Bb%3Ddocument.createElement(%22a%22)%3Bb.href%3Dc%3Bb.download%3Da%3Bdocument.body.appendChild(b)%3Bb.click()%3Bdocument.body.removeChild(b)%7D0%3D%3D(e%2B1)%2510%26%26await%20new%20Promise(f%3D%3EsetTimeout(f%2C1E3))%7D%7D%3Bvoid+0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment