Repository: Jarred-Sumner/styleurl-extension Branch: master Commit: 65618d88f606 Files: 80 Total size: 9.5 MB Directory structure: gitextract_gnxt91oa/ ├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── appveyor.yml ├── babel.config.dev.js ├── chrome/ │ ├── app/ │ │ └── components/ │ │ ├── Button.css │ │ ├── Button.js │ │ ├── CodeDiff.css │ │ ├── CodeDiff.js │ │ ├── Dropdown.css │ │ ├── Dropdown.js │ │ ├── FeedbackForm.css │ │ ├── FeedbackForm.js │ │ ├── HeaderBar.css │ │ ├── HeaderBar.js │ │ ├── Icon.css │ │ ├── Icon.js │ │ ├── StylesheetCodePreview.css │ │ ├── StylesheetCodePreview.js │ │ ├── Switcher.css │ │ ├── Switcher.js │ │ └── WhiteTextLogo.js │ ├── extension/ │ │ ├── background/ │ │ │ ├── badge.js │ │ │ ├── contextMenus.js │ │ │ ├── inject.js │ │ │ └── view_styleurl/ │ │ │ └── ViewStyleURL.js │ │ ├── background.js │ │ ├── create_styleurl/ │ │ │ ├── CreateStyleURL.js │ │ │ ├── Gist.css │ │ │ ├── Gist.js │ │ │ ├── fonts.css │ │ │ └── messages.js │ │ ├── create_styleurl.css │ │ ├── create_styleurl.js │ │ ├── css_manager_content_script.js │ │ ├── devtools.js │ │ ├── github_gist_content_script.js │ │ ├── inject_create_styleurl.js │ │ ├── inject_view_styleurl.js │ │ ├── inline_style_observer/ │ │ │ ├── inline_style_observer.js │ │ │ └── inline_style_observer_manager.js │ │ ├── inline_style_observer.js │ │ ├── lib/ │ │ │ ├── StyleURLTab.js │ │ │ ├── api.js │ │ │ ├── browserAction.js │ │ │ ├── gists.js │ │ │ ├── injectScriptNames.js │ │ │ ├── injectShadowDom.js │ │ │ ├── makeEverythingImportant.js │ │ │ ├── port.js │ │ │ ├── stylefile.js │ │ │ └── toFile.js │ │ ├── postcss.config.js │ │ ├── stylesheet_manager_content_script.js │ │ ├── version_info.js │ │ └── view_styleurl/ │ │ └── ViewStyleURL.js │ ├── manifest.dev.json │ ├── manifest.prod.json │ └── views/ │ ├── background.pug │ ├── create_styleurl.pug │ ├── devtools.pug │ ├── inject.pug │ └── window.pug ├── package.json ├── scripts/ │ ├── .eslintrc │ ├── build.js │ ├── compress.js │ ├── dev.js │ ├── tasks.js │ └── update-readme.js ├── stats.json ├── webpack/ │ ├── .eslintrc │ ├── customPublicPath.js │ ├── dev.config.js │ ├── prod.config.js │ ├── replace/ │ │ ├── JsonpMainTemplate.runtime.js │ │ └── process-update.js │ └── test.config.js └── yarn-error.log ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ key.pem node_modules dev dist build build.zip credentials.json releases ================================================ FILE: CHANGELOG.md ================================================ ## 1.1.15 Fix bug in feedback box in ViewStyleURL bar ## 1.1.14 The bottom bar is now hidden when in print mode. Thanks whomever wrote in and flagged this issue. ## 1.1.13 StyleURL now supports creating secret gists, so that they don't appear in search or anywhere public. This is now the behavior by default. ## 1.1.12 Fixed issue where navigating around in Reddit sometimes caused a giant diff to appear of changes on the page. This happened because: Reddit uses `