Last active
December 21, 2015 05:28
-
-
Save mmmattos/6256784 to your computer and use it in GitHub Desktop.
A userscript to customize Google Drive´s folders and documents list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Resize Google Drive fonts. | |
// @namespace http://profiles.google.com/mmmattos | |
// @version 0.1 | |
// @description To improve browsing readability of google drive | |
// @match https://drive.google.com/* | |
// @require https://gist.github.com/mmmattos/6264214/raw/755d33de2038afe4d82fef4bf41b3824ee25effa/jsLib.js | |
// @copyright 2013, Miguel Mattos | |
// ==/UserScript== | |
addCustomStyle('.doclist-name-wrapper { font-weight: bold;font-size: 10px ! important; }'); | |
addCustomStyle('.treedoclistview-node-name { font-weight: bold;font-size: 11px ! important; }'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment