Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Twitter Right-side Dashboard
- // @version 0.1
- // @description Move the dashboard at twitter.com to the right side.
- // @include http://twitter.com/*
- // @include https://twitter.com/*
- // @include http://www.twitter.com/*
- // @include https://www.twitter.com/*
- // ==/UserScript==
- var ucss = document.createElement("style");
- ucss.type = "text/css";
- umcss.innerHTML = ".content-main { float: left; } .dashboard { float: right; }";
- document.head.appendChild(ucss);
Advertisement
Add Comment
Please, Sign In to add comment