We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96d394 commit f375254Copy full SHA for f375254
bookmark.js
@@ -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