Skip to content

Instantly share code, notes, and snippets.

@mckelvin
Created January 3, 2020 09:44
Show Gist options
  • Save mckelvin/94a509baa3ffb1b4d74220d46136758e to your computer and use it in GitHub Desktop.
Save mckelvin/94a509baa3ffb1b4d74220d46136758e to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name No fixed nav in xueqiu.com
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://xueqiu.com/*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle ( `
.nav {
position: absolute;
}
` );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment