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