interview-hack

显示interview2.poetries隐藏内容

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

Advertisement:

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

Advertisement:

// ==UserScript==
// @name         interview-hack
// @namespace    http://tampermonkey.net/
// @version      0.0.7
// @description  显示interview2.poetries隐藏内容
// @author       icecred
// @include    *://*.poetries.top/*
// @license MIT
// @grant        none
// ==/UserScript==

!function(n){if(!n.getElementById("interview2-hack")){var e=n.createElement("style");e.id="interview2-hack",e.innerHTML="\n    .theme-default-content.lock .content__default>:nth-child(32){\n        opacity:1\n    }\n    .readMore-wrapper{\n        display:none\n    }\n\n    .theme-default-content.lock .content__default>:nth-child(n+33){\n        display:block\n    }\n\n #container{\n overflow:auto !important \n} .readMore-wrapper,#read-more-wrap{\n display:none \n} \n.theme-default-content.lock .content__default>:nth-child(30) {\n opacity:1 \n}",n.head.appendChild(e)}}(document);