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
// ==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
/* 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; | |
} |
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 NL-Checker User Script | |
// @namespace NL-Checker | |
// @description Script de vérifications Newsletter HTML | |
// @icon https://github.com/Elfhir/NL-checker/tree/master/GreaseMonkey/skin/logo.png | |
// @downloadURL https://github.com/Elfhir/NL-checker/blob/master/GreaseMonkey/checker.user.js | |
// @version 2.3 | |
// @grant none | |
// @require http://code.jquery.com/jquery-1.11.3.min.js | |
// @include http://127.0.0.1:8091/nl/* |