Skip to content

Instantly share code, notes, and snippets.

@rojnwa
rojnwa / fix_codium.py
Created August 2, 2020 00:50
Reverts to the old marketplace in VSCodium
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"
@rojnwa
rojnwa / midnightui_complete.css
Last active May 7, 2020 03:02
Complete version of Midnight UI - ported for Firefox (included some fixes which would've broken the theme with firefox otherwise)
/**
* @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
*/