This repository was archived by the owner on Mar 23, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "addons" : {
33 "unlisted-particle@particlecore.github.io" : {
44 "updates" : [{
5- "version" : " 1.8.2 " ,
5+ "version" : " 1.8.3 " ,
66 "update_link" : " https://github.com/ParticleCore/Particle/raw/master/dist/YouTubePlus.xpi" ,
77 "applications" : {
88 "gecko" : {
Original file line number Diff line number Diff line change 11// ==UserScript==
2- // @version 1.8.2
2+ // @version 1.8.3
33// @name YouTube +
44// @namespace https://github.com/ParticleCore
55// @description YouTube with more freedom
20902090 }
20912091 function isMaterial ( ) {
20922092 var temp ;
2093- temp = document . querySelector ( "ytd-app, [src*='polymer'],[href*='polymer']" ) ;
2093+ temp = document . querySelector ( "ytd-app, [src*='polymer'],link [href*='polymer']" ) ;
20942094 if ( temp && ! document . getElementById ( "material-notice" ) ) {
20952095 temp = document . createElement ( "template" ) ;
20962096 temp . innerHTML = //
23412341 holder = document . createElement ( "link" ) ;
23422342 holder . rel = "stylesheet" ;
23432343 holder . type = "text/css" ;
2344- holder . href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.2 " ;
2344+ holder . href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.3 " ;
23452345 document . documentElement . appendChild ( holder ) ;
23462346 }
23472347 holder = document . createElement ( "script" ) ;
Original file line number Diff line number Diff line change 11// ==UserScript==
2- // @version 1.8.2
2+ // @version 1.8.3
33// @name YouTube +
44// @namespace https://github.com/ParticleCore
55// @description YouTube with more freedom
20902090 }
20912091 function isMaterial ( ) {
20922092 var temp ;
2093- temp = document . querySelector ( "ytd-app, [src*='polymer'],[href*='polymer']" ) ;
2093+ temp = document . querySelector ( "ytd-app, [src*='polymer'],link [href*='polymer']" ) ;
20942094 if ( temp && ! document . getElementById ( "material-notice" ) ) {
20952095 temp = document . createElement ( "template" ) ;
20962096 temp . innerHTML = //
23412341 holder = document . createElement ( "link" ) ;
23422342 holder . rel = "stylesheet" ;
23432343 holder . type = "text/css" ;
2344- holder . href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.2 " ;
2344+ holder . href = "https://particlecore.github.io/Particle/stylesheets/YouTubePlus.css?v=1.8.3 " ;
23452345 document . documentElement . appendChild ( holder ) ;
23462346 }
23472347 holder = document . createElement ( "script" ) ;
Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 2 ,
33 "name" : " YouTube Plus" ,
4- "version" : " 1.8.2 " ,
4+ "version" : " 1.8.3 " ,
55 "description" : " YouTube with more freedom" ,
66 "default_locale" : " en" ,
77 "icons" : {
You can’t perform that action at this time.
0 commit comments