Ana içeriğe atla

Kayıtlar

js bot etiketine sahip yayınlar gösteriliyor

Java Script bot yapımı

Masaüstünüzden yada sunucunuza yükleyerek çalıştırabilirsiniz. Sadece bot yapımı değil; Sunucunuza yük bindirmeden belli başlı scriptlerde yazabilirsiniz. Borsa bilgileri çeken uygulamalar, wikipedia dökümanları vb durumlar. <!DOCTYPE html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> </head> <body >     <input type="text" value="" id="sitename" >     <button onclick="myFunction2()" id='click'>Connect</button><br> <script type="text/javascript"> function myFunction2() { var your_url = document.getElementById("sitename").value; jQuery.ajax = (function(_ajax){     var protocol = location.protocol,         hostname = location.hostname,         exRegex = RegExp(protocol + '//' + hostname),         YQL = 'http' + (/^https/.test(protocol)?'s