Common functions for list of title management

Common functions for working on list of titles

目前為 2019-09-18 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.gf.qytechs.cn/scripts/390248/734027/Common%20functions%20for%20list%20of%20title%20management.js

//{
// Common functions for working on lists of titles, loading them, highlighting
// titles based on these lists.
//
// Copyright (c) 2019, Guido Villa
// Most of the code is taken from IMDb 'My Movies' enhancer:
// Copyright (c) 2008-2018, Ricardo Mendonça Ferreira ([email protected])
// Released under the GPL license - http://www.gnu.org/copyleft/gpl.html
//
// --------------------------------------------------------------------
//
// ==UserScript==
// @name          Common functions for list of title management
// @description   Common functions for working on list of titles
// @namespace     https://userscripts-mirror.org/scripts/show/xxxxxx
// @updateURL     about:blank
// @homepageURL   https://userscripts-mirror.org/scripts/show/xxxxxx
// @copyright     2019, Guido Villa
// @license       GPL-3.0-or-later
// @oujs:author   Guido
// @date          18.09.2019
// @version       0.1
// ==/UserScript==
//
// To-do (priority: [H]igh, [M]edium, [L]ow):
//   - [H] Everything: extract functions from Netflix Hide Titles script (which is pasted below)
//
// History:
// --------
// 2019.09.18  [0.1] First test version, private use only
//
//}




const VERSIONfunctionFile = "0.1";

// FUNCTIONS *************************************************************************************************************	

function $(ID){return document.getElementById(ID);}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址