v2ex_default_style

Make v2ex has no customized styles

当前为 2019-08-01 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name v2ex_default_style
  3. // @description Make v2ex has no customized styles
  4. // @author just one v2ex-er
  5. // @include https://v2ex.com/*
  6. // @include http://v2ex.com/*
  7. // @include https://www.v2ex.com/*
  8. // @include http://www.v2ex.com/*
  9. // @version 0.1
  10. // @namespace https://gf.qytechs.cn/users/302169
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. document.getElementById('node-custom-css') && document.getElementById('node-custom-css').remove();
  16. })();

QingJ © 2025

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