Advertisement
Guest User

Animeclick skip video v.2

a guest
Apr 24th, 2017
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name        Animeclick skip video
  3. // @namespace   bellissime_le_pubblicita_una_vera_gioia
  4. // @include     http://www.animeclick.it/video-intro?r=*
  5. // @include     https://www.animeclick.it/video-intro?r=*
  6. // @version     2
  7. // @grant       none
  8. // ==/UserScript==
  9.  
  10. var url = window.location.href;
  11. url = "http://www.animeclick.it" + url.substring(url.indexOf("video-intro")+14);
  12. window.location.replace(url);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement