Skip to content

Instantly share code, notes, and snippets.

View voronianski's full-sized avatar

Dmytro Voronianski voronianski

View GitHub Profile
console.log('hello')
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();
}
(function () {
const nodes = document.querySelectorAll('button.select-menu-item[value="included');
const arr = [ ...nodes ];
arr.forEach(button => {
setTimeout(() => {
button.click();
}, 500);
});
})();
@voronianski
voronianski / esnextbin.md
Created January 17, 2019 16:47
esnextbin sketch
@voronianski
voronianski / esnextbin.md
Created November 15, 2018 15:52
test new container
@voronianski
voronianski / esnextbin.md
Last active November 15, 2018 15:47
with babel-standalone v6.26.0
@voronianski
voronianski / esnextbin.md
Last active November 15, 2018 15:35
@babel/standalone v7.1.0
@voronianski
voronianski / esnextbin.md
Created November 15, 2018 13:58
test new container
@voronianski
voronianski / esnextbin.md
Last active November 14, 2018 14:04
esnextbin sketch
@voronianski
voronianski / esnextbin.md
Created November 14, 2018 11:38
esnextbin sketch