Skip to content

Instantly share code, notes, and snippets.

View MichalPt's full-sized avatar

Michal Ptáček MichalPt

  • Charles University
  • Prague, CZE
View GitHub Profile
@tillahoffmann
tillahoffmann / readleaf.user.js
Last active October 6, 2023 21:30
Readcube-Overleaf integration: Adds an "Update Library" button to Overleaf that allows you to import your Readcube library.
// ==UserScript==
// @name Readcube-Overleaf integration
// @namespace https://tillahoffmann.github.io/
// @version 0.1
// @description Adds an "Update Library" button to Overleaf that allows you to import your Readcube library.
// @author Till Hoffmann
// @match https://www.overleaf.com/*
// @connect readcube.com
// @grant GM_xmlhttpRequest
// ==/UserScript==