All Projects → Kawaizombi → kawai-scripts

Kawaizombi / kawai-scripts

Licence: other
Awesome user scripts

Programming Languages

typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to kawai-scripts

Qr-Code-Scanner-
This is simple QR code scanner with Room Database. 100% written in Kotlin.
Stars: ✭ 19 (+26.67%)
Mutual labels:  qr-code-generator
QrCodeGenerator
QR Code Generator for .NET
Stars: ✭ 66 (+340%)
Mutual labels:  qr-code-generator
JavaScripts
A collection of userscripts for interacting with Danbooru.
Stars: ✭ 18 (+20%)
Mutual labels:  userscripts
userscripts
Userscripts and Userstyles
Stars: ✭ 18 (+20%)
Mutual labels:  userscripts
diepssect
A public repo for hacky diep stuff - networking protocol, WebAssembly, memory editing, & physics
Stars: ✭ 26 (+73.33%)
Mutual labels:  userscripts
launchlet
Make the web yours.
Stars: ✭ 34 (+126.67%)
Mutual labels:  userscripts
Social-media-Blocklists
Social media DNS Blocklist for Pihole and AdGuard
Stars: ✭ 60 (+300%)
Mutual labels:  youtube-blocker
QRCodeFX
Simple tool to generate/read QR Code and export it.
Stars: ✭ 31 (+106.67%)
Mutual labels:  qr-code-generator
orange
Complete SoundCloud Client for Linux Desktop
Stars: ✭ 26 (+73.33%)
Mutual labels:  soundcloud-music-downloader
imgur-links-rewriting-on-ptt
Rewrite imgur links to bypass referrer check.
Stars: ✭ 19 (+26.67%)
Mutual labels:  userscripts
mb-userscripts
Collection of userscripts for MusicBrainz
Stars: ✭ 23 (+53.33%)
Mutual labels:  userscripts
powerlet
⚡️ Chrome Extension to quickly find and run bookmarklets
Stars: ✭ 17 (+13.33%)
Mutual labels:  userscripts
Misc-userscripts
Userscripts to add functionality to miscellaneous sites
Stars: ✭ 20 (+33.33%)
Mutual labels:  userscripts
uBO-Scriptlets
A custom arsenal of scriptlets to be used for injecting userscripts via uBlock Origin.
Stars: ✭ 25 (+66.67%)
Mutual labels:  userscripts
Scdl
Soundcloud Music Downloader
Stars: ✭ 2,183 (+14453.33%)
Mutual labels:  soundcloud-music-downloader
pihole-youtube-block
Scan pihole logs and block YouTube ads domains
Stars: ✭ 57 (+280%)
Mutual labels:  youtube-blocker

Kawai user scripts

Awesome user scripts for your browser

List

Name Description Install url
Hover zoom Show image preview on link hover Install
AnimeSpirit ost downloader Adds bulk download for www.animespirit.ru/ost and www.animespirit.su/ost Install
Youtube blocker Adds the ability to block youtube videos from specific channels and users Install
Get Qr code Generates QR code for page Install
SoundCloud downloader Adds the ability to download any track or playlist from soundcloud.com Install

Note: If you don't have browser plugin to run user scripts install one listed bellow

Browser Install url
Firefox Violentmonkey or Tampermonkey
Chrome Violentmonkey or Tampermonkey
Edge Violentmonkey or Tampermonkey
Safari Tampermonkey

Development

Setup
npm i
npx lerna bootstrap
npx lerna run build
Build user script

Run command in terminal npm run build:<project-name> for example:

npm run build:hover-zoom
Develop user script

Run command in terminal npm run dev:<project-name> for example:

npm run dev:hover-zoom

then open dist folder and copy contents of proxy script(<project-name>.dev.proxy.user.js) into your your script manager or drag and drop proxy script into browser

Also you can switch proxy to user file:// protocol with env variable for example:

# Linux/Mac
export FILE_PROTOCOL=1

# Windows
set FILE_PROTOCOL=1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].