Releases: FranklinDM/Swarth
Releases · FranklinDM/Swarth
v1.1.0
- Override tab panel background color
- This implements an internal color method for use with the browser window. This should hopefully get rid of the white flashes and follows the same method used in bug 1488384, which overrides the background color of the tab panel (anonymous content that is a *child of the
browser
element).
- This implements an internal color method for use with the browser window. This should hopefully get rid of the white flashes and follows the same method used in bug 1488384, which overrides the background color of the tab panel (anonymous content that is a *child of the
- Fix conflicts with uBO element picker
v1.1.0a1
Full Changelog: v1.0.10a1...v1.1.0a1
v1.0.10a1
Full Changelog: v1.0.9...v1.0.10a1
v1.0.9
v1.0.8
- Exclude uBlock Origin's element picker from scope application
- This also adds a hidden preference to adjust the delay before checking if the current page is uBlock Origin's element picker overlay (
extensions.swarth.compatibility.ubo_epicker_check_delay
)
- This also adds a hidden preference to adjust the delay before checking if the current page is uBlock Origin's element picker overlay (
- Mark as compatible with Pale Moon 32
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
- Ensure that the method ID is an integer when setting the method to be used for a particular scope in the scopes dialog
- Implement migration for scope configuration
- Move scope information to
scopes
property and include aversion
property in the configuration file - Handle previous configurations that contain
string
method IDs and convert them if necessary
- Move scope information to