https://cdn.rawgit.com/mfd/52127c4e52f63855f45d81d924dad6e7/raw/39ba7df0f6cc4c77d412cfcc1e59b1124abaa1a8/circe.css
<link rel="https://cdn.rawgit.com/mfd/52127c4e52f63855f45d81d924dad6e7/raw/39ba7df0f6cc4c77d412cfcc1e59b1124abaa1a8/circe.css">
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 setNewPassport(){ | |
const random = Math.random().toString().split(".")[1]; | |
cy.contains("label", "СЕРИЯ").get("input").type(random.slice(0,4)); | |
cy.contains("label", "НОМЕР").get("input").type(random.slice(0,6)); | |
cy.contains("label", "ДАТА ВЫДАЧИ").get("input").type("11.11.2011"); | |
cy.contains("label", "КОД ПОДРАЗДЕЛЕНИЯ").get("input").type("890-001"); | |
cy.contains("label", "ДАТА РОЖДЕНИЯ").get("input").type("11.11.1991"); |
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
import Vue from "vue"; | |
//use like v-ecommerceDataLayer="obj" | |
Vue.directive("ecommerceDataLayer", { | |
inserted: ( | |
el, | |
binding: | |
| { | |
value: { | |
id: string; //'98872' - Артикул товара, обязательно |
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
[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]][([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]+(!![]+[])[+[]]+(![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+ |
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
btr.loadGist({ url: 'https://gist.github.com/', id: '71b7cf053e783251b10e5141daea8e9e'}, function(){ | |
btr.contextMenu('body', { | |
showTranslateCode : btr.functionGist('translate.js') | |
}); | |
alert('done'); | |
}); |
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
btr.loadGist({ url: 'https://gist.github.com/', id: 'dc5c356a4cc51eac3c65150b6e9e83ec'}, function(){ | |
btr.contextMenu('body', { | |
showLostInConsole : btr.functionGist('showLostInConsole.js') | |
}); | |
alert('done'); | |
}); |
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
/usr/bin/google-chrome --headless --disable-gpu --dump-dom --no-sandbox --window-size=1280,1696 https://moscowfresh.ru |
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
javascript:(function(){ | |
var el = document.createElement('script'); | |
el.onload = el.onreadystatechange = function () { | |
if (el.readyState && el.readyState !== "complete" && el.readyState !== "loaded") { | |
return false; | |
} | |
btr.loadGist({ id: '1e363e357fe247b4db36b5e8fdd2243c', file: 'main.js' }); | |
}; | |
document.getElementsByTagName('head')[0].appendChild(el).src = 'https://cdn.rawgit.com/bastsoft/btr/v0.1.0/btr.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 arr = Array.prototype.slice; | |
arr.call(document.querySelectorAll('.quick-status')).forEach(function (select) { | |
var optionComplete = document.createElement("OPTION"); | |
optionComplete.setAttribute("value", "complete"); | |
optionComplete.appendChild(document.createTextNode("6. завершен")); | |
var optionCanceled = document.createElement("OPTION"); | |
optionCanceled.setAttribute("value", "canceled"); |
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
btr.loadGist({ url: 'https://gist.github.com/', id: '3060adb8bc121360f9a183e1470aa47d'}, function(){ | |
btr.contextMenu('body', { | |
readability: btr.functionGist('readability.js') | |
}); | |
alert('done'); | |
}); |
NewerOlder