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
{"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 |
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 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== |
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 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== |
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
# 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> |