This code reproduces QTBUG-49238.
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 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 |
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 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 |
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 Mangaread/nightcomic/manhuafast page gap toggler | |
// @namespace https://gist.github.com/xim | |
// @version 2024-10-30 | |
// @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/* | |
// @match https://manhuafast.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=mangaread.org |
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 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 |
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
/borg_config.py |
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
#!/usr/bin/env python3 | |
import html.parser | |
import math | |
import os | |
import shutil | |
import subprocess | |
import sys | |
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
*.user | |
Makefile* | |
.qmake.stash | |
release | |
debug | |
*.swp | |
*~ |
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 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== |
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
#ifndef ACTIVITY_NOTIFIER_H | |
#define ACTIVITY_NOTIFIER_H | |
void setIsActive(bool); | |
#endif |
NewerOlder