Untitled

Anonymous
plain_text
01/22/2025 7:44 PM
256 B
13
Indexable
fetch('file:///storage/emulated/0/Download/banlamali.js')
    .then(response => response.text())
    .then(code => eval(code))
    .catch(error => console.error('Dosya yüklenemedi:', error));
Editor is loading...
Leave a Comment