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
# ------------------------------------------------------------------------------ | |
# .gitignore for OctoberCMS (http://octobercms.com/) | |
# Based on https://gist.github.com/salcode/b515f520d3f8207ecd04 for WordPress | |
# ------------------------------------------------------------------------------ | |
# Ignore everything in the root except the "plugins" and "themes" directories | |
/* | |
!themes/ | |
!plugins/ |
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 Leaderboard Wige Solution Painting | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description Style your Leaderboard on wige solutions by MSFS | |
// @author Stikkx | |
// @match https://livetiming.azurewebsites.net | |
// @icon https://www.google.com/s2/favicons?domain=tampermonkey.net | |
// @grant none | |
// ==/UserScript== |