first_script_exa

try to take over the world!

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

المؤلف
Hoang thai huy
التثبيت اليومي
0
إجمالي التثبيت
12
التقييمات
0 0 0
الإصدار
0.5
تم إنشاؤه
14-12-2017
تم تحديثه
14-12-2017
الحجم
873 Bytes
الترخيص
لا يوجد
ينطبق على

// ==UserScript==
// @name first_script_exa
// @namespace http://tampermonkey.net/
// @version 0.5
// @description try to take over the world!
// @author You
// @match https://exacoin.co/dashboard/ico
// @grant none
// ==/UserScript==

var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js';
head.appendChild(script);

var submit = 0;
var begin = new Date().getTime() / 1000;
var end = begin;
var i = 1;
var openAt = 1513177200;
var time = 0;

setInterval(function () {
$('.crd-icobuy').eq(0).find('button').eq(0).click();
if( $('.crd-icobuy').eq(0).find('input').eq(3).val().length ===6)
{
$('.crd-icobuy').eq(0).find('button').eq(1).click();
}
}, 100);