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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<h2>Original CSS</h2> | |
<style style="display: block; white-space: pre; font-family: monospace"> | |
h2 { margin:0; } |
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
/*! | |
* @description Grunt@!!!!! | |
*/ | |
module.exports = function(grunt) { | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
uglify: { |
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 yt cover mode chrome & firefox | |
// @namespace http://puteborgne.sexy/tampermonkey | |
// @downloadURL http://puteborgne.sexy/tampermonkey/ytcover.user.js | |
// @updateURL http://puteborgne.sexy/tampermonkey/ytcover.user.js | |
// @version 1.8 | |
// @grant none | |
// @match *://*.youtube.com/* | |
// @match *://*.youtube-nocookie.com/* | |
// @match *://*.vimeo.com/* |