Skip to content

Instantly share code, notes, and snippets.

@ramazansancar
Last active October 16, 2022 16:55
Show Gist options
  • Save ramazansancar/c89badf6d31a2fdaa35cd4a596d49ae9 to your computer and use it in GitHub Desktop.
Save ramazansancar/c89badf6d31a2fdaa35cd4a596d49ae9 to your computer and use it in GitHub Desktop.
Gri.com.tr 'de tüm uzantıları seçme kodu - https://www.gri.net/domain-kayit.php - Google Chrome Inspect(Öğeyi Denetle/İncele) 'de Console 'a yazmanız yeterli. Network 'den kontrol edebilirsiniz. Bizim yaptığımız test sonucunda ~3-3,5dk sürdü. 509 Byte gelen veriler boş olanlar. Yüksek olanlar ise dolu veriler anlamına geliyor. Status=(Pending) o…
$(".multi-tld-list > li > input").each(function () {
$("input").each(function () {
return this.checked = true
});
});
$(".tlds > .checkbox-inline").each(function () {
$("input").each(function () {
return this.checked = true
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment