Scriptz is a collection of scripts created thanks to the suggestions of the Kiwi Browser community.
The goal of each script is to offer to the user a feature or a customization that expands daily accessibility on websites
Each script can be loaded into userscripts extension managers like Violentmonkey or loaded directly into supported browsers like Kiwi Browser
Once you installed the Violentmonkey extension do the following steps :
- Open the Violentmonkey
- Go to options page
- Click create new Script ( you will get a dropdown )
- Choose upload from url
- Add the script link you can find in the List below
- Confirm installation Or just click on the link of the script and a installation pages will be opened by extension manager
Now if you want you can setup the script like changing some behavior or options
For example , by default all the scripts will be injected to all websites , that because on each script at row 4 there is a : // @match *://*/*
you can edit that to match your custom website like // @match https://github.com
or anything else . You can have multiple match ( you need to have one match per url)
Chrome Web Store website is not mobile friendly . Really Google ?
I created a script that try to make the CWS more mobile friendly , available on dedicated repo -> CWS
setAutocomplete.js Link
The autocomplete attribute specifies whether a form should have autocomplete on or off. When autocomplete is on, the browser automatically complete values based on values that the user has entered before.
This script disables the autocomplete list on form inputs
setUserSelect.js Link
The user-select CSS property controls whether the user can select text. This doesn't have any effect on content loaded as chrome, except in textboxes.
This script force-enable the text selection
tbScroller.js Link
Script that add 2 buttons at rigth middle to scroll by scree height to top or bottom
awesomeScroller.js Link
Script to scroll with a fake awesome scrollbar
scrollToTop.js Link
Script to scroll to top with smooth scroll
noDAO.js Link
Script to disable animation delay opacity
repoDownload.js Link
Script that add a button to download a github repository
gWallpaper.js Link
Change Google Search Engine background image every day with random wallpaper
rotateThis.js Link
Simple script to rotate images by 45° on each click
floatly.js Link
Floatly is an awesome floating button that brings quick actions from any website. Made to be mobile friendly first, but it also works on desktop.
Checkout the dedicated repo wich include an extension version with GUI -> Floatly
Meta Theme Injector is an extension that let you customize the theme-color meta tag on websites.
Classic script version -> Link
Auto-detect color version ->Link
Checkout the dedicated repo wich include an extension version with GUI -> MTI
If you have a suggestion feel free to share it by opening an issue You can suggest a new userscript that i should create or an improvements to already available ones