Skip to content

1.5

Compare
Choose a tag to compare
@ankit ankit released this 13 Jul 01:39
· 609 commits to main since this release
  • Added support for wildcards ** and * in URL. Examples:
    • docs*.google.com: This will match http://docs.google.com, http://docs1.google.com, http://docs2.google.com and so on.
    • *.ycombinator.com: This will match http://news.ycombinator.com, http://apps.ycombinator.com, etc.
    • docs.google.com, spreadsheets.google.com: This will match any URL that contains docs.google.com or spreadsheets.google.com
    • For details, refer the Pattern Matching Guide
  • Stylebot Panel Appearance and Layout Tweaks
  • Added support for @-webkit-keyframes
  • Styles are not injected into xml/json/pdf content to prevent DOM pollution
  • Improved Styles list in Options
  • Bugfixes