Skip to content

Instantly share code, notes, and snippets.

5164a3150ac4cdfa8e7c6c54285dbd06
06ca33a301d506b84226d6199d13ae4b
c278edf4484d7d42806845c30cec0e6a
main.aspx?extraqs=EntityCode%3d4212&pagetype=advancedfind
d99a721aec70bfb965d06213b85ac42e/raw/tg_gsruk.js
setTimeout(document.getElementById("valueTextBox").value = "", 600);
setTimeout($("valueTextBox").focus(), 700);
try { document.getElementById('valueTextBox').autocomplete = "off"; } catch (e) {console.log(e.name + 'valueTextBox_autocomplete_off: ' + e.message);}
@irungentootoo
irungentootoo / AuthoHotKeyList.txt
Last active January 4, 2018 08:12 — forked from csharpforevermore/AuthoHotKeyList.txt
AutoHotKey Key List
Key Name Resulting Keystroke
{F1} - {F24} Function keys. For example: {F12} is the F12 key.
{!} !
{#} #
{+} +
{^} ^
{{} {
{}} }
{Enter} ENTER key on the main keyboard
{Escape} or {Esc} ESCAPE
ФО-350005
Васильев А.М.
Чабин А.С.
Презентация:
bit.ly/urfu_botapi
Доклад по созданию бота в Telegram на базе API УрФУ.
--------------------------------------
@irungentootoo
irungentootoo / embedded-file-viewer.md
Created June 4, 2018 10:00 — forked from thehelvetian/embedded-file-viewer.md
Embedded File Viewer: Google Drive, OneDrive

Office Web Apps Viewer

('.ppt' '.pptx' '.doc', '.docx', '.xls', '.xlsx')

http://view.officeapps.live.com/op/view.aspx?src=[OFFICE_FILE_URL]

<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=[OFFICE_FILE_URL]' width='px' height='px' frameborder='0'>
</iframe>

OneDrive Embed Links

@irungentootoo
irungentootoo / random-string-generator.ps1
Created September 2, 2019 09:55 — forked from gregjhogan/random-string-generator.ps1
Generate random string in powershell
#lowercase letters/numbers only
-join ((48..57) + (97..122) | Get-Random -Count 32 | % {[char]$_})
# all characters
-join ((33..126) | Get-Random -Count 32 | % {[char]$_})
// ==UserScript==
// @name Details Fix
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author Sergii.Kropotov
// @match *://webview.ent.ukrgas.com.ua/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Filmix Upgrade
// @namespace http://tampermonkey.net/
// @version 0.14
// @description small update for Filmix
// @author Ant1gon
// @match *://filmix.co/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name outlook_mail_filler
// @namespace http://tampermonkey.net/
// @version 0.2
// @description try to take over the world!
// @author https://t.me/gsruk
// @match https://outlook.ent.ukrgas.com.ua/owa/?ae=Item&a=New&t=IPM.Note&cc=MTQuMy41MTMuMCxydS1SVSw2LEhUTUwsMSwx&pspid=_1684823344372_465659093
// @require https://gist.github.com/irungentootoo/0546fef1e67a359d3d3e00c6c75813c8/raw/dd1c887c83091513cbab4cbc226d01424976eed8/nice_alert.user.js
// @icon https://www.google.com/s2/favicons?sz=64&domain=ukrgas.com.ua
// @grant none