imagetwist.com Bypass

imagetwist.com Bypass!

  1. // ==UserScript==
  2. // @name imagetwist.com Bypass
  3. // @namespace https://imagetwist.com/
  4. // @version 0.1
  5. // @description imagetwist.com Bypass!
  6. // @author You
  7. // @match https://imagetwist.com/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13.  
  14. var theDiv = document.getElementById("rang2");
  15. theDiv.getElementsByTagName("a").click();
  16.  
  17.  
  18. })();