Auto Click Play Button in thewatchseries

Auto Click Play Button in thewatchseries!

  1. // ==UserScript==
  2. // @name Auto Click Play Button in thewatchseries
  3. // @namespace Auto Click Play Button in thewatchseries
  4. // @version 0.1
  5. // @description Auto Click Play Button in thewatchseries!
  6. // @author jscriptjunkie
  7. // @match http://thewatchseries.to/cale.html*
  8. // @grant none
  9. // ==/UserScript==
  10. /* jshint -W097 */
  11. 'use strict';
  12.  
  13. window.location.href = $('.push_button.blue').attr('href');