https://github.com/simonalling/better-sweclockers
Better SweClockers
https://github.com/simonalling/better-sweclockers
extension improvement userscript
Last synced: 8 months ago
JSON representation
Better SweClockers
- Host: GitHub
- URL: https://github.com/simonalling/better-sweclockers
- Owner: SimonAlling
- License: mit
- Created: 2015-05-12T15:44:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T10:14:09.000Z (9 months ago)
- Last Synced: 2025-04-21T11:29:36.320Z (9 months ago)
- Topics: extension, improvement, userscript
- Language: TypeScript
- Size: 4.84 MB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

A userscript for Swedish tech site [SweClockers](https://sweclockers.com). More information in [this thread](https://www.sweclockers.com/forum/trad/1541641-better-sweclockers-2018) (Swedish).
## Contribute
### Prerequisites
* **[Node.js](https://nodejs.org) with npm is required.**
* **If you are using Windows**, you may need to install and use [Git Bash](https://git-scm.com/downloads), [Linux Subsystem](https://msdn.microsoft.com/en-us/commandline/wsl/install-win10) or similar to be able to build.
### Clone and Build
git clone git@github.com:SimonAlling/better-sweclockers
cd better-sweclockers
npm install
npm run build
The compiled userscript is saved as `dist/better-sweclockers.user.js`.