Skip to content

Instantly share code, notes, and snippets.

@baoanhng
Last active January 25, 2018 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baoanhng/04ddacb5ea4c174d679b62e5d0478e87 to your computer and use it in GitHub Desktop.
Save baoanhng/04ddacb5ea4c174d679b62e5d0478e87 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://ln.hako.re/thao-luan/*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle (`
.col-10-xl { float: right !important; }
`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment