JAV tag助手

鼠标悬停在javLibrary图片上时显示该视频类型。

Από την 09/11/2018. Δείτε την τελευταία έκδοση.

// ==UserScript==
// @name        JAV tag助手
// @namespace   JAV tag助手
// @description 鼠标悬停在javLibrary图片上时显示该视频类型。

// @include     http*://www.w24j.com/*

// @version     0.01
// @run-at      document-end
// @grant       GM_xmlhttpRequest
// @grant       GM_setClipboard
// @grant       GM_setValue
// @grant       GM_getValue
// @grant       GM_addStyle
// @grant       GM_registerMenuCommand
// ==/UserScript==

"use strict"
let video = document.querySelector("#video")
console.log(video)