// ==UserScript== // @name 知乎获取大图链接 // @description 知乎批量获取原始图片的地址链接 // @namespace huching.net // @include https://www.zhihu.com/question/ // @match *://www.zhihu.com/* // @version 0.1 // @license MIT License // @supportURL huching.net // @grant none // @downloadURL none // ==/UserScript== var head = document.getElementsByTagName('head'); head[0].insertAdjacentHTML('beforeend', ''); document.body.insertAdjacentHTML('beforeend', ''); var bottom = document.getElementById('button'); bottom.onclick = function () { document.body.setAttribute('style', 'overflow: hidden'); document.body.insertAdjacentHTML('beforeend', '