Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name GOG St Patric's Style Shelf (Simple)
// @namespace http://nielk1.com/
// @version 1.0
// @description Apply St Patric's style to your account shelf
// @author You
// @match https://www.gog.com/*/account
// @match https://www.gog.com/*/account/movies
// @match https://www.gog.com/*/account/wishlist
// @grant none
// ==UserScript==
// @name GOG Piñata Style Shelf (Simple)
// @namespace http://nielk1.com/
// @version 1.0
// @description Apply Piñata style to your account shelf
// @author You
// @match https://www.gog.com/*/account
// @match https://www.gog.com/*/account/movies
// @match https://www.gog.com/*/account/wishlist
// @grant none
// ==UserScript==
// @name GOG Piñata Style Shelf
// @namespace http://nielk1.com/
// @version 1.0
// @description Apply Piñata style to your account shelf
// @author You
// @match https://www.gog.com/*/account
// @match https://www.gog.com/*/account/movies
// @match https://www.gog.com/*/account/wishlist
// @grant none
@Nielk1
Nielk1 / ExtendInput.DataTools.DualSense.TriggerEffectGenerator.cs
Last active May 1, 2024 22:32
Factories for all DualSense trigger effects
/*
* MIT License
*
* Copyright (c) 2021-2022 John "Nielk1" Klein
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
// ==UserScript==
// @name Twitter Verified Detector
// @namespace http://nielk1.com/
// @version 0.1
// @description Find twitter verified accounts and log them to the console as errors (as twitter kills console.log())
// @author Nielk1
// @match https://twitter.com/*
// @exclude https://twitter.com/i/*
// @grant unsafeWindow
// @grant GM_setValue
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
var safeSubproductFields = ['human_name','icon','library_family_name','machine_name','url','payee'];
var safeDownloadFields = ['android_app_only','download_identifier','download_version_number','machine_name','platform','options_dict'];
var safeDownloadStructFields = ['arch','external_link','file_size','force_download','human_size','kindle-friendly','md5','name','sha1','small','time','timestamp','timestmap','timetstamp','uploaded_at','uses_kindle_sender','asm_config'/*,'asm_manifest'*/];
var safeTpkdFields = ['auto_expand','auto_redeem','class','created','custom_disclaimer','custom_expand_html','disallowed_countries','disallowed_platforms','disclaimer','display_separately','exclusive_countries','exclusive_platforms','hide_personal_use_note','human_name','icon','instructions_html','is_current_version','is_gift','keyindex','key_type','key_type_human_name','library_family_name','machine_name','made_current_at','notes','permanently_depletable','platforms','preinstruction_text','show_custom_instructions_in_user_li
@Nielk1
Nielk1 / onename.txt
Created November 15, 2016 17:27
Verifying that "nielk1.id" is my Blockstack ID. https://onename.com/nielk1
Verifying that "nielk1.id" is my Blockstack ID. https://onename.com/nielk1
@Nielk1
Nielk1 / Remove-Watched-Button.user.js
Created August 29, 2016 22:02
Add a button to remove watched videos from page
// ==UserScript==
// @name Remove Watched Button
// @namespace http://nielk1.com/
// @version 1.0
// @description Add a button to remove watched videos from page
// @author You
// @match https://www.youtube.com/feed/subscriptions
// @grant none
// ==/UserScript==