styleurl-extension

Share & export CSS tweaks from Chrome instantly.

AGPL-3.0 License

Stars
188
Committers
2

Bot releases are hidden (Show)

styleurl-extension - v1.1.15 Latest Release

Published by Jarred-Sumner about 6 years ago

Fix bug in feedback box in ViewStyleURL bar

styleurl-extension - v1.1.14

Published by Jarred-Sumner about 6 years ago

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

styleurl-extension - v1.1.13

Published by Jarred-Sumner about 6 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.

styleurl-extension - v1.1.12

Published by Jarred-Sumner about 6 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.

styleurl-extension - v1.1.11

Published by Jarred-Sumner about 6 years ago

  • On some websites, the code diff text was centered. It should be left aligned. So, I made it left-aligned.
styleurl-extension - v1.1.10

Published by Jarred-Sumner about 6 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
styleurl-extension - v1.1.9

Published by Jarred-Sumner about 6 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.
styleurl-extension - v1.1.7

Published by Jarred-Sumner about 6 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
styleurl-extension - v1.1.6

Published by Jarred-Sumner about 6 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"
styleurl-extension - v1.1.5

Published by Jarred-Sumner about 6 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)

styleurl-extension - v1.1.4

Published by Jarred-Sumner about 6 years ago

Fix bug caused in 1.1.3 where the redirect URL was the share URL

styleurl-extension - v1.1.3

Published by Jarred-Sumner about 6 years ago

Fix "Share changes" button on HTTP-only sites

styleurl-extension - v1.1.2

Published by Jarred-Sumner about 6 years ago

Remove console.*(^[error|log]) in production

styleurl-extension - v1.1.1

Published by Jarred-Sumner about 6 years ago

Remove query string from exported filenames because that's usually just a way to deal with caching and not how filenames are in the filesystem.

styleurl-extension - v1.1.0

Published by Jarred-Sumner about 6 years ago

Improve performance of memoizer slightly

styleurl-extension - v1.0.9

Published by Jarred-Sumner about 6 years ago

Fix issue where stylesheets after page changes on the same tab were being diffed. For example, you'd open Hacker News, edit some styles, click on a link to a page, then it would show all the Hacker News styles being unset.

Now, it clears all the cached styles on chrome.webNavigation.onCommitted.

Additionally:

  • Made the box 400px wide instead of 320px.
  • Made the filenames use "_" instead of "!" as the replacement character when a character is invalid. For example, before news.css!asodKPODSAKDPOK.css and after news.css_COKASODK.css
styleurl-extension - v1.0.7

Published by Jarred-Sumner about 6 years ago

Performance improvements and bug fixes

styleurl-extension - v1.0.6

Published by Jarred-Sumner about 6 years ago

New version

styleurl-extension - v1.0.4

Published by Jarred-Sumner about 6 years ago

New version

styleurl-extension - v1.0.3

Published by Jarred-Sumner about 6 years ago

New version