Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jakestrouse00
GitHub Repository: jakestrouse00/website-unblocker
Path: blob/master/scripts.js
344 views
1
function uwebsite() {
2
document['write']('<style>*{margin:0;border:0;}</style><iframe src=\'https://bing.com\' height=\'100%\' width=\'100%\'></iframe>');
3
4
}
5
6
function uvideo() {
7
var thevalue = document.getElementById("thevideo").value;
8
document['write']('<style>*{margin:0;border:0;}</style><iframe src=\'https://ytunblock.glitch.me/downloadvid?v='+thevalue+'\' height=\'100%\' width=\'100%\'></iframe>');
9
10
}
11
12
function usweb() {
13
var thevalue = document.getElementById("thesite").value;
14
document['write']('<style>*{margin:0;border:0;}</style><iframe src=\'https://'+thevalue+'\' height=\'100%\' width=\'100%\'></iframe>');
15
16
}
17
18