Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name rezka
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @include https://rezka*
// @grant none
// ==/UserScript==
function removeIframe(){
(node:13395) UnhandledPromiseRejectionWarning: Error: Unable to create session from {
"desiredCapabilities": {
"rotatable": true,
"goog:chromeOptions": {
"perfLoggingPrefs": {
"traceCategories": "performance"
}
},
"locationContextEnabled": true,
"loggingPrefs": {
var webdriverio = require('webdriverio');
(async function () {
var client = webdriverio.remote(getOptions(true));
await client.init();
await client.url('https://duckduckgo.com/');
})();
function getOptions() {
var options = {
desiredCapabilities: {