https://github.com/alstonchan/tarumt-intranet-beautifier
An extension to modify the user interface of TARUMT Intranet to make it look more modern and pleasing
https://github.com/alstonchan/tarumt-intranet-beautifier
chrome-extension manifest-v3 scss tarumt
Last synced: about 1 month ago
JSON representation
An extension to modify the user interface of TARUMT Intranet to make it look more modern and pleasing
- Host: GitHub
- URL: https://github.com/alstonchan/tarumt-intranet-beautifier
- Owner: AlstonChan
- License: gpl-3.0
- Created: 2023-05-20T10:08:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T14:15:56.000Z (over 2 years ago)
- Last Synced: 2025-02-02T01:11:45.512Z (over 1 year ago)
- Topics: chrome-extension, manifest-v3, scss, tarumt
- Language: SCSS
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TARUMT INTRANET BEAUTIFIER
This is a chrome browser extension that tweak the user interface of TARUMT Intranet to make it look more modern and pleasing.
## Prerequisites
- Download Dart Sass compiler
## Local Development
1. Clone this repository into your machine:
```bash
git clone https://github.com/AlstonChan/TARUMT-Intranet-Beautifier
```
2. Change directory into the folder with `cd`, and run the following command to compile the `scss` file.
```bash
sass --watch styles/main.scss:dist/style.css --style compressed
```
3. In any chromium based browser, heads to the extension page and enable developer mode. Select **Load unpacked** and select this folder.
4. Go to [TAR UMT Intranet](https://web.tarc.edu.my/portal/login.jsp) and you should see the extension has modified the page css.