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
| broot v0.13.5: | |
| broot | |
| bropages v0.3.0: | |
| bro | |
| cargo v0.44.0: | |
| cargo | |
| cargo-expand v0.6.0: | |
| cargo-expand | |
| cargo-generate v0.5.0: | |
| cargo-generate |
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
| const range = (limit = 0) => [...Array(limit)].map((_, i) => i) | |
| const random = (down = 0, up = 0) => Math.floor(Math.random() * (up - down + 1)) | |
| class Player { | |
| position = 0; | |
| constructor(name) { | |
| this.name = name; | |
| } |
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
| {"[email protected]":{"/org/gnome/shell/extensions/appindicator/":"[/]\nicon-size=16\ntray-pos='right'"},"[email protected]":{"/org/gnome/shell/extensions/gsconnect/":"[/]\ndebug=false\ndevices=@as []\nenabled=true\nid='0c694514-4e6e-40a8-8a33-cd3e426e013b'\nname='workstation'\nshow-indicators=false\n\n[device/0c694514-4e6e-40a8-8a33-cd3e426e013b]\nincoming-capabilities=['kdeconnect.battery', 'kdeconnect.battery.request', 'kdeconnect.clipboard', 'kdeconnect.clipboard.connect', 'kdeconnect.connectivity_report', 'kdeconnect.contacts.response_uids_timestamps', 'kdeconnect.contacts.response_vcards', 'kdeconnect.findmyphone.request', 'kdeconnect.mousepad.echo', 'kdeconnect.mousepad.keyboardstate', 'kdeconnect.mousepad.request', 'kdeconnect.mpris', 'kdeconnect.mpris.request', 'kdeconnect.notification', 'kdeconnect.notification.request', 'kdeconnect.photo', 'kdeconnect.photo.request', 'kdeconnect.ping', 'kdeconnect.presenter', 'kdeconnect.runcommand', 'kdeconnect.runcommand.request' |
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 BetterUI | |
| // @version 2.2 | |
| // @match https://*.ycombinator.com/* | |
| // @match https://lobste.rs/* | |
| // @description - Add Favicons, remove user submit stories (eg ASK, SHOW, TELL), remove twitter stories etc | |
| // ==/UserScript== | |
| function nextSibbling(element) { | |
| let next; |
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 CrapCleaner | |
| // @namespace https://github.com/pombadev | |
| // @match https://www.facebook.com/ | |
| // @grant none | |
| // @version 1.3 | |
| // @author pombadev | |
| // @description Clean sponsered post from feed | |
| // @require https://cdn.jsdelivr.net/npm/@violentmonkey/dom@2 | |
| // ==/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 gather.town pain | |
| // @namespace Violentmonkey Scripts | |
| // @match https://app.gather.town/* | |
| // @grant none | |
| // @version 1.1 | |
| // @author pombadev | |
| // @description Just login | |
| // ==/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 Gather Desktop Notification | |
| // @namespace Violentmonkey Scripts | |
| // @match https://app.gather.town/app/* | |
| // @version 2 | |
| // @author pombadev | |
| // @description Send notification count to desktop | |
| // @grant GM_getValue | |
| // @grant GM_setValue | |
| // @grant GM_registerMenuCommand |
OlderNewer