click on video button
As of
// ==UserScript==
// @name button video
// @namespace manobastardo
// @include *filenuke.com*
// @include *sharesix.com*
// @include http://bestreams.net*
// @version 1
// @grant none
// @description click on video button
// ==/UserScript==
$(".btn-big2-2")[0].click();
$("overlayPPU2")[0].click();