pageNote 网页笔记

在你感兴趣的网页上添加便笺或笔记 按 "shift+鼠标左键"" 添加笔记//Press "shift + left key" to add sticky notes in any webpage wherever you like

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
cinima
Daily installs
0
Total installs
1,662
Ratings
33 2 0
Version
v1.4.1
Created
2014-09-08
Updated
2014-09-09
Size
7.37 KB
License
MIT
Applies to

关于脚本:

  • 在你感兴趣的网页上添加便笺或笔记
  • "shift+鼠标左键"" 添加笔记
  • 一定要先装tampermonkey或greasemonkey,不要直接install,详见下面的instruction
  • 支持粘贴html格式的文本
  • 数据目前保存在localstorage里,所以无法跨浏览器,也无法同步
  • 求review~

可能出现的问题:

  • “shift+鼠标左键”没反应:
    • 可能是该页面被我我exclude了,包括(谷歌的所有页面,百度网盘,百度帖吧,百度音乐,必应以及其他的某些站点)。
    • 也可能是你按键的姿势不对,(→_→)。

Instruction:

  • 1、在chrome(new opera)上安装Tampermonkey插件,然后安装该脚本。ps:已在firefox上测试,支持greasemonkey2.0+
  • 2、然后按 "shift+鼠标左键"" 就可以在喜欢的页面上添加笔记了
  • 3、很明显,下次你浏览该页面时,添加的笔记还是存在的。不然有什么用???(→_→)

Screenshot:

img

Change logs:

v1.4.0 从uso搬运过来之前的一个脚本,重写了代码,降低了内存消耗,微调了UI。 v1.4.1 改善了对greasemonkey的兼容性,修复了firefox下因为event.timestamp的bug导致的日期错误问题,在shift+click事件中加入event.preventDefault()。