New Script

百度翻译 页面 美化

  1. // ==UserScript==
  2. // @name New Script
  3. // @css https://static.ifeo.cn/static/css/baidufanyi.css
  4. // @namespace Violentmonkey Scripts
  5. // @match *://fanyi.baidu.com/*
  6. // @description 百度翻译 页面 美化
  7. // @version 0.0.1.20190815035155
  8. // ==/UserScript==
  9. var background = 'http://pic1.win4000.com/wallpaper/0/59c9c1cd0ed04.jpg'; //背景图
  10. //$('.trans-other-wrap').hide(); //隐藏历史
  11. $('.simultaneous-interpretation').hide();
  12. $('.trans-machine').hide();
  13. $('.download-guide').hide();
  14. $('.manual-trans-info').hide();
  15. $('.manual-trans-btn').hide();
  16. $('body').css('background-image','url(' + background + ')');
  17. $('body').css({"background-repeat":"no-repeat", "background-size": "cover"})
  18. $('.container').css('background','#f9f9f900');
  19. $('.header').css('background', '#ffffff00');
  20. $('.divide-wrap').hide(); //隐藏横线
  21.  

QingJ © 2025

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