I hereby claim:
- I am JanPokorny on github.
- I am janpokorny (https://keybase.io/janpokorny) on keybase.
- I have a public key whose fingerprint is E683 07D4 75D3 0465 805C D47C 60D0 13A9 B303 9FF7
To claim this, I am signing this object:
| """ | |
| Generates a self-referential test. There are 18 question-statements, answer to each being 1 (truth) or 0 (false). | |
| Answer to the whole test is thus a 18-digit binary number. | |
| """ | |
| import random | |
| questions_count = 18 | |
| convergence = 0.7 |
| // ==UserScript== | |
| // @name IS course assignment | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Fix disabled button for course assignment | |
| // @author Jan Pokorný | |
| // @match https://is.muni.cz/auth/student/* | |
| // @grant GM_setValue | |
| // @grant GM_getValue | |
| // @grant GM_xmlhttpRequest |
| /* ==UserStyle== | |
| @name Dark IS MU | |
| @namespace github.com/JanPokorny | |
| @version 1.0.1 | |
| ==/UserStyle== */ | |
| @-moz-document domain("is.muni.cz") { | |
| #sticky_panel.bgr { |
| /** CSS style to make Microsoft To-Do narrower **/ | |
| /** Made by Puf https://popcorn.vivaldi.net **/ | |
| #sidebar:not(:hover) { | |
| width: 55px; | |
| } | |
| #sidebar { | |
| transition: width 0.3s; | |
| } |
| /** CSS style to make Skype Web narrower **/ | |
| /** Made by Puf https://popcorn.vivaldi.net **/ | |
| #footer, .ContactsPage-hint { | |
| display: none; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name eBay quit your bullshit | |
| // @namespace Puf | |
| // @version 0.1 | |
| // @description When searching for buy-it-now items on eBay, shows the actual price instead of the bogus item price that some shitty sellers add | |
| // @author Puf | |
| // @match http://www.ebay.com/sch/* | |
| // @grant GM_xmlhttpRequest | |
| // ==/UserScript== |
| /** CSS style to make FB Messenger narrower **/ | |
| /** Made by Puf https://popcorn.vivaldi.net **/ | |
| /* Width fix */ | |
| body > div:first-child > div:first-child > div:first-child, ._4sp8 { | |
| min-width: 0!important; | |
| } | |
| /* New message overflow fix */ | |
| [aria-label="New message"] > div:first-child > div:first-child { |
| // ==UserScript== | |
| // @name RuTranslit | |
| // @namespace RuTranslit | |
| // @description Azbuka -> Latin | |
| // @include * | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| function textNodesUnder(node) { |
| /* | |
| * TagPro Neomacro | UserScript by Popcorn. | |
| * ======================================== | |
| * Are you tired of overly complex chat macro systems? Have you forgotten whether you bound "Yes" to I or U? | |
| * This is Neomacro -- TagPro macro system that uses arrow keys, ctrl and 0 (zero) (you use WASD to control | |
| * the game, don't you?) to create powerful and easy-to-remember macro codes. | |
| * | |
| * 1.0 update: Redesigned some macros, be sure to take a look. | |
| * 1.1 update: Simplified code, added more comments | |
| * 1.2 update: Goodbye, backspace and ctrl+something! |