mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-02 04:16:59 +01:00
Toggle for manipulate DOM removed (relates only to chromium)
This commit is contained in:
parent
5709b0dab6
commit
0aa9406ba3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user