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 許可下發布的免費開源軟體。