csdn copy

i can copy anything i want

  1. // ==UserScript==
  2. // @name csdn copy
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description i can copy anything i want
  6. // @author You
  7. // @match https://blog.csdn.net/*
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=csdn.net
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14.  
  15. document.body.contentEditable='true';
  16.  
  17. // Your code here...
  18. })();

QingJ © 2025

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