https://github.com/linkorb/tweakjs
tweak.js library
https://github.com/linkorb/tweakjs
Last synced: about 1 year ago
JSON representation
tweak.js library
- Host: GitHub
- URL: https://github.com/linkorb/tweakjs
- Owner: linkorb
- License: mit
- Created: 2018-04-29T19:25:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T22:10:16.000Z (over 2 years ago)
- Last Synced: 2025-03-28T10:47:32.626Z (about 1 year ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tweak.js
========
This simple javascript library allows you to tweak the DOM of your pages simply by passing it an array of tweaks.
## Use-cases:
tweak.js can be used to quickly implement:
* A/B Testing
* Text corrections
* Replace images, styles, etc
Anybody can change tweaks:
* Without changes to the underlying application
* Without developer support
* Without delay
## Installation
```
npm install @linkorb/tweakjs
```
## Demo
Check the `demo/` directory for an demonstration + example on how to use tweak.js
## How to use
To support tweak.js in your application, you'll need to include two tags in the `