Skip to content

Instantly share code, notes, and snippets.

View meded90's full-sized avatar
🎖️
Focusing

Kirill Baldin meded90

🎖️
Focusing
View GitHub Profile
@meded90
meded90 / add-Profile.js
Last active September 24, 2015 03:55 — forked from anonymous/get-all-login-sms-reg
взять все логины и пароли из sms-reg.com
var a = [
{"password": "", "phone": ""},
]
var i = a.length;
var iteratorProfile = function () {
$.post(
"http://liker5.ru/api/v1/profiles?type=like-photo",
a[i]
).always(function () {