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

Commit

Permalink
1.8.8
Browse files Browse the repository at this point in the history
Fixed #536
  • Loading branch information
ParticleCore committed Jul 30, 2017
1 parent c8ef506 commit 3d7f689
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bin/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"addons": {
"[email protected]": {
"updates": [{
"version": "1.8.7",
"version": "1.8.8",
"update_link": "https://github.com/ParticleCore/Particle/raw/master/dist/YouTubePlus.xpi",
"applications": {
"gecko": {
Expand Down
Binary file modified dist/YouTubePlus.xpi
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Userscript/YouTubePlus.user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==UserScript==
// @version 1.8.7
// @version 1.8.8
// @name YouTube +
// @namespace https://github.com/ParticleCore
// @description YouTube with more freedom
Expand Down Expand Up @@ -2374,7 +2374,7 @@
holder = document.createElement("link");
holder.rel = "stylesheet";
holder.type = "text/css";
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.7";
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.8";
document.documentElement.appendChild(holder);
}
holder = document.createElement("script");
Expand Down
10 changes: 5 additions & 5 deletions src/Webextension/CSS/YouTubePlus.css
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,8 @@
.part_grid_search .yt-lockup-meta-info > li{
display: inline;
}
.part_grid_subs .yt-lockup-content,
.part_grid_search .yt-lockup-content{
div:not(#yt-masthead-notifications-content) .part_grid_subs .yt-lockup-content,
div:not(#yt-masthead-notifications-content) .part_grid_search .yt-lockup-content{
margin-right: 10px;
}
.part_grid_search #results .item-section{
Expand Down Expand Up @@ -1134,8 +1134,8 @@
#part_welcome:after{
content:"";
display:block;
width:0;
height:0;
width:0;
height:0;
border-left:10px solid transparent;
border-right:10px solid transparent;
border-bottom:10px solid #09F;
Expand All @@ -1156,4 +1156,4 @@
.par_closewlcm > span:hover{
opacity:1;
}
/* end| Particle welcome */
/* end| Particle welcome */
4 changes: 2 additions & 2 deletions src/Webextension/JS/YouTubePlus.user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==UserScript==
// @version 1.8.7
// @version 1.8.8
// @name YouTube +
// @namespace https://github.com/ParticleCore
// @description YouTube with more freedom
Expand Down Expand Up @@ -2374,7 +2374,7 @@
holder = document.createElement("link");
holder.rel = "stylesheet";
holder.type = "text/css";
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.7";
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.8";
document.documentElement.appendChild(holder);
}
holder = document.createElement("script");
Expand Down
2 changes: 1 addition & 1 deletion src/Webextension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "YouTube Plus",
"version": "1.8.7",
"version": "1.8.8",
"description": "YouTube with more freedom",
"default_locale": "en",
"icons": {
Expand Down

0 comments on commit 3d7f689

Please sign in to comment.