SearchEnginesBookmarklet
1.0.0
从 Google、DuckDuckGo、百度、Bing 或 Qwant 等搜索引擎上的查询中获取 URL、标题、日期和描述列表是数字方法中的一项经常性需求,而且由于这些网站对机器人的限制而很难实现自动化。
SearchEnginesBookmarklet 是满足此需求的低技术解决方案,为您提供直接在浏览器中执行操作的简单方法。
从以下页面单击几下即可安装:https://medialab.github.io/SearchEnginesBookmarklet/
它作为一个小图标拖放到浏览器的书签栏中,允许您:
# Install node's express dependency
npm install express
# Create an HTTPS key & certificate set
openssl genrsa -out key.pem
openssl req -new -key key.pem -out csr.pem
openssl x509 -req -days 9999 -in csr.pem -signkey key.pem -out cert.pem
rm csr.pem
# Run your local HTTPS server
node serve-https.js
# Edit SearchEnginesBookmarklet.js to comment the second line and uncomment the third one
# Load the following page in your browser to accept the unsafe certificate first
https://localhost:4443/
# Then install your development version of the bookmarklet as usual by dragging and dropping the image from that page into your bookrmarks bar
Benjamin Ooghe-Tabanou、Julien Pontoire 等 @ Sciences Po médialab
在 médialab 工具中了解我们的更多项目。
SearchEnginesBookmarklet 是一款在 GPL 3.0 许可下发布的免费开源软件。