This documentation is only applicable to version 2.10 of Page Shadow
The filter rules are used to fix the display of websites when the Increase page contrast and/or Invert the colors features are enabled. The fixes can relate to the disabling of the modification of the style of an element (background color, color of texts or links, inversion of the color) or the fact of forcing a style on an element. These rules make it possible, for example, to correct the display of certain elements that don't appear. You can write your own filter rules. If you have some knowledge of HTML/CSS, it's pretty straightforward. In a filter file, only one rule per line is possible.
You can use the extension's internal editor (Filters > Edit my filter) which has the appropriate syntax highlighting and which automatically auto-completes the rules you write.
The syntax of a filter is of the following form: websiteOrWebpage[1]|rule[2]|cssSelector[3]
Each part of the filter is divided by a character |
(vertical bar).
The first part of the rule (websiteOrPage) indicates the website/web page on which the filter should be applied. This part can be of the following form:
eliastiksofts.com
or www.eliastiksofts.com
(these two domains are treated separately)https://www.eliastiksofts.com/fr/page-shadow/filters/guide/index.php
*eliastiksofts.com/en/*
matches all the pages of the Eliastik's Softs website in English version/(.*)google.(.*)recaptcha(.*)/
match Google ReCaptchaThis part of the filter corresponds to the rule itself. There are several different rules that are recognized by the extension:
disableContrastFor
: completely disables the Increase page contrast feature for one or more elementsforceTransparentBackground
: forces a transparent background for one or more elementsdisableBackgroundStylingFor
: disables the background coloring by the Increase page contrast feature for one or more elementsdisableTextColorStylingFor
: disables the coloring of texts by the Increase page contrast feature for one or more elementsdisableInputBorderStylingFor
: disables the coloring of the borders of form fields by the Increase page contrast feature for one or more elementsdisableLinkStylingFor
: disables the coloring of links by the Increase page contrast feature for one or more elementsdisableFontFamilyStylingFor
: disables the modification of the font (custom themes) by the Increase page contrast features for one or more elementsdisableElementInvertFor
: disables the inversion of colors by the function Invert the colors for one or more elementshasBackgroundImg
: tells Page Shadow that one or more elements have a background imageforceCustomLinkColorFor
: forces the modification of the color of the links by the feature Increase page contrast for one or more elementsforceCustomBackgroundColorFor
: forces the modification of the background color by the feature Increase page contrast for one or more elementsforceCustomTextColorFor
: forces the modification of the color of the texts by the feature Increase page contrast for one or more elementsdisableShadowRootsCustomStyle
: forces the disabling of the Shadow Roots styles by the Increase page contrast function for one or more elementsforceCustomVisitedLinkColor
: forces the modification of the color of the visited links for one or more elementsdisableCustomVisitedLinkColor
: disables the modification of the color of visited links for one or more elementsforceFontFamilyStylingFor
: forces custom font from custom themes for one or more elementsforceInputBorderStylingFor
: forces the display of a border for one or more form fieldsforceCustomLinkColorAsBackground
: sets the background color of one or more elements to that of the links color from the themeforceCustomTextColorAsBackground
: sets the background color of one or more elements to that of the texts color from the themeforceCustomLinkVisitedColorAsBackground
: sets the background color of one or more elements to that of the visited links color from the themeforceDisableDefaultBackgroundColor
: forces the default background color of one or more elements to be disabled, to be used as a last resortforceDisableDefaultBackground
: forces the default background of one or more elements to be disabled, to be used as a last resortforceDisableDefaultFontColor
: forces the default font for one or more elements to be disabled, to be used as a last resortenablePseudoElementsStyling
: enables the modification of the style of CSS pseudo-elements :after and :before by the extension for one or more elements, disabled by defaultoverrideShadowRootsCustomStyle
: same rule as disableShadowRootsCustomStyleinvertElementAsImage
: enable colors invert of one or more elements as an imageinvertElementAsVideo
: enable colors invert of one or more elements as a videoinvertElementAsBackground
: enable colors invert of one or more elements as a background imageenableSelectiveInvert
: enable selective invert of one or more elementsenablePseudoElementSelectiveInvert
: enable selective invert of one or more pseudo-elementsinvertPseudoElement
: enable colors invert of one or more pseudo-elementsThese rules change the way Page Shadow works internally. They allow you to enable or disable certain features.
enablePerformanceMode
: activates performance mode for the website or webpage. This rule doesn't require a CSS selector. This is equivalent to disabling background image detection and enabling the disableTransparentBackgroundAutoDetect, disableMutationObserversForSubChilds, disableMutationObserverAttributes, disableMutationObserverClass, disableMutationObserverStyle, and disableShadowRootStyleOverride rules. This can therefore cause display problems on some websites with the Increase page contrast feature (which can be compensated for with the standard rules on poorly displayed elements).disablePerformanceMode
: disables performance mode for the website or webpage. Rule intended to be combined with the rule enablePerformanceMode
for example to enable performance mode for the whole website and to disable it for some pages.disableTransparentBackgroundAutoDetect
: disables automatic detection of transparent backgrounds, doesn't improve performance when disabled aloneenableTransparentBackgroundAutoDetect
: enables automatic detection of transparent backgrounds (this feature is enabled by default)opacityDetectedAsTransparentThreshold
: sets the limit for which the automatic detection of transparent backgrounds treats an opacity as being a transparent background (by default any opacity less than or equal to 0.1 is treated as a transparent background)enableMutationObserversForSubChilds
: when enabled, the extension will loop through all the sub-elements of an element added to the page (enabled by default)disableMutationObserversForSubChilds
: disables browsing of all sub-elements of an element added to the page, may improve performance but may cause display issuesenableMutationObserverAttributes
: enables the detection of attribute mutations (style or class in HTML), enabled by defaultdisableMutationObserverAttributes
: disablesthe detection of attribute mutations, may improve performanceenableMutationObserverClass
: enables the detection of mutations of the HTML class attribute (disabled by default)disableMutationObserverClass
: disables detection of HTML class attribute mutations, may improve performanceenableMutationObserverStyle
: enables the detection of mutations of the HTML style attribute (enabled by default)disableMutationObserverStyle
: disables mutations detection of HTML style attribute, may improve performanceenableShadowRootStyleOverride
: enables overriding of the default styles of Shadow Roots elements (enabled by default)disableShadowRootStyleOverride
: disables overriding of default styles of Shadow Roots elements, may improve performance on websites that use this featureshadowRootStyleOverrideDelay
: set the delay (by default 100 ms) necessary before analyzing an element which contains a Shadow Root to improve their detection, setting a delay less than or equal to 0 disables this featureenableThrottleMutationObserverBackgrounds
: enables the throttle of the processing of Mutation Observers, considerably improves performance. Disabled by defaultdisableThrottleMutationObserverBackgrounds
: disables the throttle of the processing of Mutation ObserversdelayMutationObserverBackgrounds
: delay in ms applied to processing of Mutation Observers when the enableThrottleMutationObserverBackgrounds rule is enabled. Default to 0, which means that mutations are processed as soon as possibleenableAutoThrottleMutationObserverBackgrounds
: automatically enables the throttle of the processing of Mutation Observers when needed: when a large number of mutations are processed (configurable by the filter rule autoThrottleMutationObserverBackgroundsTreshold), and disables again when this is no longer needed. Enabled by default.disableAutoThrottleMutationObserverBackgrounds
: disables the automatic throttle option for Mutation ObserversautoThrottleMutationObserverBackgroundsTreshold
: threshold of the number of Mutation Observers processed before automatic throttle is enabled, by default 75throttledMutationObserverTreatedByCall
: number of mutations to process on each call, default to 50. A large number reduces performance.delayApplyMutationObserversSafeTimer
: delay before reapplying Page Shadow settings after detection by Mutation ObserversobserveBodyChange
: observes the state change of the body element (deletion then creation of a new body element). Fixes issues with some websites (like Github) or SPA applications. Disabling this option may improve performanceobserveBodyChangeTimerInterval
: observing the state change of the body element relies on a timer that runs at a given interval (instead of using Mutation Observers). The interval is in msIt's possible to indicate several rules of the same type by separating them with a comma. The name of the rules is case sensitive.
This part of the filter contains the CSS selector corresponding to the elements on which to apply the filter. You can specify multiple selectors by separating them with a comma. If the selector is not valid, the rule will be ignored. The CSS selector is processed by the function document.querySelectorAll within the extension code. For the full list of available CSS selectors, visit the MDN documentation.
This part of the filter is not needed for special rules (except for the opacityDetectedAsTransparentThreshold rule which requires an additional parameter which is the opacity value). The shadowRootStyleOverrideDelay special rule also requires an additional parameter (the delay in ms).
This filter is used to correct the display of Google ReCaptchas when the Increase page contrast feature is enabled. It disables the function for some elements that were hidden.
/(.*)google.(.*)recaptcha(.*)/|disableContrastFor|.rc-imageselect-checkbox,.rc-imageselect-checkbox *,.rc-button-default,.rc-button-default *,.rc-imageselect-candidates,.rc-imageselect-candidates *,.rc-imageselect-desc,.rc-imageselect-desc *
It's possible to create a complete filter file. For this, it's necessary that the file begins with the following code which contains the metadata of the filter file:
#! Page Shadow Filter 1.0
#! Name: Filter title
#! Homepage: https://www.filterhomepage.com
#! Sourcename: Website source name (website name or other)
#! Version: Filter version
#! License: License
#! Expires: Number of days for the user-side filter cache to expire, followed by an automatic update
#! Description: Filter description
You must then write a filter rule per line.