made with esnextbin
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
console.log('hello') |
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
const data = [ | |
['My Title', 'https://example.org'], | |
// more... | |
]; | |
const min = 1; | |
const max = data.length; | |
for (let i = min; i < max; i++) { | |
document.querySelector('#visual_comparison button').click(); | |
} |
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
(function () { | |
const nodes = document.querySelectorAll('button.select-menu-item[value="included'); | |
const arr = [ ...nodes ]; | |
arr.forEach(button => { | |
setTimeout(() => { | |
button.click(); | |
}, 500); | |
}); | |
})(); |
made with esnextbin
made with esnextbin
made with esnextbin
made with esnextbin
made with esnextbin
made with esnextbin
NewerOlder