{"id":13476595,"url":"https://github.com/d3ward/scriptz","last_synced_at":"2025-08-07T15:34:28.729Z","repository":{"id":44338615,"uuid":"240873943","full_name":"d3ward/scriptz","owner":"d3ward","description":"An awesome collection of userscripts","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:40.000Z","size":64,"stargazers_count":137,"open_issues_count":3,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T04:02:50.216Z","etag":null,"topics":["javascript","script","scripts-collection","userscript","violentmonkey","violentmonkey-script"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d3ward.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-16T10:45:02.000Z","updated_at":"2025-04-08T09:32:29.000Z","dependencies_parsed_at":"2024-09-15T15:20:40.411Z","dependency_job_id":null,"html_url":"https://github.com/d3ward/scriptz","commit_stats":{"total_commits":26,"total_committers":2,"mean_commits":13.0,"dds":"0.038461538461538436","last_synced_commit":"8b3e6b98177c74a48a820e42a5e4eb9d8c2e55da"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/d3ward/scriptz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3ward%2Fscriptz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3ward%2Fscriptz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3ward%2Fscriptz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3ward%2Fscriptz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d3ward","download_url":"https://codeload.github.com/d3ward/scriptz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3ward%2Fscriptz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269281579,"owners_count":24390682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","script","scripts-collection","userscript","violentmonkey","violentmonkey-script"],"created_at":"2024-07-31T16:01:32.389Z","updated_at":"2025-08-07T15:34:27.043Z","avatar_url":"https://github.com/d3ward.png","language":"JavaScript","readme":"# scriptz\r\n\r\n**Scriptz** is a collection of scripts created thanks to the suggestions of the Kiwi Browser community.\r\n\r\nThe goal of each script is to offer to the user a feature \r\n or a customization that expands daily accessibility on websites \r\n\r\n## How to use \u0026 Set up\r\nEach script can be loaded into userscripts extension managers like [Violentmonkey](https://violentmonkey.github.io/)\r\nor loaded directly into supported browsers like [Kiwi Browser](https://kiwibrowser.com)\r\n\r\nOnce you installed the Violentmonkey extension do the following steps :\r\n  - Open the Violentmonkey\r\n  - Go to options page\r\n  - Click create new Script ( you will get a dropdown )\r\n  - Choose upload from url\r\n  - Add the script link you can find in the List below\r\n  - Confirm installation\r\nOr just click on the link of the script and a installation pages will be opened by extension manager\r\n  \r\nNow  if you want you can setup the script like changing some behavior or options\r\nFor example , by default all the scripts will be injected to all websites , that because on each script at row 4 there is a : ```// @match       *://*/*```\r\nyou 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) \r\n\r\n## List of userscripts\r\n\r\n\r\n### CWS.js\r\n\r\nChrome Web Store website is not mobile friendly . Really Google ?\r\n\r\nI created a script that try to make the CWS more mobile friendly , available on dedicated repo -\u003e [CWS](https://github.com/d3ward/cws-mobile)\r\n\r\n### setAutocomplete.js [Link](https://github.com/d3ward/scriptz/raw/master/src/setAutocomplete.user.js)\r\n\r\nThe autocomplete attribute specifies whether a form should have autocomplete on or off.\r\nWhen autocomplete is on, the browser automatically complete values based on values that the user has entered before.\r\n\r\nThis script disables the autocomplete list on form inputs\r\n\r\n### setUserSelect.js [Link](https://github.com/d3ward/scriptz/raw/master/src/setUserSelect.user.js)\r\n\r\nThe 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.\r\n\r\nThis script force-enable the text selection \r\n\r\n### tbScroller.js [Link](https://github.com/d3ward/scriptz/raw/master/src/tbScroller.user.js)\r\n\r\nScript that add 2 buttons at rigth middle to scroll by scree height to top or bottom\r\n\r\n### awesomeScroller.js [Link](https://github.com/d3ward/scriptz/raw/master/src/awesomeScroller.user.js)\r\n\r\nScript to scroll with a fake awesome scrollbar\r\n\r\n### scrollToTop.js [Link](https://github.com/d3ward/scriptz/raw/master/src/scrollToTop.user.js)\r\n\r\nScript to scroll to top with smooth scroll\r\n\r\n### noDAO.js [Link](https://github.com/d3ward/scriptz/raw/master/src/noADO.user.js)\r\n\r\nScript to disable animation delay opacity\r\n\r\n### repoDownload.js [Link](https://github.com/d3ward/scriptz/raw/master/src/repoDownload.user.js)\r\n\r\nScript that add a button to download a github repository \r\n\r\n### gWallpaper.js [Link](https://github.com/d3ward/scriptz/raw/master/src/gWallpaper.user.js)\r\n\r\nChange Google Search Engine background image every day with random wallpaper \r\n\r\n### rotateThis.js [Link](https://github.com/d3ward/scriptz/raw/master/src/rotateThis.user.js)\r\n\r\nSimple script to rotate images by 45° on each click\r\n\r\n### floatly.js [Link](https://github.com/d3ward/scriptz/raw/master/src/floatly.user.js)\r\n\r\nFloatly is an awesome floating button that brings quick actions from any website. Made to be mobile friendly first, but it also works on desktop.\r\n\r\nCheckout the dedicated repo wich include an extension version with GUI -\u003e [Floatly](https://github.com/d3ward/floatly)\r\n\r\n### mti.js\r\n\r\nMeta Theme Injector is an extension that let you customize the theme-color meta tag on websites.\r\n\r\nClassic script version -\u003e [Link](https://github.com/d3ward/scriptz/raw/master/src/mti.js)\r\n\r\nAuto-detect color version -\u003e[Link](https://github.com/d3ward/scriptz/raw/master/src/a_mti.js)\r\n\r\nCheckout the dedicated repo wich include an extension version with GUI -\u003e [MTI](https://github.com/d3ward/mti)\r\n\r\n## Contributing\r\n\r\nIf you have a suggestion feel free to share it by opening an issue\r\nYou can suggest a new userscript that i should create or an improvements to already available ones\r\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3ward%2Fscriptz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3ward%2Fscriptz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3ward%2Fscriptz/lists"}