Skip to content
This repository has been archived by the owner on Mar 23, 2018. It is now read-only.

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
- Fixed #21
  • Loading branch information
ParticleCore committed May 29, 2015
1 parent 002d1e1 commit 25dac79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Userscript/YouTubePlus.user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==UserScript==
// @version 0.1.0
// @version 0.1.1
// @name YouTube +
// @namespace https://github.com/ParticleCore
// @description YouTube with more freedom
Expand Down Expand Up @@ -211,6 +211,9 @@
' top: 0px;\n',
' z-index: 5;\n',
'}\n',
'.part_fullbrowser #advanced-options{\n',
' z-index: initial;\n',
'}\n',
'#console-button{\n',
' background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKAQMAAABVIEaHAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABBJREFUeF5j+P8DhMAAkw0AsQkLy6q+yNQAAAAASUVORK5CYII=) no-repeat center;\n',
' cursor: pointer;\n',
Expand Down

0 comments on commit 25dac79

Please sign in to comment.