Skip to content

Instantly share code, notes, and snippets.

View dterracino's full-sized avatar
🐢
I may be slow to respond…

David Terracino dterracino

🐢
I may be slow to respond…
View GitHub Profile
@dterracino
dterracino / 320youtube.user.js
Created April 3, 2020 21:25 — forked from AddonDeveloper/320youtube.user.js
The 320 kbps YouTube mp3 userscript generates a 320 kbps - MP3 DOWNLOAD button on YouTube.com. Convert YouTube to mp3 and download the file to your device.
// ==UserScript==
// @name YouTube mp3 320 kbps
// @description The 320 kbps YouTube mp3 addon generates a 320 kbps - MP3 DOWNLOAD button on YouTube.com. Convert YouTube to mp3 and download the file to your device.
// @icon https://www.320youtube.com/userscript/icon.png
//
// @author Addon Developer
// @namespace https://www.320youtube.com/
// @downloadURL https://www.320youtube.com/userscript/320youtube.user.js
//
// @license GPL-3.0-or-later
@dterracino
dterracino / BG.MD
Created April 30, 2020 04:45 — forked from andrewmd5/BG.MD

Borderless Gaming Individual Contributor License Agreement

Thank you for your interest in contributing to open source software projects (“Projects”) made available by Andrew Sampson. This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to Andrew Sampson in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact [email protected].

You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.

Copyright License. You hereby grant, and agree to grant, to Andrew Sampson a non-exclusive, perpetual, irrevoca

@dterracino
dterracino / IntegerToEnglish.java
Created April 30, 2020 04:46 — forked from andrewmd5/IntegerToEnglish.java
Translate an standard arabic integer into an english word
import java.util.Scanner;
import java.util.logging.Logger;
public class IntegerToEnglish {
private static final String[] LARGE = { "", "", " Hundred", " Thousand",
" Million", " Billion" };
private static String length;
private static final Logger logger = Logger
.getLogger(IntegerToEnglish.class.getName());
private static int number;
@dterracino
dterracino / games-bundle-extractor.user.js
Created April 30, 2020 05:19 — forked from sergiosusa/games-bundle-extractor.user.js
Copy the games present on the famous bundle websites to the clipboard using a link injected on the page.
// ==UserScript==
// @name Games Bundle Extrator
// @namespace http://sergiosusa.com
// @version 0.7
// @description Extract the name of the games in diferent bundles.
// @author Sergio Susa ([email protected])
// @match https://www.gogobundle.com/latest/bundles/*
// @match https://gogobundle.com/latest/bundles/*
// @match https://www.indiegala.com/*
// @match https://www.humblebundle.com/games/*
@dterracino
dterracino / steam-own-game-bundle-checker.user.js
Created April 30, 2020 05:19
Check if you own on your configured account the games of a bundle on Humble Bundle, IndieGala, Fanatical and GoGoBundle
// ==UserScript==
// @name Own Game Bundle Checker
// @namespace http://sergiosusa.com/
// @version 0.1
// @description try to take over the world!
// @author Sergio Susa ([email protected])
// @match https://www.gogobundle.com/latest/bundles/*
// @match https://www.humblebundle.com/games/*
// @match https://www.indiegala.com/*
// @match https://www.fanatical.com/*/bundle/*
// ==UserScript==
// @author MoaMoa
// @name fanatical keyextract
// @namespace http://tampermonkey.net/
// @version 0.4
// @description fanatical keyextract
// @include https://www.fanatical.com/*/orders
// @require https://cdn.bootcss.com/jquery/3.5.0/jquery.slim.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @grant GM_setClipboard
@dterracino
dterracino / ArgumentHelper
Created April 30, 2020 05:30 — forked from IllyaTheHath/ArgumentHelper.cs
Extension Methods
/// <summary>
/// 参数校验辅助类
/// </summary>
public static class ArgumentHelper
{
#region Null/Empty Checking
public static void CheckIfNull(Object value)
{
if (value == null)
@dterracino
dterracino / o365-notifications.user.js
Created April 30, 2020 05:40 — forked from bparker98/o365-notifications.user.js
Office 365 Notifications Tampermonkey Script
// ==UserScript==
// @name Office 365 Notifications
// @namespace http://tampermonkey.net/
// @version 0.4
// @description try to take over the world!
// @author Brandon Parker
// @match https://outlook.office365.com/*
// @match https://outlook.office.com/*
// @iconURL https://r1.res.office365.com/owa/prem/16.1630.12.2223203/resources/images/0/favicon_mail.ico
// @UpdateURL https://gist.githubusercontent.com/bparker98/fdd125541c8ec9c676ca435e9eb9165a/raw/o365-notifications.user.js
@dterracino
dterracino / emuparadise.download.user.js
Created August 23, 2020 21:37 — forked from infval/emuparadise.download.user.js
emuparadise.me download workaround (Most games + Sega Dreamcast, Books/Comics/Guides/Magazines)
// ==UserScript==
// @name EmuParadise Download Workaround
// @version 1.2.2
// @description Replaces the download button link with a working one
// @author infval (Eptun)
// @match https://www.emuparadise.me/*/*/*
// @grant none
// ==/UserScript==
// https://www.reddit.com/r/Piracy/comments/968sm6/a_script_for_easy_downloading_of_emuparadise_roms/