Skip to content

Instantly share code, notes, and snippets.

// ==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 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==
@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]$_})
@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

ФО-350005
Васильев А.М.
Чабин А.С.
Презентация:
bit.ly/urfu_botapi
Доклад по созданию бота в Telegram на базе API УрФУ.
--------------------------------------
@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