summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/instagram-to-bibliogram.js
blob: a608059a45cd6298216abcc3abc0bf51df68fbb8 (plain) (blame)
1
2
3
4
5
6
7
8
// ==UserScript==
// @name         instagram to biliogram
// @match        *://*.instagram.com/*
// @grant        none
// @run-at       document-start
// ==/UserScript==

top.location.hostname = "bibliogram.art";
remember that computers suck.