Styleurl Extension Versions Save

Share & export CSS tweaks from Chrome instantly.

v1.1.15

5 years ago

Fix bug in feedback box in ViewStyleURL bar

v1.1.14

5 years ago

The bottom bar is now hidden when in print mode. Thanks whomever wrote in and flagged this issue.

v1.1.13

5 years ago

StyleURL now supports creating secret gists, so that they don't appear in search or anywhere public. This is now the behavior by default.

v1.1.12

5 years ago

Fixed issue where navigating around in Reddit sometimes caused a giant diff to appear of changes on the page. This happened because Reddit uses <style> which are empty in the DOM, but with rules populated via insertRule - https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet/insertRule

It just so happens that these style tags are not editable from within devtools anyway.

v1.1.11

5 years ago
  • On some websites, the code diff text was centered. It should be left aligned. So, I made it left-aligned.

v1.1.10

5 years ago
  • Automatically hide the bottom bar when there are no more CSS changes
  • Include whether in-app feedback is from the view styleurl or the create styleurl bar

v1.1.9

5 years ago
  • Fixed flash of unstyled content when the bar at the bottom loads
  • Added in-app feedback widget to help us improve the product, inspired by the one in the Stripe Dashboard.

v1.1.7

5 years ago
  • Hide Intercom only when the StyleURL bar is visible in the page because it covers up StyleURL and, for now, it's easier to forcefully hide it than to move it to be above the bar. TODO: observe for the #intercom-container selector instead of inserting a style tag when bar appears
  • Add a spacer div to handle a good amount of cases where the bottom of screen is covered up by StyleURL. This won't fix every case, particularly websites like Facebook where the bottom of the screen is something else that's floaty

v1.1.6

5 years ago
  • Add "Share StyleURL" link to GitHub Gist
  • Show error message when devtools isn't open and the user clicks "Share" or "Create Gist"

v1.1.5

5 years ago

Ignore error causd by tab to not exist when resetting browserAction. This caused other things to break, and is a safe error to silence (famous last words)