分享一些实用书签

1. 解除网页限制

  • 新建一个书签,名称自定义,把下面的代码复制到网址中,再把书签拖到书签栏中,当进入到无法复制的网页中,点击书签可解锁当前网站的复制限制,右键限制,选择限制等,适用于绝大部分网站。

分享一些实用书签
分享一些实用书签

javascript:"use strict";!function(){var t=function(t){t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation()};["copy","cut","contextmenu","selectstart","mousedown","mouseup","keydown","keypress","keyup"].forEach(function(e){document.documentElement.addEventListener(e,t,{capture:!0})}),alert("%E8%A7%A3%E9%99%A4%E9%99%90%E5%88%B6%E6%88%90%E5%8A%9F%E5%95%A6%EF%BC%81")}();

2. 网页*编辑

  • 加入书签,操作同上
  • 当前网页进入可编辑模式,可修改当前网页中的任意内容,再次点击则退出编辑模式。
javascript:"use strict";!function(){"true"===document.body.getAttribute("contenteditable")?(document.body.setAttribute("contenteditable",!1),alert("%E7%BD%91%E9%A1%B5%E4%B8%8D%E8%83%BD%E7%BC%96%E8%BE%91%E5%95%A6%EF%BC%81")):(document.body.setAttribute("contenteditable",!0),alert("%E7%BD%91%E9%A1%B5%E5%8F%AF%E4%BB%A5%E7%BC%96%E8%BE%91%E5%95%A6%EF%BC%81"))}();

3. 商品历史价格查询

  • 加入书签,操作同上
  • 在购物网站商品页面,即可跳转到当前商品的历史价格。
javascript:(function(){window.open("http://www.hisprice.cn/his.php?hisurl="+document.location.href)})()
上一篇:【Redis】Zset有序类型基本使用


下一篇:【Redis】Hash哈希类型基本使用