Skip to content

Instantly share code, notes, and snippets.

View gillesbertaux's full-sized avatar

Gilles Bertaux gillesbertaux

View GitHub Profile
@gillesbertaux
gillesbertaux / twitter-follow.js
Last active March 29, 2023 09:52
Twitter follow shortcut in bookmark bar
javascript:$("div.user-actions.btn-group.not-following.not-muting > button").slice(0,50).click();
@gillesbertaux
gillesbertaux / zapier.js
Last active June 11, 2016 10:36
Bookmark push to Zapier webhook
javascript: var xhr = new XMLHttpRequest();
var data = JSON.stringify({
lead: document.domain,
title: document.title
});
xhr.open("POST", "https://zapier.com/hooks/catch/XXX/XXX/");
xhr.send(JSON.stringify(data));
alert("Pushed " + document.domain + "to Zapier successfully!");

Keybase proof

I hereby claim:

  • I am gillesbertaux on github.
  • I am gilles (https://keybase.io/gilles) on keybase.
  • I have a public key whose fingerprint is E099 35CF FD1A DC21 874A EF2E 53AC E3AE 01D7 5032

To claim this, I am signing this object: