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

Commit 3d7f689

Browse files
committed
1.8.8
Fixed #536
1 parent c8ef506 commit 3d7f689

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

bin/update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"addons": {
33
44
"updates": [{
5-
"version": "1.8.7",
5+
"version": "1.8.8",
66
"update_link": "https://github.com/ParticleCore/Particle/raw/master/dist/YouTubePlus.xpi",
77
"applications": {
88
"gecko": {

dist/YouTubePlus.xpi

18 Bytes
Binary file not shown.

src/Userscript/YouTubePlus.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ==UserScript==
2-
// @version 1.8.7
2+
// @version 1.8.8
33
// @name YouTube +
44
// @namespace https://github.com/ParticleCore
55
// @description YouTube with more freedom
@@ -2374,7 +2374,7 @@
23742374
holder = document.createElement("link");
23752375
holder.rel = "stylesheet";
23762376
holder.type = "text/css";
2377-
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.7";
2377+
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.8";
23782378
document.documentElement.appendChild(holder);
23792379
}
23802380
holder = document.createElement("script");

src/Webextension/CSS/YouTubePlus.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,8 @@
564564
.part_grid_search .yt-lockup-meta-info > li{
565565
display: inline;
566566
}
567-
.part_grid_subs .yt-lockup-content,
568-
.part_grid_search .yt-lockup-content{
567+
div:not(#yt-masthead-notifications-content) .part_grid_subs .yt-lockup-content,
568+
div:not(#yt-masthead-notifications-content) .part_grid_search .yt-lockup-content{
569569
margin-right: 10px;
570570
}
571571
.part_grid_search #results .item-section{
@@ -1134,8 +1134,8 @@
11341134
#part_welcome:after{
11351135
content:"";
11361136
display:block;
1137-
width:0;
1138-
height:0;
1137+
width:0;
1138+
height:0;
11391139
border-left:10px solid transparent;
11401140
border-right:10px solid transparent;
11411141
border-bottom:10px solid #09F;
@@ -1156,4 +1156,4 @@
11561156
.par_closewlcm > span:hover{
11571157
opacity:1;
11581158
}
1159-
/* end| Particle welcome */
1159+
/* end| Particle welcome */

src/Webextension/JS/YouTubePlus.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ==UserScript==
2-
// @version 1.8.7
2+
// @version 1.8.8
33
// @name YouTube +
44
// @namespace https://github.com/ParticleCore
55
// @description YouTube with more freedom
@@ -2374,7 +2374,7 @@
23742374
holder = document.createElement("link");
23752375
holder.rel = "stylesheet";
23762376
holder.type = "text/css";
2377-
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.7";
2377+
holder.href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.8";
23782378
document.documentElement.appendChild(holder);
23792379
}
23802380
holder = document.createElement("script");

src/Webextension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "YouTube Plus",
4-
"version": "1.8.7",
4+
"version": "1.8.8",
55
"description": "YouTube with more freedom",
66
"default_locale": "en",
77
"icons": {

0 commit comments

Comments
 (0)