Skip to content

Instantly share code, notes, and snippets.

@vitallish
vitallish / zotselect-link.js
Last active February 9, 2023 16:13 — forked from nschneid/zotselect-link.js
Zotero export translator that generates a zotero://select link to an item in the Zotero library. (First a simple version, as well as a version that displays minimal citation information and stores further details as title text.)
@vitallish
vitallish / README.md
Last active December 28, 2015 19:19 — forked from JoelBesada/README.md

This is an example command for Backtick. A Backtick command consists of some executable JavaScript and a bit of metadata in JSON.

Here are the required steps to create a command:

  1. Create a new Gist with a command.js and command.json file, or simply fork this one.

  2. Write your JavaScript in command.js. This will be injected into and executed on the page the user is currently on when they run it.

  3. Add some metadata to the command.json file:

  • name: The name of the command.
@vitallish
vitallish / command.js
Last active December 28, 2015 19:09 — forked from JoelBesada/README.md
backtick script to reload the location through NYUs medicine portal
void(location.href='http://ezproxy.med.nyu.edu/login?url='+location.href)