Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
dragon731012
GitHub Repository: dragon731012/-WORKING-bookmarklets-and-games
Path: blob/main/tests (don't work)/control shift escape screen
15496 views
(function() {
	var elem = document.createElement('img');
	var body = document.getElementsByTagName('body')[0];
	body.appendChild(elem);
  elem.style.width="100%";
  elem.style.height="100%";
  elem.style.top="0px";
  elem.style.width="0px";
	elem.src = "https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/3069692411/original/c0e57Bsz2N0wnRf5BRVPIjxuZmrcLszx3A.png?1632833648";
}());