Skip to content

Instantly share code, notes, and snippets.

@justdanpo
justdanpo / instafollow.user.js
Created November 27, 2022 13:54
instagram-redirect-to-following
// ==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==
@justdanpo
justdanpo / pc-friendly-instagram.user.js
Last active February 8, 2024 21:30
PC friendly instagram
// ==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==
@justdanpo
justdanpo / rzd.user.js
Created May 7, 2018 07:03
rzd autofill
// ==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
@justdanpo
justdanpo / vk-audio-flash.user.js
Created September 11, 2016 00:59
vk.com: force Flash audio in Vivaldi/Opera
// ==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
@justdanpo
justdanpo / vk-audio-html5.user.js
Created September 11, 2016 00:57
vk.com: force HTML5 audio in Vivaldi/Opera + Windows 7
// ==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
@justdanpo
justdanpo / gist-raw-links.user.js
Last active September 15, 2021 11:58
gist.github.com updateable raw links
@justdanpo
justdanpo / block-vk-ad-posts.user.js
Last active November 5, 2021 23:21
Block vk.com ad posts
// ==UserScript==
// @name Block vk.com ad posts
// @namespace https://gist.github.com/justdanpo
// @version 0.6
// @description Block vk.com ad posts
// @author den_po
// @include https://vk.com*
// @grant none
// ==/UserScript==
@justdanpo
justdanpo / vivaldi-drag-to-scroll-image.user.js
Last active February 12, 2024 19:44
Drag To Scroll Image
// ==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
@justdanpo
justdanpo / disable-middle-click-autoscrolling.user.js
Last active August 3, 2016 20:29
Disable middle-click autoscrolling
// ==UserScript==
// @name Disable middle-click autoscrolling
// @description Disable middle-click autoscrolling
// @author ?
// @match http://*/*
// @match https://*/*
// @run-at document-start
// ==/UserScript==
(function() {
@justdanpo
justdanpo / chrome-center-image.user.js
Last active November 14, 2016 07:21
Center Image
// ==UserScript==
// @name Center Image
// @namespace https://gist.github.com/justdanpo
// @version 0.2
// @description Open images centered
// @author den_po
// @match http://*/*
// @match https://*/*
// @match file://*
// @run-at document-end