Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonalling/better-sweclockers
Better SweClockers
https://github.com/simonalling/better-sweclockers
extension improvement userscript
Last synced: 3 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 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T12:09:12.000Z (6 months ago)
- Last Synced: 2024-10-17T08:16:47.013Z (3 months ago)
- Topics: extension, improvement, userscript
- Language: TypeScript
- Size: 3.78 MB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![BETTER SWECLOCKERS](docs/logo.png)
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 [email protected]:SimonAlling/better-sweclockers
cd better-sweclockers
npm install
npm run buildThe compiled userscript is saved as `dist/better-sweclockers.user.js`.