mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Toggle for manipulate DOM removed (relates only to chromium)
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="subpanel">
|
||||
<div class="subpanel" id="div-manipulateDOM">
|
||||
<div id="manipulateDOM-toggle">
|
||||
<label class="switch">
|
||||
<input type="checkbox" id="manipulateDOM-toggle-switch">
|
||||
|
@@ -43,6 +43,11 @@ popup._renderContents = function () {
|
||||
.then(popup._determineStatusManipulateDOM)
|
||||
.then(popup._determineResourceInjections)
|
||||
.then(popup._renderContextualContents);
|
||||
|
||||
if(BrowserType.CHROMIUM) {
|
||||
document.getElementById('div-manipulateDOM').hidden = true;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
popup._renderNonContextualContents = function () {
|
||||
|
@@ -29,6 +29,7 @@
|
||||
<li>Updated welcome page</li>
|
||||
<li>Updated URL for missing translation in option page</li>
|
||||
<li>Added note about missing translation in popup</li>
|
||||
<li>Toggle for manipulate DOM removed for Chromium (not supported by Chromium)</li>
|
||||
</ul>
|
||||
<div class="topic-label">
|
||||
Please update your uBlock/uMatrix rules
|
||||
|
Reference in New Issue
Block a user