Skip to content

Instantly share code, notes, and snippets.

View Koli14's full-sized avatar

Karácsony Kolos Koli14

View GitHub Profile
/***************************************************************************************
****************************************************************************************
***** Super GM.setValue and GM.getValue.js
*****
***** This library extends the Greasemonkey GM.setValue and GM.getValue functions to
***** handle any javascript variable type.
*****
***** Add it to your GM script with:
***** // @require https://userscripts-mirror.org/scripts/source/107941.user.js
*****
@Koli14
Koli14 / hidefilmsonncore.user.js
Last active July 12, 2019 17:34
Hide watched movies on ncore.cc with greasmonkey
// ==UserScript==
// @name ncore.hide.films.user.js
// @namespace mytool
// @include https://ncore.cc/torrents.php*
// @version 1.1
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require http://userscripts-mirror.org/scripts/source/107941.user.js
// @grant GM_setValue
// @grant GM_getValue
// @description Hide movies on ncore.cc with greasmonkey