Skip to content

Instantly share code, notes, and snippets.

View gurugray's full-sized avatar
:octocat:
gray.guru

Sergi Sergio gurugray

:octocat:
gray.guru
View GitHub Profile
@gurugray
gurugray / keybase.md
Created February 4, 2020 12:06
keybase.md

Keybase proof

I hereby claim:

  • I am gurugray on github.
  • I am gurugray (https://keybase.io/gurugray) on keybase.
  • I have a public key whose fingerprint is 10A5 75EC 6FA8 DA12 E38E AFE0 8176 2332 52EE 54C5

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am gurugray on github.
  • I am gurugray (https://keybase.io/gurugray) on keybase.
  • I have a public key whose fingerprint is 3D65 359A 5EBB 3AB4 EAFE 8D8F 9619 F333 6480 28B3

To claim this, I am signing this object:

var handlers = [];
//исскуственная функция сна
function sleep(millis) {
var date = new Date(),
curDate = null;
do { curDate = new Date(); } while(curDate-date < millis);
}
//создаём функцию хендлер
@gurugray
gurugray / yandex-mail.archive.user.js
Created March 24, 2012 11:57
кнопка «Архив» для почты Яндекса
// ==UserScript==
// @name «Yandex Mail Archive button»
// @namespace gurugray
// @author Sergey sergeev (gurugray)
// @version 0.2.4
// @homepage_url https://raw.github.com/gist/2181532/yandex-mail.archive.user.js
// @description Создаём кнопку «В архив» на web-почте Яндекса
// @include http*://mail.yandex*/neo2/*
// ad-block for EX.ua
// version 0.2 BETA!
// 2012-01-22
//
// ==UserScript==
// @name Ad-BlockEx.ua
// @namespace http://gurugray.ru
// @description do not show ADs on EX.ua
// @include http://www.ex.ua
// @include http://www.ex.ua/*
input[type="search"]
{
-webkit-appearance: textfield;
outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration
{
display: none;
}