Tested with ViolentMonkey on Firefox
Script is buggy, but that makes it better I guess
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 |
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name URL Rewrite | |
// @namespace Paars | |
// @match *://*/* | |
// @run-at document-start | |
// @grant none | |
// ==/UserScript== | |
const rewrites = [ | |
{ |