Skip to content

Releases: martok/palefill

1.9

15 May 00:16
Compare
Choose a tag to compare
1.9

Adds:

  • Iceweasel-UXP support (@g4jc, #14)
  • Domain wildcards for leftmost subdomains (#6)
  • *.tm-exchange.com (specifically, TM1X)

Fixes:

  • godbolt.org update to their new (and really not minified...) code

Internal:

  • the $script fix marker is now named $script-content to make explicit what it does and to distinguish it from the $script content type in rules

1.8.1

05 May 00:26
Compare
Choose a tag to compare

Fixes:

  • missed syntax in CSP sources

1.8

04 May 23:08
Compare
Choose a tag to compare
1.8

Adds:

Fixes:

  • SeaMonkey compatibility (@UCyborg, #11)
  • properly merge CSP modifications instead of prepending, should address many problems with sites that have their own CSP

1.7

06 Apr 20:17
Compare
Choose a tag to compare
1.7

Adds:

  • pixiv.net

Fixes:

  • gitlab.com: regex again
  • Basilisk supported version range

1.6

13 Mar 22:02
Compare
Choose a tag to compare
1.6

Adds:

  • Options in Addon Manager (partially implements #3, more is planned)
  • Exclusion list to disable for some sites
  • Auto-Update capability (will hopefully work for any future releases)

Fixes:

  • github.com: remaining issues with null coalescing that were left after 1.5 (mostly in Github Insights)
  • github.com: removed said fixes again, they reverted all of their code

Internal:

  • overhaul of the rule engine to make it more readable and flexible
  • changed all source files to strict mode

1.5

11 Mar 20:54
Compare
Choose a tag to compare
1.5

Fixes:

  • fixed all License and credit blocks
  • gitlab.com: update regex fixes
  • long-standing bug with path selectors
  • github.com: socket worker URL update

Adds:

  • godbolt.org: script fixes
  • github.com: Nullish Coalescing and Optional Chaining. Very limited to where it currently breaks things, this will need updates when they use it more

1.6 Beta 1

11 Mar 23:21
Compare
Choose a tag to compare
1.6 Beta 1 Pre-release
Pre-release

Fixes:

  • github.com: remaining issues with null coalescing that were left after 1.5 (mostly in Github Insights)

Internal:

  • start of rule engine refactoring to make it more readable, flexible and somehow configurable

1.4

06 Mar 18:01
Compare
Choose a tag to compare
1.4

Fixes:

  • improved script and CSP encoding (easier extensibility)
  • PerformanceObserver polyfill

Adds:

  • Gitlab regex fixes
  • Github fixes: shadowDOM, attachShadow / getRootNode polyfill

1.5 Beta 1

06 Mar 23:49
Compare
Choose a tag to compare
1.5 Beta 1 Pre-release
Pre-release

Adds:

  • script fixes for godbolt.org

1.3

17 Feb 20:01
Compare
Choose a tag to compare
1.3

Adds:

  • ShadyDOM polyfill for Github.com. This makes some things reeeally slow, nothing that can be done about that without native ShadowDOM.