34 minute read
Published: 2019-06-10
This is a cynical, clinical collection of things I learnt in 30 years working with software development.
Again, some things are really cynical, others are long observations on different jobs.
34 minute read
Published: 2019-06-10
This is a cynical, clinical collection of things I learnt in 30 years working with software development.
Again, some things are really cynical, others are long observations on different jobs.
// ==UserScript== | |
// @name WebNovel.com | Full Search | |
// @description Sort your search results by chapter descending order of chapter number. | |
// @author Manciuszz | |
// @version 0.906 | |
// @match https://www.webnovel.com/category* | |
// @match https://www.webnovel.com/search* | |
// @match https://www.webnovel.com/tag* | |
// @match https://www.webnovel.com/ranking* | |
// @match https://www.webnovel.com/profile* |
// ==UserScript== | |
// @name Unloop The Tube. | |
// @author Manciuszz | |
// @version 1.01 | |
// @match https://www.youtube.com/* | |
// @grant unsafeWindow | |
// @updateURL https://gist.githubusercontent.com/manciuszz/eef680b89bfe04e6c293b88cb3b10d08/raw | |
// ==/UserScript== | |
(function(window) { |
// ==UserScript== | |
// @name HorribleSubs to Seedr Linker | |
// @description A script that allows to download HorribleSubs shows using Seedr.cc service just by clicking on Magnet/Torrent links. | |
// @author Manciuszz | |
// @version 0.2 | |
// @require https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.18.2/babel.js | |
// @require https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.16.0/polyfill.js | |
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.slim.min.js | |
// @match https://horriblesubs.info/shows/* | |
// @match https://www.seedr.cc/files* |
// ==UserScript== | |
// @name KissManga Quick Enhancements | |
// @author Manciuszz | |
// @version 0.1 | |
// @match *://kissmanga.com/Manga/*/* | |
// ==/UserScript== | |
(function() { | |
'use strict'; |
#NoEnv | |
#UseHook | |
#Persistent | |
#KeyHistory 0 | |
#SingleInstance Force | |
SetBatchLines, -1 | |
SetKeyDelay, -1, -1 | |
SendMode Input | |
class AppConfig { |