made with esnextbin
View webpagetest-visualtest-starter.js
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(); | |
} |
View github-unwatch-page.js
(function () { | |
const nodes = document.querySelectorAll('button.select-menu-item[value="included'); | |
const arr = [ ...nodes ]; | |
arr.forEach(button => { | |
setTimeout(() => { | |
button.click(); | |
}, 500); | |
}); | |
})(); |
View esnextbin.md
made with esnextbin
View esnextbin.md
made with esnextbin
View esnextbin.md
made with esnextbin
View esnextbin.md
made with esnextbin
View esnextbin.md
made with esnextbin
View esnextbin.md
made with esnextbin
View esnextbin.md
made with esnextbin
NewerOlder