Needs:
- rdiff-backup
- tmux
- zstd
- tar
- awk
- ps
- grep
- cut
| // ==UserScript== | |
| // @name AI | |
| // @namespace z0ne | |
| // @match *://*/* | |
| // @version 1.1 | |
| // @downloadURL https://gist.github.com/cking/d63ec8fd1eb48a937588f16c43f74cc5/raw/f1bc1d91706dca7bcf41d37c2529e6296353b2ad/ai.user.js | |
| // @grant GM_getValue | |
| // @grant GM_setValue | |
| // @grant GM_registerMenuCommand | |
| // @author KuraBloodlust |
Needs:
Tested with ViolentMonkey on Firefox
Script is buggy, but that makes it better I guess
| Extension | Project | Description |
|---|---|---|
| AutoFac | Common | Dependency Injection on steroids |
| Destructurama | Web | Allow automatic censoring of POCO via attributes in Serilog |
| Edi.Captcha | Web | Session based captcha image generation and verification |
| EFCore.NamingConventions | Infrastructure | More db like naming conventions |
| Fluent.Net | Common | I18N and L10N via Mozillas fluent project |
| // ==UserScript== | |
| // @name Search get parameter - universalis.app | |
| // @namespace Z0ne | |
| // @match https://universalis.app/ | |
| // @grant none | |
| // @version 1.0 | |
| // @author Kura | |
| // @description Get a search term from a query get parameter | |
| // ==/UserScript== |
Security audit of the Cargo.lock file.
Checkts the audit database for any reported issues.
Warning: First run can be very slow, because it's building a copy of the crates.io database.
| // <copyright file="Program.cs" company="z0ne"> | |
| // Copyright (c) z0ne. All rights reserved. | |
| // </copyright> | |
| namespace Maria | |
| { | |
| using System; | |
| using System.Linq; | |
| using CommandLine; |
Needs:
unzip (to extract the nupkg archive)zenity (to show fancy progress bars)curl (to do the actual web request)jq (to parse the json returned by github api)wrestool (provided by gnome-exe-thumbnailer and/or icoutils, to parse version info of local xiv launcher)tr, sed (for parsing the output of wrestool)mv, rm (to move files around)| // ==UserScript== | |
| // @name KBN | |
| // @version 1 | |
| // @grant none | |
| // @match https://fedi.z0ne.moe/* | |
| // ==/UserScript== | |
| function l() { | |
| const args = Array.from(arguments) |
| // ==UserScript== | |
| // @author Sycam Inc (origionally Alvaro) | |
| // @name Enhanced Steam Workshop Downloader | |
| // @description Adds an extra button to download, supports collections and new workshop layout | |
| // @include *steamcommunity.com/sharedfiles/filedetails/?id=* | |
| // @include *steamcommunity.com/workshop/filedetails/?id=* | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js | |
| // @grant GM_xmlhttpRequest | |
| // @version 2.1 | |
| // @license MIT |