This commit is contained in:
nobody42 2020-03-31 08:12:33 +02:00
parent 2790dfb961
commit 39cc2c4ac1
No known key found for this signature in database
GPG Key ID: AB5145CF05BFE119
5 changed files with 6 additions and 3 deletions

View File

@ -129,7 +129,9 @@ var files = {
'resources/p2p-media-loader-core/0.6.2/p2p-media-loader-core.min.jsm': true,
// plyr CSS
'resources/plyr/3.5.10/plyr.min.cssm': true,
// CSS cannot be loaded with the file extension .cssm (as shown on www.bitchute.com)
// Please do not change it.
'resources/plyr/3.5.10/plyr.min.css': true,
// Prototype
'resources/prototype/1.7.3.0/prototype.jsm': true,

View File

@ -187,7 +187,7 @@ var resources = {
},
// plyr CSS
'plyrCSS': {
'path': 'resources/plyr/{version}/plyr.min.cssm',
'path': 'resources/plyr/{version}/plyr.min.css',
'type': 'text/css'
},
// Prototype

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "LocalCDN (fork from Decentraleyes)",
"version": "2.1.9",
"version": "2.1.10",
"browser_specific_settings": {
"gecko": {
"id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}",

View File

@ -24,6 +24,7 @@
</div>
<ul>
<li>Fixed <a href="https://gitlab.com/nobody42/localcdn/-/issues/38">"#38"</a></li>
<li>Fixed <a href="https://gitlab.com/nobody42/localcdn/-/issues/26">"#26"</a> (bitchute.com)</li>
</ul>
<div class="topic-label">
Please update your uBlock/uMatrix rules