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 Okoun set images max height | |
// @namespace https://moltools.sourceforge.net/lopuch/?n=Main.Okoun | |
// @version 1.0 | |
// @author huhlal | |
// @match https://www.okoun.cz/boards/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=okoun.cz | |
// @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
// ==UserScript== | |
// @name Okoun: zobraz predchozi | |
// @namespace http://molhanec.net/lopuch/?n=Main.Okoun | |
// @description Zobrazi na co je reagovano | |
// @version 1.6 | |
// @match https://*.okoun.cz/* | |
// @grant none | |
// ==/UserScript== | |
// Author huh based on Johny_G code |
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 Google Bookmarks fix | |
// @match https://www.google.com/bookmarks/* | |
// @grant none | |
// @require https://code.jquery.com/jquery-1.12.4.min.js | |
// @require https://code.jquery.com/ui/1.12.1/jquery-ui.js | |
// ==/UserScript== | |
$(function() { | |
try { |