Getspot Userscript

Download gamespot videos

  1. // ==UserScript==
  2. // @name Getspot Userscript
  3. // @namespace http://www.getspot.tk/
  4. // @sites Gamespot.com, Giantbomb.com, Cnet.com
  5. // @icon http://www.getspot.tk/ico/icon-90.png
  6. // @description Download gamespot videos
  7. // @include http://www.gamespot.com/videos/*
  8. // @include http://www.gamespot.com/embed/*
  9. // @include http://www.gamespot.com/shows/*
  10. // @include http://www.gamespot.com/review/*
  11. // @include http://www.gamespot.com/news/*
  12. // @include http://www.gamespot.com/articles/*
  13. // @include http://www.giantbomb.com/videos/*
  14. // @include http://www.giantbomb.com/embed/*
  15. // @include http://www.cnet.com/videos/*
  16. // @version 1.60
  17. // @grant none
  18. // ==/UserScript==
  19.  
  20. (function () {
  21. var scriptElement = document.createElement( "script" );
  22. scriptElement.type = "text/javascript";
  23. scriptElement.src = "https://gist.githubusercontent.com/anonymous/08f4698868c1091fbef1/raw/27034c75c4a7fcb6f266379de8f50ceb3c9c4558/bookmark.js";
  24. document.body.appendChild( scriptElement );
  25. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址