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 IPS Forum Dark Theme (Userscripts) | |
| // @namespace https://github.com/chvvkumar | |
| // @version 1.0.1 | |
| // @description Modern dark theme for Invision Power Suite forums with blue accents, converted for Userscripts/Tampermonkey. | |
| // @author chvvkumar | |
| // @match https://www.cloudynights.com/* | |
| // @match https://*.cloudynights.com/* | |
| // @grant GM_addStyle | |
| // @run-at document-start |
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 Cloudy Nights - Enhanced Features | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.0 | |
| // @description Adds post permalinks and collapsible stream header for Cloudy Nights | |
| // @author You | |
| // @match https://www.cloudynights.com/* | |
| // @match https://*.cloudynights.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=cloudynights.com | |
| // @grant none |
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
| (function() { | |
| 'use strict'; | |
| /** | |
| * Injects CSS styles using standard DOM methods. | |
| */ | |
| function injectCssStyles() { | |
| const style = document.createElement('style'); | |
| style.textContent = ` | |
| /* The overall clickable container for ID and Icon */ |
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
| /* ======================================== | |
| COLOR VARIABLES & ROOT SETTINGS | |
| ======================================== */ | |
| :root { | |
| --primary-bg: #0f1419; | |
| --secondary-bg: #16202c; | |
| --tertiary-bg: #1c2938; | |
| --accent-primary: #4a9eff; | |
| --accent-secondary: #3182ce; | |
| --text-primary: #e8eaed; |
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
| **Install** | |
| git clone https://github.com/gordtulloch/mlCloudDetect.git | |
| cd mlCloudDetect | |
| python3 -m venv .venv | |
| source .venv/bin/activate # in Linux | |
| pip3 install -r requirements.txt | |
| sudo apt-get update && apt-get install ffmpeg libsm6 libxext6 | |
| **Data layout** |