JSFiddle - React, Tailwind, and code Playground
by ksumarine
HTML
<html>
<head></head>
<body>
<script>
window.location = new Proxy(window, (target, property, value) => {
debugger;
console.log('fuck');
});
console.log('d'+window.location);
</script>
</body>
</html>