% wget https://gist.github.com/ivellios/004b1352d0bb8405111358b9fdb29f99/raw/update_vim_debian.sh -O - | bash
This file contains hidden or 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 gg.deals - background ad removal | |
// @description Removes the annoying background ad | |
// @version 0.3 | |
// @grant none | |
// @icon https://gg.deals/favicon-48x48.png | |
// @include https://gg.deals/* | |
// @namespace https://gist.github.com/ivellios/63ad0de0230843d777309a85b772eebe | |
// @installURL https://gist.github.com/ivellios/63ad0de0230843d777309a85b772eebe/raw/gg-deals-background-ad-removal.js | |
// @downloadURL https://gist.github.com/ivellios/63ad0de0230843d777309a85b772eebe/raw/gg-deals-background-ad-removal.js |
This file contains hidden or 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 D&D Beyond - content narrow column styling | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Displays contents of D&D Beyond books in a narrow column for easier reading. Keeps tables and images as they were. | |
// @author Ivellios | |
// @installURL https://gist.githubusercontent.com/ivellios/9f37084822ec74710a3d2597f924893a/raw/dndbeyond_narrow.js | |
// @downloadURL https://gist.githubusercontent.com/ivellios/9f37084822ec74710a3d2597f924893a/raw/dndbeyond_narrow.js | |
// @updateURL https://gist.githubusercontent.com/ivellios/9f37084822ec74710a3d2597f924893a/raw/dndbeyond_narrow.js | |
// @match https://www.dndbeyond.com/sources/* |
This file contains hidden or 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
/* This is the Bookmarklet for printing D&D Beyond materials pages to PDF files, so you can read them whenever you want. | |
* It can be useful when you are reading books on your ebook reader. | |
* The exported PDFs will be presented in a two-column layout with all extra page elements removed. | |
* | |
* Remember not to share the books content with anyone. | |
* | |
* USE INSTRUCTIONS | |
* 1. Copy the code line below | |
* 2. Create a new bookmark in your browser and name it whatever you want | |
* 3. Under the address, paste the code line |
This file contains hidden or 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 Lowcygier.pl - usuń reklamę tła | |
// @author ivellios | |
// @namespace http://github.com/ivellios/ | |
// @version 0.12 | |
// @description Wyłącza reklamę w tle strony | |
// @match https://lowcygier.pl/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=lowcygier.pl | |
// @installURL https://gist.githubusercontent.com/ivellios/449b30aa6cc2b2c5e232f6cf5abe1a20/raw/lowcygier-background-ad-removal.js | |
// @downloadURL https://gist.githubusercontent.com/ivellios/449b30aa6cc2b2c5e232f6cf5abe1a20/raw/lowcygier-background-ad-removal.js |
This file contains hidden or 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 Lowcygier.pl - copy-paste fix | |
// @author ivellios | |
// @namespace http://github.com/ivellios/ | |
// @version 0.2 | |
// @description Wyłącza dodawanie informacji o źródle wklejanej w środek kopiowanego tekstu ze strony. | |
// @match https://lowcygier.pl/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=lowcygier.pl | |
// @installURL https://gist.githubusercontent.com/ivellios/7ae21ed4f8e1995551c49fafc472738d/raw/lowcygier-copy-paste-fix.js | |
// @downloadURL https://gist.githubusercontent.com/ivellios/7ae21ed4f8e1995551c49fafc472738d/raw/lowcygier-copy-paste-fix.js |
This file contains hidden or 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
import csv | |
import json | |
import sys | |
# This is simple converter for DriveThruRPG JSON data | |
# from library into CSV file, so you can manage your | |
# library | |
# How to use | |
# 1. Go to DriveThruRPG site and login |