mp.weixin 可复制

付费文章可复制

  1. // ==UserScript==
  2. // @name mp.weixin 可复制
  3. // @namespace https://github.com/ywzhaiqi
  4. // @version 0.1
  5. // @description 付费文章可复制
  6. // @author ywzhaiqi
  7. // @match https://mp.weixin.qq.com/s?__biz=*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13.  
  14. // $('[style*="user-select: none"]').css('user-select', null)
  15. $('.rich_media_content').css('user-select', null)
  16. })();