Skip to content

Instantly share code, notes, and snippets.

@satchit
satchit / chatgpt-content-summarizer.js
Created April 5, 2023 03:25
ChatGPT-Content-Summarizer
// ==UserScript==
// @name ChatGPT-Content-Summarizer
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Summarize web content using ChatGPT
// @author Satchit Haridas, ChatGPT
// @match https://*/*
// @grant GM_xmlhttpRequest
// ==/UserScript==

Keybase proof

I hereby claim:

  • I am satchit on github.
  • I am satchit (https://keybase.io/satchit) on keybase.
  • I have a public key whose fingerprint is 2BC1 391D DAED 144B 56D8 6363 AAEB 96FB C9AC 2943

To claim this, I am signing this object:

@satchit
satchit / ZODB related code snippets
Created August 20, 2013 14:36
ZODB is an Object Oriented DB. A key advantage of ZODB is that you can time-travel (as long as you've not packed the DB and cleared old data). This collects some basic tips to get the history as well as the old state of that object.