Greasy Fork镜像 支持简体中文。

顶部显示知乎专栏文章日期

try to take over the world!

  1. // ==UserScript==
  2. // @name 顶部显示知乎专栏文章日期
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.6
  5. // @description try to take over the world!
  6. // @author zoffy zhang
  7. // @match https://zhuanlan.zhihu.com/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. ;(function() {
  12. 'use strict'
  13.  
  14. var target = document.querySelector('.ContentItem-time')
  15. var insertPosition = document.querySelector('.Post-Header')
  16. insertPosition.append(target);
  17. })()

QingJ © 2025

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