Skip to content

Instantly share code, notes, and snippets.

@simonprev
Created July 3, 2012 23:55
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonprev/3044224 to your computer and use it in GitHub Desktop.
Save simonprev/3044224 to your computer and use it in GitHub Desktop.
Fix my Rdio
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