tibbar 在 [基于jev的L站推荐系统] LINUX DO Algorithm + Jev 中发帖
基于神墨佬的小玩具改了一版,接入了jev打分
// ==UserScript==
// @name LINUX DO Algorithm + Jev
// @namespace http://tampermonkey.net/
// @version 1.4.1
// @description 热度与个性化推荐:独立配置画像模型、Jev 渠道、评分模型和权重
// @author SMNET / Tibbar
// @match https://linux.do/*
// @grant GM_xmlhttpRequest
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
// @grant...