การรวบรวมรายการ URL ชื่อเรื่อง วันที่ และคำอธิบายจากการสืบค้นในเครื่องมือค้นหา เช่น Google, DuckDuckGo, Baidu, Bing หรือ Qwant นั้นเป็นความต้องการที่เกิดขึ้นซ้ำในวิธีการดิจิทัลและแทบจะเป็นไปไม่ได้เลย เนื่องจากเว็บไซต์เหล่านั้นมีข้อจำกัดด้านโรบ็อต
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
ค้นพบโครงการของเราเพิ่มเติมได้ที่เครื่องมือ medialab
SearchEnginesBookmarklet เป็นซอฟต์แวร์โอเพ่นซอร์สฟรีที่เผยแพร่ภายใต้ลิขสิทธิ์ GPL 3.0