1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00
This commit is contained in:
nobody42
2020-03-31 08:12:33 +02:00
parent 2790dfb961
commit 39cc2c4ac1
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, 'resources/p2p-media-loader-core/0.6.2/p2p-media-loader-core.min.jsm': true,
// plyr CSS // 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 // Prototype
'resources/prototype/1.7.3.0/prototype.jsm': true, 'resources/prototype/1.7.3.0/prototype.jsm': true,

View File

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

View File

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

View File

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