Advertisement
Guest User

Soundcloud Yandex Transparency

a guest
Jan 31st, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.60 KB | None | 0 0
  1. // ==UserScript==
  2. // @name     Soundcloud Yandex Transparency
  3. // @include  http://soundcloud.com/*
  4. // @include  http://www.soundcloud.com/*
  5. // @require  http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
  6. // @grant    GM_addStyle
  7. // @domain  soundcloud.com/
  8. // @domain  www.soundcloud.com/
  9. // ==/UserScript==
  10. /*- The @grant directive is needed to work around a design change
  11.     introduced in GM 1.0.   It restores the sandbox.
  12. */
  13. $("head").append ( '                \
  14.    <meta name="viewport" content="ya-title=#2a2a2a,ya-dock=fade">             \
  15.    </meta>                          \
  16. ' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement