SearchEnginesBookmarklet
1.0.0
Google, DuckDuckGo, Baidu, 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 및 al @ Sciences Po médialab
medialab 도구에서 더 많은 프로젝트를 알아보세요.
SearchEnginesBookmarklet은 GPL 3.0 라이센스에 따라 출시된 무료 오픈 소스 소프트웨어입니다.