A tool to customize website appearances.
StyleShift is a browser extension that lets you change how websites look and feel. With its powerful tools, you can personalize your browsing experience easily.
- Customize website styles and layouts using
cssandjswithUI - Use or create custom themes and presets
- Export and import your designs
Follow these steps to install and set up StyleShift:
-
Clone the repository:
git clone https://github.com/AzPepoze/StyleShift
-
Go to the project directory:
cd StyleShift -
Install the dependencies:
npm install
-
Edit Default Items:
- Edit Default Items in
src > Main > Default_Items.ts
- Edit Default Items in
-
Build the project:
npm run build
- This will create both Chrome and Firefox versions in the
out > distfolder.
- This will create both Chrome and Firefox versions in the
-
Load the extension into your browser:
- For Chrome: Open
chrome://extensions/and enable "Developer mode," then load the unpacked extension from theout > dist > chromefolder. - For Firefox: Open
about:debugging, click "This Firefox," and load the extension from theout > dist > firefoxfolder.
- For Chrome: Open