Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
dragon731012
GitHub Repository: dragon731012/-WORKING-bookmarklets-and-games
Path: blob/main/fun/Change_page.js
15563 views
1
javascript:
2
let x = document.getElementById('div');
3
x = prompt("what do you want the page to be");
4
5