You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/static/optionPage.html
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -639,6 +639,7 @@ <h1>🔇 Audio</h1>
639
639
<li><strong>Unmute delay</strong> - Global/default (applies to all sites) unmute delay value (in seconds). This delays when the audio is unmuted after a filtered word. Useful when the captions are not lining up quite right and you want to mute the audio longer to increase the success of muting during a filtered word.</li>
640
640
<li><strong>Mute pre-censored captions on YouTube</strong> - YouTube sometimes pre-censors profanity in auto-generated captions and replaces them with <code>[ _ ]</code>. When enabled, this option will attempt to mute those words. <em>(The default on)</em></li>
641
641
<li><strong>YouTube Minimum Muting</strong> - Set a minimum amount of time (in seconds) that the filter will mute matched words in a YouTube video using auto-generated subtitles. <em>(The default is 0)</em></li>
642
+
<li><strong>YouTube Maximum Muting</strong> - Similar to Minimum muting, but this will only allow a single mute to last this long in seconds. Most commonly used when YouTube auto-generated subtitles have a break between words, like the end of a conversation, and the last word is a filtered word. When that happens the last word may stay there for several seconds (or longer) until the next word is spoken.</li>
642
643
<li><strong>Custom Sites</strong> - Add support for <ahref="https://github.com/FrostCo/AdvancedProfanityFilter/wiki/Audio#custom-audio-sites-advanced">Custom Audio Muting Sites</a>.</li>
643
644
</ul>
644
645
<h1>🔖 Bookmarklet</h1>
@@ -711,6 +712,15 @@ <h1>🎈 Popup</h1>
711
712
<li><strong>Text Wordlist</strong> - Change the active wordlist for text for the current domain (Only when wordlists are enabled)</li>
712
713
<li><strong>Audio Wordlist</strong> - Change the active wordlist for audio for the current domain (Only when both wordlists and audio muting are enabled, and this is an audio page).</li>
713
714
<li><strong>Summary</strong> - A summary will appear when words have been filtered on the current page detailing what was filtered. The words are censored, but the original word can be seen by hovering over a word.</li>
715
+
<li>If the Popup is disabled, look at the bottom of the Popup to see why.<ul>
716
+
<li><code>Popup disabled by browser</code>: Your browser doesn't allow extensions to run on the current page</li>
717
+
<li><code>Popup disabled by password</code>: A password has been set which locks all settings (Options page > Config tab)</li>
718
+
<li><code>Popup disabled by only mute audio</code>: "Only mute audio" is selected (Options page > Audio tab)</li>
719
+
<li><code>Popup disabled for tab</code>: The current tab was disabled using the context menu, click the switch to enable it</li>
720
+
<li><code>Popup disabled by domain mode</code>: Your domain mode is set to minimal (Options page > Domain tab)</li>
721
+
<li><code>Popup disabled for domain</code>: The filter has been disabled for this domain, click the switch to enable it</li>
722
+
</ul>
723
+
</li>
714
724
</ul>
715
725
<p>In addition to the above, there are links to the Options page and support pages.</p>
0 commit comments