This file contains 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 Decrease GitHub projects column widths | |
// @namespace https://www.wildfireinternet.co.uk/ | |
// @version 0.1 | |
// @description By default the column widths on project boards on github are too big, this decreases them a little | |
// @author Andrew | |
// @match https://github.com/*/*/projects/* | |
// @grant none | |
// ==/UserScript== |
This file contains 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
# Apache servers throw content mismatch errors with XMLHttpRequests (used by barba.js) | |
# because links without a trailing slash didn't know to look for a subdir/index.html. | |
# See: | |
# https://discuss.emberjs.com/t/mixed-content-the-page-was-loaded-over-https-but-requested-an-insecure-xmlhttprequest-endpoint/13876/10 | |
# https://stackoverflow.com/questions/43696438/strange-mixed-content-issue | |
# https://serverfault.com/a/817023 | |
# https://webmasters.stackexchange.com/questions/105111 | |
# Disable the default directory slash behavior and handle that ourselves below |
All rules and guidelines in this document apply to PHP files unless otherwise noted. References to PHP/HTML files can be interpreted as files that primarily contain HTML, but use PHP for templating purposes.
The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
Most sections are broken up into two parts:
- Overview of all rules with a quick example
- Each rule called out with examples of do's and don'ts