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
@MichalPt
MichalPt / readleaf.user.js
Last active July 25, 2023 19:13 — forked from tillahoffmann/readleaf.user.js
Readcube-Overleaf integration: Toggle to sort the imported bib entries is added, couple of bugs fixed
// ==UserScript==
// @name Readcube-Overleaf integration
// @namespace https://tillahoffmann.github.io/
// @version 0.3
// @description Adds an "Update Library" button to Overleaf that allows you to import your Readcube library.
// @author Till Hoffmann, Michal Ptacek
// @match https://www.overleaf.com/*
// @connect readcube.com
// @grant GM_xmlhttpRequest
// ==/UserScript==