Greasy Fork is available in English.

ex.ua

Make player visible for site ex.ua on startup

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name        ex.ua
// @namespace   http://www.voodef.narod.ru/
// @description Make player visible for site ex.ua on startup
// @include     *www.ex.ua/*
// @version     1
// @grant       none
// ==/UserScript==

var playerfind = document.getElementById('player');

playerfind.style = "visibility: hidden; position: fixed; width: 720px; height: 526px; right: 0px; top: 0px; border: 1px solid rgb(68, 68, 68); background-color: rgb(0, 0, 0); z-index: 2;";  

toggle();  // show player window

//alert(playerfind.id); // test