-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatform.html
35 lines (32 loc) · 2.07 KB
/
platform.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<head>
<style>
body{
color: white;
background: black;
}
h1{
align-left: center;
}
a{
display: block;
margin: 5px;
background: #333333;
color: #cccccc;
}
</style>
</head>
<body>
<h1>Drag these to your bookmarks bar</h1>
<a href="javascript:var x = document.createElement('script');x.src = 'https://code.jquery.com/jquery-3.4.1.js';document.body.appendChild(x); $('iframe').remove();">remove all iframes</a>
<h2>Tools</h2>
<a href="javascript:var hi=document.createElement('iframe');hi.src="https://www.desmos.com/scientific";hi.style.background='blue';hi.style.position='fixed';hi.style.width='30%';hi.style.height='50%';hi.style.top='40%';hi.style.left='70%';hi.id='hi';document.body.appendChild(hi);">scientific calculator</a>
<a href="javascript:var hi=document.createElement('iframe');hi.src="https://www.desmos.com/calculator";hi.style.background='blue';hi.style.position='fixed';hi.style.width='50%';hi.style.height='50%';hi.style.top='40%';hi.style.left='50%';hi.id='hi';document.body.appendChild(hi);">graphing calculator</a>
<h2>page editing</h2>
<a href="javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0">edit page</a>
<a href="javascript:document.body.contentEditable = 'false'; document.designMode='off'; void 0">stop editing page</a>
<a href="javascript:var ha=confirm('confirm will replace the entire page with your html');if(ha===true){prompt();}">write you own html for page</a>
<h2>BETA js multitool</h2>
<h3>these are subject to updates without warning, and require being reinstalled to use new updates</h3>
<a href="javascript:var xpzh = document.createElement('script');xpzh.src = "https://cdn.jsdelivr.net/gh/SwiftSki/[email protected]/main.js"; document.body.appendChild(xpzh);">lite version</a>
<a href="javascript:(function(){var js=document.body.appendChild(document.createElement("script"));js.onerror=function(){alert("Sorry, the script could not be loaded.")};js.src="https://cdn.jsdelivr.net/gh/SwiftSki/[email protected]/main.js"})();">full version</a>
</body>