Skip to content

Instantly share code, notes, and snippets.

View Nyaasu66's full-sized avatar
🕘
Never too late

Nyaasu Nyaasu66

🕘
Never too late
View GitHub Profile
@Nyaasu66
Nyaasu66 / script.js
Last active February 19, 2024 02:29
Chat Mfweb Beautify
// ==UserScript==
// @name Chat Mfweb Beautify
// @namespace https://gist.github.com/Nyaasu66/9cfffb9431b4e5440f4b92a0ae9ef4bd
// @version 0.1.3
// @description awa
// @author Nyaasu66
// @match https://chat.mfweb.top/
// @icon https://www.google.com/s2/favicons?sz=64&domain=mfweb.top
// @grant none
// ==/UserScript==
#!/bin/bash
set -e
file=$(defaults read /Applications/Navicat\ Premium.app/Contents/Info.plist)
regex="CFBundleShortVersionString = \"([^\.]+)"
[[ $file =~ $regex ]]
version=${BASH_REMATCH[1]}