View go.txt
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
https://ueokande.github.io/go-slice-tricks/ |
View ya.js
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
var buttons = document.querySelectorAll('.listing-item_type_file'); | |
buttons.forEach(function(fileButton) { | |
fileButton.click(); | |
var shareButton = document.querySelector('.ufo-resources-action-bar__primary-button_action_publish'); | |
shareButton.click(); | |
fileButton.click(); | |
}); |