Skip to content

Instantly share code, notes, and snippets.

@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 / 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 / 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==