imagetwist.com Bypass!
От
// ==UserScript==
// @name imagetwist.com Bypass
// @namespace https://imagetwist.com/
// @version 0.1
// @description imagetwist.com Bypass!
// @author You
// @match https://imagetwist.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var theDiv = document.getElementById("rang2");
theDiv.getElementsByTagName("a").click();
})();