JSFiddle - React, Tailwind, and code Playground

HTML

<!-- just save it as a bookmark :) -->

JavaScript

javascript:(function(d,w){var name=prompt('Enter the torrent file name...');if(name){var file=name+'.torrent',id=/\d+/.exec(w.location.pathname)[0],iframe,url;url='http://torrents.thepiratebay.se/'+id+'/'+file;iframe=document.createElement('iframe');iframe.style.display='none';iframe.src=url;d.body.appendChild(iframe)}})(document,window);