Created
July 3, 2012 23:55
-
-
Save simonprev/3044224 to your computer and use it in GitHub Desktop.
Fix my Rdio
This file contains 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
1. Open terminal.app | |
2. Paste this command: defaults write NSGlobalDomain WebKitDeveloperExtras -bool true | |
(credit: https://twitter.com/defaultswrite/status/220164244954554368) | |
3. Open Rdio.app | |
4. Right click and show the inspector panel | |
5. In the console section, paste this line: $("head").append('<link href="https://s3.amazonaws.com/simon-dev/css/rdio.css" rel="stylesheet" type="text/css">') | |
6. ??? | |
7. Profit!!! | |
Note: The css file is hosted on my aws account. Just change the url if you want to use your custom stylesheet. You can transform/modify/edit the css file on your own and post your version in the comments. | |
This is just a little fix to enjoy Rdio while the official team are making(hopefully) changes to the design...(no offense) | |
Enjoy! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment