Created
October 10, 2021 16:17
-
-
Save Zeryther/6a7a38a665d7e0146e721208b1180afa to your computer and use it in GitHub Desktop.
Open all website links on gelbseiten.de
This file contains 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
document.querySelectorAll(".contains-icon-homepage").forEach(it => it.click()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment