Skip to content

Releases: ankit/stylebot

Version 3.0.1

30 Jul 04:10
Compare
Choose a tag to compare
  • Only inject stylebot editor in the topmost frame. fixes #562 #561
  • Don't inject !important for @rules. fixes #559
  • Add support for @import of external/third-party CSS. fixes #556
  • Don't run on *.xml pages
  • Fix ? keyboard shortcut to show help when stylebot editor is open

Version 3

30 Jul 04:07
Compare
Choose a tag to compare
  • Re-wrote extension from scratch using modern tools (PostCSS, Vue.js)
  • Modern, cleaner Stylebot Editor UI
  • Readability Mode - Make articles on any site readable by hiding
    non-essential page elements like sidebars, footers and ads. Based on Mozilla Readability
  • Improved code editor based on Monaco Editor
  • Support for all modern CSS syntax and rules
  • CSS comments and ordering is retained across edits
  • Numerous other bugfixes with the modern implementation

2.4.1

29 Jul 16:22
Compare
Choose a tag to compare
  • Re-wrote options page for better experience and maintainability
  • Code editor in the options page is now Monaco Editor
  • Replace "Remove styling" in popup with toggle to enable/disable styling. This fixes a long-standing issue where users accidentally permanently deleted the styles applied to the page.
  • Remove explicit Global Stylesheet setting in the options page
  • Fix Changelog link in the options page

2.2

20 Dec 06:55
Compare
Choose a tag to compare
2.2

2.1

13 Jul 01:24
Compare
Choose a tag to compare
2.1
  • Fixed issue where comments were not saved. #250
  • Support for :nth-child, :not and similar modifiers. #249
  • Rename "Reset Page" to "Remove Styling" in the browser action menu. #244
  • Add confirmation when resetting a page from Stylebot panel to prevent accidental reset. #255
  • Fixed expansion of rules on save such as border and background. #257

2.0.1

13 Jul 01:35
Compare
Choose a tag to compare
  • Fixed issue with release of v2 where stylebot did not work for users with beta/alpha version of Chrome installed.

2

13 Jul 01:32
Compare
Choose a tag to compare
2
  • Watch the video
  • Easy way to discover, preview and install styles from Stylebot Social. Click on the CSS icon in the browser bar.
  • Easy sharing of styles to Stylebot Social (screenshot is automatically generated)
  • Support for regular expressions for URLs. Start a regex with ^. See Pattern Matching in Stylebot
  • Support for @rules
    @import, @keyframes, @font-face, @media, @page, @variables, @charset and @namespace
  • Support a custom font stack in Basic Mode. The font stack shows recently used fonts
  • Support for Google Web Fonts. Enter a Google Web Font name in Basic Mode and it is automatically added to the CSS. Try entering Lato. You will have to live with some console warnings.
  • Design improvements to Stylebot Social
  • Fixed issue where CSS may not be applied when tabs were first restored on browser start
  • The CSS icon is now more prominent
  • Fixed issues with the CSS icon not working/appearing at times. It now works on Gmail
  • Removed the confusing "Enable Styling" option from the right click menu
  • Undo support for Reset and Reset Page Buttons
  • Fixed issue where global CSS was visible on raw XML pages

1.5

13 Jul 01:39
Compare
Choose a tag to compare
1.5
  • 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