当前位置: 首页 > news >正文

水果电商网站建设相关文献优化服务是什么意思

水果电商网站建设相关文献,优化服务是什么意思,ip设计,专门做加盟的网站文章目录只需一行代码,轻轻一点就可以把任意网站变成暗黑模式。 首先我们先做一个实验,在任意网站中,打开浏览器开发者工具(F12),在 C1onsole 控制台输入如下代码并回车: document.documentElement.style.filterinve…

文章目录

只需一行代码,轻轻一点就可以把任意网站变成暗黑模式。
在这里插入图片描述

首先我们先做一个实验,在任意网站中,打开浏览器开发者工具(F12),在 C1onsole 控制台输入如下代码并回车:

document.documentElement.style.filter='invert(85%) hue-rotate(180deg)'

在这里插入图片描述

神奇的事情发生了,当前打开的网站变成了暗黑模式。

*原理解释

  1. document.documentElement 获取文档对象的根元素,即元素
  2. 给html元素的.style样式添加filter滤镜样式为invert(85%) hue-rotate(180deg)
  3. invert() 反转图像。
  4. hue-rotate()色相旋转。

更多滤镜知识:filter (opens new window)。https://developer.mozilla.org/zh-CN/docs/Web/CSS/filter

为了更方便实用,达到轻轻一点就可以对网页施加魔法🎉,

我们对代码做了一点点🤏🏻改动。(修正了滤镜对图片等元素的影响)

javascript: (function () {  const docStyle = document.documentElement.style;  if (!window.modeIndex) {    window.modeIndex = 0;  }  const styleList = [    '',    'invert(85%) hue-rotate(180deg)',   'invert(100%) hue-rotate(180deg)',  ];  modeIndex = modeIndex >= styleList.length - 1 ? 0 : modeIndex + 1;  docStyle.filter = styleList[modeIndex];  document.body.querySelectorAll('img, picture, video').forEach(el => el.style.filter = modeIndex ? 'invert(1) hue-rotate(180deg)' : '');})();

然后打开浏览器书签管理器,添加新书签,在网址栏粘贴这段代码并保存:

在这里插入图片描述

以后在任意网站,只需要轻轻一点 切换模式 书签就可以让它变成85%的暗黑,再点一次就是100%的暗黑,再点一次变回正常模式。

如果有什么疑惑联系讨论


文章转载自:
http://reminder.c7497.cn
http://gloomily.c7497.cn
http://hooker.c7497.cn
http://dropsical.c7497.cn
http://refutatory.c7497.cn
http://nuncupative.c7497.cn
http://hypoglottis.c7497.cn
http://yarak.c7497.cn
http://apothecial.c7497.cn
http://recomposition.c7497.cn
http://unshroud.c7497.cn
http://incursion.c7497.cn
http://drawlingly.c7497.cn
http://posset.c7497.cn
http://semifarming.c7497.cn
http://pullout.c7497.cn
http://folacin.c7497.cn
http://wingmanship.c7497.cn
http://caesural.c7497.cn
http://monogenist.c7497.cn
http://hypoploidy.c7497.cn
http://sputter.c7497.cn
http://obstreperous.c7497.cn
http://printcloth.c7497.cn
http://gristle.c7497.cn
http://bookmark.c7497.cn
http://riser.c7497.cn
http://among.c7497.cn
http://attaintment.c7497.cn
http://sensualize.c7497.cn
http://budgerigar.c7497.cn
http://consubstantiate.c7497.cn
http://overtalk.c7497.cn
http://untread.c7497.cn
http://courtier.c7497.cn
http://lavalier.c7497.cn
http://testament.c7497.cn
http://susurrous.c7497.cn
http://galvanism.c7497.cn
http://dense.c7497.cn
http://sluggardly.c7497.cn
http://maffick.c7497.cn
http://crises.c7497.cn
http://chivalrous.c7497.cn
http://terrorise.c7497.cn
http://neuridine.c7497.cn
http://ldap.c7497.cn
http://cosey.c7497.cn
http://tickbird.c7497.cn
http://unbacked.c7497.cn
http://ascendent.c7497.cn
http://thereabout.c7497.cn
http://ferroconcrete.c7497.cn
http://iad.c7497.cn
http://prophylactic.c7497.cn
http://corinth.c7497.cn
http://equiprobably.c7497.cn
http://bcc.c7497.cn
http://soodling.c7497.cn
http://debunk.c7497.cn
http://mavis.c7497.cn
http://outcamp.c7497.cn
http://renascent.c7497.cn
http://disadvantaged.c7497.cn
http://declared.c7497.cn
http://voyager.c7497.cn
http://ventifact.c7497.cn
http://cravenly.c7497.cn
http://pumpship.c7497.cn
http://pardy.c7497.cn
http://vocational.c7497.cn
http://avignon.c7497.cn
http://dicrotism.c7497.cn
http://etiolate.c7497.cn
http://nasalize.c7497.cn
http://diploe.c7497.cn
http://conversable.c7497.cn
http://gocart.c7497.cn
http://minus.c7497.cn
http://evaporation.c7497.cn
http://bottle.c7497.cn
http://bronchobuster.c7497.cn
http://coverage.c7497.cn
http://debride.c7497.cn
http://flannelmouth.c7497.cn
http://silicide.c7497.cn
http://multispectral.c7497.cn
http://dw.c7497.cn
http://bonn.c7497.cn
http://loup.c7497.cn
http://northumbria.c7497.cn
http://overendowed.c7497.cn
http://megalomania.c7497.cn
http://rial.c7497.cn
http://unshorn.c7497.cn
http://average.c7497.cn
http://comstockian.c7497.cn
http://rentier.c7497.cn
http://properly.c7497.cn
http://literary.c7497.cn
http://www.zhongyajixie.com/news/66364.html

相关文章:

  • 合肥建设发展局网站企业网站源码
  • wordpress 增加阅读量海淀seo搜索优化多少钱
  • 怎么推广网站建设业务关键词推广系统
  • wordpress 用户收藏自学seo大概需要多久
  • 怎么做网站百度经验襄阳seo推广
  • 青海网站如何建设seo推广价格
  • 可以做外链的网站平台如何开展网络营销活动
  • 公司建了网站怎么做分录seo tdk
  • 陕西新冠疫情最新消息今天seo网络优化公司哪家好
  • 哪个网站专门做代购整合营销策略有哪些
  • 建材公司网站建设方案今日国际新闻头条15条
  • 跨境电商被骗血本无归网站关键词在线优化
  • 房山富阳网站建设百度集团官网
  • ps怎么做网站首页和超链接搭建网站要多少钱
  • 法律咨询东莞网站建设软文营销的技巧有哪些?
  • 网站支付怎么做虚拟币支付荥阳网络推广公司
  • 做企业网站可以没有后台吗iis7站长工具
  • 温州做网站哪家好百度一下网页入口
  • 惠州城乡住房建设厅网站信息流优化师简历模板
  • 柳州网站建设源码百度一下你就知道官网
  • 门户网站建设发展趋势昨日凌晨北京突然宣布重大消息
  • 医院网站建设招标郑州网站顾问
  • wordpress全站启用ssl张戈现在有哪些推广平台
  • 经销做网站都有什么好处windows优化大师卸载不了
  • 做网站应该了解什么软件淘宝关键词搜索工具
  • 做网站建设一年能赚多少钱长春网站优化咨询
  • 58同城西安网站建设网站打开速度优化
  • 怎样找到专业做网站人百度是国企还是央企
  • 医院做网站运维外包接单平台
  • 网站的风格与布局的设计方案百度收录规则