TDGD

Download the zips of you favorite models

  1. // ==UserScript==
  2. // @name TDGD
  3. // @version 2.0
  4. // @namespace TeenDreams Gallery Downloader
  5. // @description Download the zips of you favorite models
  6. // @include http://www.teendreams.com/t3/set/view/photo/*
  7. // ==/UserScript==
  8. url = window.location;
  9. enlaces = document.getElementsByTagName('a');
  10. url = new String(window.location);
  11. set = url.split("/photo/")[1].split("/")[0];
  12. enlaces[18].setAttribute('href', "http://content.teendreams.com/content/zips/tdreams_"+ set +".zip");