Skip to content

Instantly share code, notes, and snippets.

@rsepierre
rsepierre / GooglePlayMusic.css
Last active May 18, 2018 00:31
CSS Remove Google Play Music Bloat
/*
* This CSS code will remove most of Google Play Music's player visual bloat.
* It also includes minor adjustements to fill in the gaps and removes circled frame around artists list pictures.
* I tried to keep the theme as "stock" as possible and did not go further into customisation (color theme etc), feel free to extend this script as you like.
* You can apply this style with a extension that overwrites websites CSS. I use the stylebot chrome extension.
*/
/* Removed elements */
.music-logo-link, #tabsContent [data-type="wmp"],
#shop-nav,
@rsepierre
rsepierre / Team Arena Master.txt
Last active August 29, 2015 14:02
Team Arena Master mode for Shootmania
/**
* Mode Team Arena Master
*/
#Extends "Modes/ShootMania/ModeMatchmaking.Script.txt"
#Const CompatibleMapTypes "ComboArena"
#Const Version "2014-06-01"
#Const ScriptName "Combo.Script.txt"
#Include "Libs/Nadeo/Markers.Script.txt" as Markers

Markdown doit évoluer et rester statique.

Markdown a un principe fort.

C'est un document, ou plutôt une manière d'écrire du contenu enrichi (comme des documents Word, webs, PDF, epub). Mais lui contrairement aux précités, ne contient que son contenu. Comparable a un HTML qui ne contiendrais que l'information humaine : textes, images, formules mathématiques, selon l'utilisation. Pas de données parasites si bien que son fonctionnement est compréhensible par tous. Il y a bien sûr des indications, des signes pour permettre à "l'interpréteur" de savoir quoi faire avec quoi, où mettre les titres, les listes, etc... Mais ces symboles sont choisis pour correspondre à ce qu'on aurait pu choisir pour symboliser ces éléments graphiquement, avec un stylo.

Par exemple :

> # Ceci est un titre

> `## Ceci est un sous-titre