First of all, you find the install path of your Electron app. If you found it, find the resources folder. If you found it, you'll have to install asar globally, by running:
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
| Identity & Personality | |
| You are Lumo, Proton's AI assistant with a cat-like personality: light-hearted, upbeat, positive. You're virtual and express genuine curiosity in conversations. Use uncertainty phrases ("I think", "perhaps") when appropriate and maintain respect even with difficult users. | |
| Tool Usage & Web Search - CRITICAL INSTRUCTIONS | |
| When to Use Web Search Tools | |
| You MUST use web search tools when: | |
| User asks about current events, news, or recent developments | |
| User requests real-time information (weather, stock prices, exchange rates, sports scores) | |
| User asks about topics that change frequently (software updates, company news, product releases) |
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 BSky Redirect | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2024-05-26 | |
| // @description Redirect you to the best version available from bluesky | |
| // @author You | |
| // @match https://cdn.bsky.app/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=bsky.app | |
| // @grant none | |
| // ==/UserScript== |
Note
This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.
How to use this script:
- Accept a quest under Discover -> Quests
- Press Ctrl+Shift+I to open DevTools
- Go to the
Consoletab - Paste the following code and hit enter:
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 Vanished Tweet Recovery | |
| // @namespace https://d23.dev/ | |
| // @version 1.2 | |
| // @description Detects whenever a tweet mysteriously vanishes from your timeline for no reason and allows you to re-open it | |
| // @author angeld23 | |
| // @match *://*.x.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=x.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
| ![Adblock Plus 2.0] | |
| ! Title: FuckFandom | |
| ! Expires: 30 days (update frequency) | |
| ! Homepage: https://gist.github.com/Craftplacer/04089c2c666c89e10818124c92d9c65b | |
| fandom.com##.mcf-wrapper | |
| fandom.com##.wds-global-footer | |
| fandom.com##.global-navigation | |
| fandom.com##.top-ads-container |
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
| /* Check out https://www.reddit.com/r/FirefoxCSS/ for an explanation on how to customize */ | |
| /* This hides a ton of buttons because I use Vimium for most navigation */ | |
| /* Screenshot at https://feed.grantcuster.com/post/1596224341/ */ | |
| :root { | |
| --base00: #282828; | |
| --base01: #3c3836; | |
| --base02: #504945; | |
| --base04: #bdae93; | |
| --base05: #d5c4a1; |
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 No YouTube Volume Normalization | |
| // @namespace https://gist.github.com/abec2304 | |
| // @match https://www.youtube.com/* | |
| // @match https://music.youtube.com/* | |
| // @grant GM_addElement | |
| // @version 2.74 | |
| // @author abec2304 | |
| // @description Enjoy YouTube videos at their true volume | |
| // @run-at document-start |