A Pen by Chris Coyier on CodePen.
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
@font-face { | |
font-family: 'Helvetica Neue'; | |
src: local('Helvetica Neue'); | |
font-weight: normal; | |
font-style: normal; | |
} | |
@font-face { | |
font-family: 'Helvetica Neue'; |
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 avenoel-toolkit | |
// @namespace avnt | |
// @description toolbar for scroll to top, to bottom, refresh, youtube-player from cdv | |
// @include https://avenoel.org/* | |
// @version 1.03 | |
// @grant none | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js | |
// @run-at document-end | |
// ==/UserScript== |
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 gmail-enhancer | |
// @namespace gmail-enhancer | |
// @description gmail-enhancer UX experience | |
// @include https://mail.google.com/mail/* | |
// @version 1.2 | |
// @grant none | |
// ==/UserScript== | |
(function() { |
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document regexp("http://localhost/([a-zA-Z0-9_/])+") { | |
.jgrid { | |
position: fixed; | |
z-index: 999998; | |
top:0; left: 0; right: 0; bottom: 0; | |
width: 100%; | |
height: 100%; | |
} |
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
/* 2016.10.10 */ | |
img { | |
display: block; | |
width: 100%; | |
height: 100%; | |
-webkit-transform-style: preserve-3d; | |
transform-style: preserve-3d; | |
-moz-transition: transform 0.250s ease; |
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-anti-suggested-video | |
// @namespace yt-anti | |
// @description remove suggested video because not relevant | |
// @include https://www.youtube.com/* | |
// @version 1.5 | |
// @grant none | |
// @require https://cdnjs.cloudflare.com/ajax/libs/zepto/1.1.6/zepto.min.js | |
// ==/UserScript== | |
$(document).ready(function () { |
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-make-playlist | |
// @namespace yt-make-playlist | |
// @include https://www.youtube.com/* | |
// @version 1.1 | |
// @grant none | |
// @require https://cdnjs.cloudflare.com/ajax/libs/zepto/1.1.6/zepto.min.js | |
// ==/UserScript== | |
$(document).ready(function () { | |
var ids = []; |
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
/* Inspired by https://github.com/JasonBarnabe/stylish */ | |
#img { | |
height: 0 !important; | |
width: 0 !important; | |
/* these numbers match the new image's dimensions */ | |
padding-left: 128px !important; | |
padding-top: 128px !important; | |
background: url(http://placekitten.com.s3.amazonaws.com/homepage-samples/408/287.jpg) no-repeat !important; | |
} |
NewerOlder