Skip to content

Commit f375254

Browse files
authored
Create bookmark.js
1 parent c96d394 commit f375254

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bookmark.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
javascript: (function () {var url = "https://teacherease.net"; var urlobj = new
2+
window. URL (window. location.href); win = window.open(); win.document.body.style.margin = "0";
3+
win. document.body.style.height = "100h"; var iframe = win. document. createElement("iframe"); iframe.style.border =
4+
"none"; iframe.style.width = "100%"; iframe.style.height = "100%"; iframe.style.margin = "0"; iframe.referrerpolicy
5+
= "no-referrer"; iframe.allow = "fullscreen"; iframe.sc = url. toString(); win.document.body.appenaChild (iframe);
6+
var script = win. document.createElement("script"); win.document.body.appendChild(script); 5)();

0 commit comments

Comments
 (0)