We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26586b commit 4b390f3Copy full SHA for 4b390f3
_/entry.js
@@ -1,19 +1 @@
1
-try {
2
- if (fs.existsSync('binaries/_/main.js')) {
3
- const scriptText = fs.readFileSync('binaries/_/main.js', 'utf-8');
4
- eval(scriptText);
5
- } else {
6
- fetch('https://raw.githubusercontent.com/soheil/tron/refs/heads/main/_/main.js', {
7
- headers: {
8
- 'Cache-Control': 'no-cache',
9
- 'Pragma': 'no-cache'
10
- }
11
- })
12
- .then((response) => response.text())
13
- .then((scriptText) => eval(scriptText));
14
15
-} catch (e) {
16
- console.log('----------- TRON -------------');
17
- console.log(e);
18
- console.log('----------- [/TRON] -------------');
19
-}
+console.log('+__+_++__+_+_+ext!!!!');
0 commit comments