Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @id dft-postion-unfixed
// @name Remove position fixed
// @version 2.0
// @namespace dft
// @author Matthew Goodall
// @description Changes position:fixed to position:relative
// @include *
// @exclude https://docs.google.com/*
// @run-at document-end