Skip to content

Instantly share code, notes, and snippets.

View jaepillee0315's full-sized avatar

Jaepil Lee jaepillee0315

  • Korea Institute for International Economic Policy
  • Sejong
  • 19:32 (UTC +09:00)
View GitHub Profile
@MichalPt
MichalPt / readleaf.user.js
Last active August 3, 2026 14:27 — forked from tillahoffmann/readleaf.user.js
Readcube-Overleaf integration: support for new GUI of Overleaf 6.2.1
// ==UserScript==
// @name Readcube-Overleaf integration
// @namespace https://tillahoffmann.github.io/
// @version 0.6.1
// @description Adds an "Update Library" button to Overleaf that allows you to import your Readcube library.
// @author Till Hoffmann, Michal Ptacek, Gemini Pro
// @match https://www.overleaf.com/*
// @connect readcube.com
// @grant GM_xmlhttpRequest
// ==/UserScript==
@PaulVanSchayck
PaulVanSchayck / readleaf.user.js
Last active October 6, 2023 21:26 — forked from tillahoffmann/readleaf.user.js
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.4
// @description Adds an "Update Library" button to Overleaf that allows you to import your Readcube library.
// @author Till Hoffmann, Michal Ptacek, Paul van Schayck
// @match https://www.overleaf.com/*
// @connect readcube.com
// @grant GM_xmlhttpRequest
// ==/UserScript==