Greasy Fork is available in English.

MediaKlikk - lejátszó

Margók

// ==UserScript==
// @name         MediaKlikk - lejátszó
// @namespace    
// @version      0.1
// @description  Margók
// @author       vacsati
// @match        https://player.mediaklikk.hu/playernew/player.php?video=*
// @grant        none
// @require      http://code.jquery.com/jquery-1.12.4.min.js
// ==/UserScript==

console.log('MediaKlikk - lejátszó');
$('body').css({'padding' : '0', 'margin' : '0', 'overflow': 'hidden'});