Skip to content

Instantly share code, notes, and snippets.

View oc013's full-sized avatar
🎯
Focusing

oc013

🎯
Focusing
View GitHub Profile
@oc013
oc013 / trakt-remove-history.js
Created September 23, 2024 05:20 — forked from hugoboos/trakt-remove-history.js
Remove history from Trakt
// ==UserScript==
// @name Trakt History Remover
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Clear all trakt history
// @author You
// @match https://trakt.tv/users/*/history
// @grant none
// ==/UserScript==
@oc013
oc013 / darkmode.css
Last active August 16, 2024 05:46
Ferdium Google Voice Dark Mode
:root {
--dark-grey: rgb(24, 26, 27);
--dark-medium-grey: rgb(27, 30, 31);
--medium-grey: rgb(31, 34, 35);
--dark-green: rgb(23, 55, 53);
--grey: grey;
--light-medium-grey: rgb(140, 130, 115);
--light-grey: rgb(208, 204, 197);
--near-medium-white: rgb(192, 186, 178);
--near-white: rgb(232, 230, 227);
@oc013
oc013 / VNC_Server_On_Ubuntu_22.04LTS.md
Created June 20, 2023 19:54 — forked from indyfromoz/VNC_Server_On_Ubuntu_22.04LTS.md
VNC Server setup on Ubuntu 22.04 LTS

Setup

Install TigerVNC -

$ sudo apt install tigervnc-standalone-server

Configure VNC Server by running