Skip to content

Instantly share code, notes, and snippets.

View maxdesu's full-sized avatar

Mekokung maxdesu

  • Bangkok, Thailand
View GitHub Profile
// ==UserScript==
// @name Contextual Clipboard Assistant
// @name:de Kontextueller Zwischenablage-Assistent
// @name:es Asistente de Portapapeles Contextual
// @name:fr Assistant Presse-papiers Contextuel
// @name:it Assistente Appunti Contestuale
// @name:ja コンテキストクリップボードアシスタント
// @name:zh-CN 上下文剪贴板助手
// @name:ru Контекстный Помощник Буфера Обмена
// @description Adds a floating toolbar with clipboard-related actions like copy, cut, paste, and save to file. The script integrates multilingual support (English, German, Spanish, French, Italian, Japanese, Chinese, Russian).
@UserUnknownFactor
UserUnknownFactor / Japanese SFX.md
Last active November 17, 2024 16:05
Japanese game and manga text sound effect (SFX) database

Introduction

This is a compiled collection of common Japanese SFXs (sound effects or onomatopoeia).

This collection uses mostly Romaji transliterations. Some SFXs can be used in combination with other SFXs; some of them, or combinations thereof, can be written separately for emphasis within the same panel (example: do-ki-, ドッ キッ ), but can be considered part of the same action; some use repeated sub-elements or prolongation characters (ー) within them. All interjections can be written differently, usually to indicate particularly strong or repeated stimulation. For example, a cho in isolation is almost certainly a truncated version of chotto, where the speaker was distracted from finishing the word. A prolongation of a character, on the other hand, often implies lazy, harsh, or sloppy pronunciation, or possibly even a scream. Because of this, many SFXs can have multiple meanings, depending on the action drawn, as well as one's interpretation of that action.

A

a: general interjection and versa

@tajnymag
tajnymag / tinder.user.js
Last active November 5, 2024 10:01
Tinder Deblur Userscript (ARCHIVED and DEPRECATED, see https://github.com/tajnymag/tinder-deblur)
// ==UserScript==
// @name Tinder Deblur
// @namespace Violentmonkey Scripts
// @match https://tinder.com/*
// @grant none
// @version 1.4
// @author Tajnymag
// @downloadURL https://raw.githubusercontent.com/tajnymag/tinder-deblur/main/tinder.user.js
// @description Simple script using the official Tinder API to get clean photos of the users who liked you
// ==/UserScript==
@tobimori
tobimori / GitHubMetaRepository.user.js
Last active June 6, 2020 07:59
📝 Userscript to enable profile READMEs on GitHub 🌈 Requires Tampermonkey
// ==UserScript==
// @name GitHub Meta Repository
// @namespace https://moeritz.io
// @version 1.1.0
// @description Enables profile READMEs on GitHub
// @author Tobias Möritz
// @match *://github.com/*
// ==/UserScript==
(() => {
About Locale Emulator and the concept of locale emulation itself

I came across this program a while ago myself, and was just as amazed by its premise. I looked at the source code, and saw lots of involved low-level NT kernel voodoo I don't understand, instead of the code I tend to use to solve this kind of problem. Truly, this must be an amazing piece of software, I thought... until I tested it with th135 and noticed that it rendered the Music Room text as exactly the same garbage you see when running the game without any locale emulation. Yeah, it did display 東方心綺楼 in the title bar and correctly referenced the 御首頂戴帳 folder, but overall I'd consider this to be a worse alternative to AppLocale.

So I did some research, and it turns out that this thing merely implements the bare minimum of functionality necessary (namely, changing the system ANSI code page in memory) to purportedly keep games from crashing. Anything just a bit more involved

@bluelovers
bluelovers / ImageTweak_SC.user.js
Last active March 17, 2019 11:06
ImageTweak_SC.user.js
// ==UserScript==
// @name ImageTweak SC
// @namespace bluelovers
// @author bluelovers
//
// @downloadURL https://gist.github.com/bluelovers/5186199/raw/ImageTweak_SC.user.js
// @updateURL https://gist.github.com/bluelovers/5186199/raw/ImageTweak_SC.user.js
//
// @include *://exhentai.org/*
// @include *://g.e-hentai.org/*
@scalopus
scalopus / TrueWifi.user.js
Created August 9, 2012 08:37
True Wifi - Autologin script
// ==UserScript==
// @name Truewifi Auto Login/Logout 2
// @version 1.01
// @author Warun Kietduriyakul, script derived from Mr.Montree Phomkam
// @namespace http://www.jomyut.net
// @description True Wifi automatic login/re-login script when time is exceed.
// @include http*://portal.trueinternet.co.th/*
// ==/UserScript==
//################################################################
@pathawks
pathawks / OpenGraph for Blogger.md
Last active October 28, 2023 23:41
OpenGraph for Blogger

Adding Open Graph metadata to Blogger is easy. Simply copy the code below and paste it into your template after the <header> tag.

A couple notes:

  • og:locale Should probably actually reflect the blog's locale instead of just being a hardcoded string. Unfortunately, Blogger only gives us en-us with a hyphen, instead of an underscore, so that won't work.
  • If you're using your blog as a personal profile, you may consider changing the second og:type from website to profile and adding your personal information
  • og:image Is only supplied if Blogger finds an image in the current post. However, not supplying og:image is invalid. You could provide an alternate image of your blog logo, or a Gravatar.
  • If you do something cool with this, I'd love to hear about it. [email protected]