YP小站_自动展开全文

try to take over the world!

目前為 2020-08-05 提交的版本,檢視 最新版本

// ==UserScript==
// @name         YP小站_自动展开全文
// @match        https://www.yp14.cn/*
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       lgyh Z
// @grant        none
// @connect      yp14.cn
// ==/UserScript==

(function() {
    'use strict';
    document.getElementById('container').style='position: relative;height: auto;';
    var tmp = document.getElementById('read-more-mask');
    var parent = tmp.parentElement;
    var removed = parent.removeChild(tmp);
    parent.removeChild(parent.children[0])
    removed === tmp;
})();

QingJ © 2025

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