mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-16 20:00:57 +01:00
Chromium: Remove option to change badge color for HTML filter (#1082)
This commit is contained in:
parent
cb68c28e1f
commit
61957fb94f
@ -310,7 +310,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="div-badge">
|
||||
<div id="div-html-badge" class="div-badge">
|
||||
<p class="title-option" data-i18n-content="titleBadgeHTMLFilter">HTML filter badge</p>
|
||||
<div id="html-badge-preview-top">
|
||||
<div>
|
||||
|
@ -44,6 +44,7 @@ options._renderContents = function () {
|
||||
|
||||
if (!BrowserType.FIREFOX) {
|
||||
document.getElementById('chromium-banner').style.display = 'block';
|
||||
document.getElementById('div-html-badge').style.display = 'none';
|
||||
}
|
||||
|
||||
document.getElementById('label-version').textContent = chrome.runtime.getManifest().version;
|
||||
|
@ -36,6 +36,10 @@
|
||||
<li>lunr.js v2.3.9 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1077">#1077</a>)</li>
|
||||
<li>react-intl v6.0.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1078">#1078</a>)</li>
|
||||
</ul>
|
||||
<p>Improved</p>
|
||||
<ul>
|
||||
<li>Chromium: Remove option to change badge color for HTML filter (<a href="https://codeberg.org/nobody/LocalCDN/issues/1082">#1082</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
Loading…
x
Reference in New Issue
Block a user