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
import json | |
file_path = "/usr/share/vscodium-bin/resources/app/product.json" | |
with open(file_path, "r") as f: | |
config = json.load(f) | |
config["extensionsGallery"]["serviceUrl"] = "https://marketplace.visualstudio.com/_apis/public/gallery" | |
config["extensionsGallery"]["cacheUrl"] = "https://vscode.blob.core.windows.net/gallery/index" | |
config["extensionsGallery"]["itemUrl"] = "https://marketplace.visualstudio.com/items" |
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
/** | |
* @name Midnight UI | |
* @author Tropical#8908 | |
* @version Auto | |
* @description A dark, flat and modern user interface for DiscordApp. | |
* @source https://github.com/tropix126/betterDiscordStuff/blob/master/midnight/css/base.css | |
* @website https://tropix126.github.io/BetterDiscordStuff/midnight/ | |
* @invite TeRQEPb | |
* @authorId 254362351170617345 | |
*/ |