JSFiddle - React, Tailwind, and code Playground

4shared_download_link

by dledle2

HTML

4shared_download_link

JavaScript

javascript: alert('in 20 secs the link will be visited');
(window.setTimeout(function () {
    x1 = document.querySelectorAll('a.linkShowD3.light-blue.lucida.f18')[0];
    top.document.location = x1.href;
}, 20000));
void(0);