Skip to content

Instantly share code, notes, and snippets.

View Howard20181's full-sized avatar
🏥
Running

Howard Wu Howard20181

🏥
Running
View GitHub Profile
KB:MySQL Workbench 8.0.42 does not support non-utf-8 encoding Windows systems
When you see the following pop-up window
Could not acquire management access for administration
RuntimeError: Target host is configured as Windows, but seems to be a different OS. Please review the connection settings.
or there is an error message in the log about os_utils.py indicating that the utf-8 encoding conversion failed, apply the following patch
@Howard20181
Howard20181 / colamanga.js
Last active July 20, 2025 16:49
ColaManga Debug for TachiX extensions
// ==UserScript==
// @name ColaManga Debug
// @namespace http://tampermonkey.net/
// @version 2025-07-15
// @description try to take over the world!
// @author Howard Wu
// @match *://www.colamanga.com/manga-*/*/*.html
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant GM_log
// ==/UserScript==