button click

click on video button

  1. // ==UserScript==
  2. // @name button click
  3. // @namespace manobastardo
  4. // @include *filenuke.com*
  5. // @include *sharesix.com*
  6. // @include http://bestreams.net*
  7. // @version 1.1
  8. // @grant none
  9. // @description click on video button
  10.  
  11. // ==/UserScript==
  12.  
  13. $(".btn-big2-2")[0].click();
  14. $("overlayPPU2")[0].click();