This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ LICENSE | |
The MIT License (MIT) | |
Copyright (c) 2016 PC | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
import json | |
import os | |
path = "blueprints/filehost/hosts/db.json" | |
db = { | |
"auth": None, | |
"hosts": { | |
"vu": {}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Lyrical-nonsense Copy | |
// @namespace http://tampermonkey.net/ | |
// @version 0.3 | |
// @description Enables copying in lyric text and adds a copy lyrics button to each tab | |
// @author pckv | |
// @match https://www.lyrical-nonsense.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=lyrical-nonsense.com | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Requires AutoHotkey v2 | |
AutoBurn := false | |
#b:: | |
{ | |
global AutoBurn | |
InputBoxObj := InputBox("Paste card IDs as copied from the Hifumin Tools userscript. If you have AutoBurn enabled, position your cursor in the center of the BIG PLUS BUTTON to the left of the Discord message field and press Enter instead of clicking OK. KEEP THE CURSOR OVER THE PLUS BUTTON UNTIL IT WRITES 'done'", "Burn cards") | |
if InputBoxObj.Result != "OK" | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Title: Unrepeat | |
Author: pckv | |
Category: Edit | |
Version: 1.1 | |
Description: | |
Splits all notes with repeats into regular notes | |
Changelog: |