Greasy Fork Yandex Browser Transparency

Adds the Transparency feature for Yandex Browser (currently Yandex Alpha only) on Greasy Fork.

  1. // ==UserScript==
  2. // @name Greasy Fork Yandex Browser Transparency
  3. // @description Adds the Transparency feature for Yandex Browser (currently Yandex Alpha only) on Greasy Fork.
  4. // @author FickX
  5. // @version 1.0
  6. // @include http://greasyfork.org/*
  7. // @include http://www.greasyfork.org/*
  8. // @include https://greasyfork.org/*
  9. // @include https://www.greasyfork.org/*
  10. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
  11. // @grant GM_addStyle
  12. // @domain greasyfork.org
  13. // @domain www.greasyfork.org
  14. // @namespace https://greasyfork.org/users/9805
  15. // ==/UserScript==
  16. /*- The @grant directive is needed to work around a design change
  17. introduced in GM 1.0. It restores the sandbox.
  18. */
  19. $("head").append ( ' \
  20. <meta name="viewport" content="ya-title=#670000,ya-dock=fade"> !important \
  21. </meta> \
  22. ' );