This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# convert images to timelapse video | |
# can work with file mask (glob); ffmpeg for windows itself cannot do that | |
# autodetect hardware encoder | |
# interpolate images for smoother video | |
import math | |
import subprocess | |
import glob | |
file_mask = "*.png" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name instagram-redirect-to-following | |
// @namespace https://gist.github.com/justdanpo | |
// @version 0.1 | |
// @description instagram-redirect-to-following | |
// @author den_po | |
// @match https://*.instagram.com/* | |
// @run-at document-end | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name pc-friendly-instagram | |
// @namespace https://gist.github.com/justdanpo | |
// @version 0.7 | |
// @description pc-friendly-instagram | |
// @author den_po | |
// @include https://*.instagram.com/* | |
// @run-at document-start | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name rzd | |
// @namespace https://gist.github.com/justdanpo | |
// @version 0.1 | |
// @description rzd | |
// @author den_po | |
// @include https://pass.rzd.ru/tickets/* | |
// @run-at document-end | |
// @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name vk.com: force Flash audio in Vivaldi/Opera | |
// @namespace https://gist.github.com/justdanpo | |
// @version 0.1 | |
// @description vk.com: force Flash audio in Vivaldi/Opera | |
// @author den_po | |
// @include https://vk.com/* | |
// @include https://*.vk.com/* | |
// @run-at document-start | |
// @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name vk.com: force HTML5 audio in Vivaldi/Opera + Windows 7 | |
// @namespace https://gist.github.com/justdanpo | |
// @version 0.1 | |
// @description vk.com: force HTML5 audio in Vivaldi/Opera + Windows 7 | |
// @author den_po | |
// @include https://vk.com/* | |
// @include https://*.vk.com/* | |
// @run-at document-start | |
// @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name gist.github.com updateable raw links | |
// @namespace https://gist.github.com/justdanpo | |
// @version 0.3 | |
// @description gist.github.com updateable raw links | |
// @author den_po | |
// @match https://gist.github.com/* | |
// @grant none | |
// @run-at document-end | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Block vk.com ad posts | |
// @namespace https://gist.github.com/justdanpo | |
// @version 0.9 | |
// @description Block vk.com ad posts | |
// @author den_po | |
// @include https://vk.com* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Drag To Scroll Image | |
// @namespace https://gist.github.com/justdanpo | |
// @version 0.4 | |
// @description Drag To Scroll Image | |
// @author den_po | |
// @match http://*/* | |
// @match https://*/* | |
// @match file://* | |
// @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Disable middle-click autoscrolling | |
// @description Disable middle-click autoscrolling | |
// @author ? | |
// @match http://*/* | |
// @match https://*/* | |
// @run-at document-start | |
// ==/UserScript== | |
(function() { |
NewerOlder