mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Typo fixed
This commit is contained in:
@@ -175,7 +175,7 @@ requestAnalyzer._applyWhitelistedDomains = function () {
|
|||||||
requestAnalyzer._applyManipulateDOMDomains = function () {
|
requestAnalyzer._applyManipulateDOMDomains = function () {
|
||||||
|
|
||||||
chrome.storage.local.get(Setting.DOMAINS_MANIPULATE_DOM, function (items) {
|
chrome.storage.local.get(Setting.DOMAINS_MANIPULATE_DOM, function (items) {
|
||||||
requestAnalyzer.manipulateDOMDomains = items.manipulateDOMDomains || {};
|
requestAnalyzer.manipulateDOMDomains = items.domainsManipulateDOM || {};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
New in LocalCDN:
|
New in LocalCDN:
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li></li>
|
<li>Typo fixed, so that list for DOM manipulation can be read out again (<a href="https://codeberg.org/nobody/LocalCDN/issues/8">#8</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
Please update your uBlock/uMatrix rules
|
Please update your uBlock/uMatrix rules
|
||||||
|
Reference in New Issue
Block a user