Skip to content

Instantly share code, notes, and snippets.

View westwong0622's full-sized avatar
🎯
Focusing

West Wong westwong0622

🎯
Focusing
View GitHub Profile
@westwong0622
westwong0622 / droidify_repos-20250608
Created October 14, 2025 12:38
json-droidify_repos-20250608
{"repositories":[{"serialVersion":1,"id":-1,"address":"https://mobileapp.bitwarden.com/fdroid/repo","mirrors":[],"name":"Bitwarden","description":"The official repository for Bitwarden. Bitwarden is a password manager.","version":21,"enabled":false,"fingerprint":"BC54EA6FD1CD5175BCCCC47C561C5726E1C3ED7E686B6DB4B18BAC843A3EFE6C","lastModified":"","entityTag":"","updated":0,"timestamp":0,"authentication":""},{"serialVersion":1,"id":-1,"address":"https://breezy-weather.github.io/fdroid-repo/fdroid/repo","mirrors":[],"name":"Breezy Weather","description":"The F-Droid repository for Breezy Weather","version":21,"enabled":false,"fingerprint":"3480A7BB2A296D8F98CB90D2309199B5B9519C1B31978DBCD877ADB102AF35EE","lastModified":"","entityTag":"","updated":0,"timestamp":0,"authentication":""},{"serialVersion":1,"id":-1,"address":"https://briarproject.org/fdroid/repo","mirrors":[],"name":"Briar","description":"The official repository for Briar. Briar is a serverless/offline messenger that focused on privacy, security, and
@westwong0622
westwong0622 / tampermonkey-EtymonlineClean.js
Last active September 10, 2022 14:02
Etymonline.com no ad
// ==UserScript==
// @name EtymonlineClean
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Remove the ad
// @author westwong0622
// @match https://www.etymonline.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=etymonline.com
// @grant none
// ==/UserScript==
@westwong0622
westwong0622 / tampermonkey-GaodingPSClean.js
Last active September 7, 2022 09:01
Gaoding PS Online clean version
// ==UserScript==
// @name GaodingPSClean
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Remove the useless bar of Gaoding PS Online
// @author westwong0622
// @match https://ps.gaoding.com/
// @icon https://www.google.com/s2/favicons?sz=64&domain=gaoding.com
// @grant none
// ==/UserScript==
@westwong0622
westwong0622 / ubersicht-desktop.coffee
Last active August 12, 2022 10:00
A ubersicht plugin of showing a pic and txt.
# this is the shell command that gets executed every time this widget refreshes
command: "whoami"
# the refresh frequency in milliseconds
refreshFrequency: 1000000
# render gets called after the shell command has executed. The command's output
# is passed in as a string. Whatever it returns will get rendered as HTML.
render: (output) -> """
<div id="rounded-pic""></div>