sm64/anti-steal.js
2024-07-26 04:59:47 +00:00

7 lines
No EOL
279 B
JavaScript

const container = document.getElementById('container');
if (container.textContent.includes('SM64-JS | Made by Chase Wicklund on replit! (@jscraft)')) {
console.log('');
} else {
console.log('Do not steal code. Here is the original repl. https://replit.com/@jscraft/sm64');
}