Skip to content

Instantly share code, notes, and snippets.

@xim
xim / mangasee123-gap-persisting.user.js
Last active February 1, 2024 22:11
Mangasee123 page gap persisting
// ==UserScript==
// @name Mangasee123 page gap persisting
// @namespace https://gist.github.com/xim
// @version 2024-02-01
// @description Script that remembers the "gap" setting per manga
// @author xim
// @match https://mangasee123.com/read-online/*
// @downloadURL https://gist.github.com/xim/581c409b924ee01e4bc9bf5e9fa2abfc/raw/mangasee123-gap-persisting.user.js
// @updateURL https://gist.github.com/xim/581c409b924ee01e4bc9bf5e9fa2abfc/raw/mangasee123-gap-persisting.user.js
// @icon https://www.google.com/s2/favicons?sz=64&domain=mangasee123.com
@xim
xim / manhua-page-gap.user.js
Last active January 28, 2024 23:42
Manhuascan page gap
// ==UserScript==
// @name Manhuascan page gap
// @namespace https://gist.github.com/xim
// @version 2024-01-28
// @description Add page gap to manhuascan
// @author xim
// @match https://manhuascan.com/manga/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=manhuascan.com
// @downloadURL https://gist.github.com/xim/0e854c7f1deb7e5f5c9a1218c8328a74/raw/manhua-page-gap.user.js
// @updateURL https://gist.github.com/xim/0e854c7f1deb7e5f5c9a1218c8328a74/raw/manhua-page-gap.user.js
@xim
xim / mangaread-page-gap-toggler.user.js
Last active January 29, 2024 22:34
Mangaread/nightcomic page gap toggler
// ==UserScript==
// @name Mangaread/nightcomic page gap toggler
// @namespace https://gist.github.com/xim
// @version 2024-01-29
// @description Running this toggles the "no-gap" css class on all .page-break page elements and persists per manga
// @author xim
// @match https://www.mangaread.org/*
// @match https://www.nightcomic.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=mangaread.org
// @downloadURL https://gist.github.com/xim/9ca907c77abf0687d1beac910888966d/raw/mangaread-page-gap-toggler.user.js
@xim
xim / qwantz-rss-title.user.js
Last active February 1, 2024 22:19
Dinosaur comics rss title shower
// ==UserScript==
// @name Dinosaur comics rss title shower
// @namespace https://gist.github.com/xim
// @version 4
// @description Show the RSS title inline on www.qwantz.com
// @author You
// @match *://qwantz.com/*
// @match *://www.qwantz.com/*
// @downloadURL https://gist.githubusercontent.com/xim/eacb9dcc4155783d5d6911c2282c0d9d/raw/qwantz-rss-title.user.js
// @updateURL https://gist.githubusercontent.com/xim/eacb9dcc4155783d5d6911c2282c0d9d/raw/qwantz-rss-title.user.js
@xim
xim / .gitignore
Last active September 11, 2019 08:25
borg wrapper + systemd definition
/borg_config.py
@xim
xim / urlview
Last active May 7, 2019 13:04
Urlview, done better -- with colors, context and unescaped links.
#!/usr/bin/env python3
import html.parser
import math
import os
import shutil
import subprocess
import sys
@xim
xim / .gitignore
Created March 16, 2018 20:35 — forked from anonymous/autohide-test.pro
autohide-test
*.user
Makefile*
.qmake.stash
release
debug
*.swp
*~
@xim
xim / facebook-sponsored-content-remover.user.js
Last active January 1, 2018 19:06
Facebook sponsored content remover
// ==UserScript==
// @name Facebook remove all sponsored content
// @namespace https://gist.github.com/xim
// @description Removes all sponsored content.
// @include https://www.facebook.com/*
// @version 6
// @downloadURL https://gist.githubusercontent.com/xim/ca63b8f8053517fc460b0b67508ed125/raw/facebook-sponsored-content-remover.user.js
// @grant none
// ==/UserScript==
@xim
xim / activityNotifier.h
Last active October 4, 2016 08:19
Minimal program to reproduce hanging qt apps
#ifndef ACTIVITY_NOTIFIER_H
#define ACTIVITY_NOTIFIER_H
void setIsActive(bool);
#endif
@xim
xim / README.md
Last active November 4, 2015 18:08
QTBUG-49238

This code reproduces QTBUG-49238.