Skip to content

Commit

Permalink
Specify CDN requires at last working versions
Browse files Browse the repository at this point in the history
Stopped working without that, likely because citation-js
was upgraded to v0.5. So specified this and also FileSaver
to prevent any further problems of this sort.

Will need to have a look at CJS v0.5, as likely has good
improvements, but Sebzer is not in active dev RN.
  • Loading branch information
pvzhelnov authored Sep 9, 2021
1 parent d41334d commit 8f7cc3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sebzer.user.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// ==UserScript==
// @name Sebzer
// @namespace https://p1m.org/
// @version 0.2.6
// @version 0.2.7
// @description Средство экспорта библиографических записей из eLIBRARY.RU (СЕБЗЕР). Добавляет в eLIBRARY.RU возможности экспорта библиографических записей, подобные таковым в PubMed. В настоящее время поддерживается экспорт только со страниц выдачи, только с ограничением по типу публикации «статьи в журналах» и только в формате BibTeX.
// @author Павел Желнов
// @match http*://*.elibrary.ru/*
// @grant none
// @require https://cdn.rawgit.com/eligrey/FileSaver.js/master/dist/FileSaver.min.js
// @require https://cdn.jsdelivr.net/npm/citation-js
// @require https://cdn.rawgit.com/eligrey/FileSaver.js/v2.0.2/dist/FileSaver.min.js
// @require https://cdn.jsdelivr.net/npm/citation-js@0.4.10/build/citation.min.js
// ==/UserScript==

$(function() {
Expand Down

0 comments on commit 8f7cc3f

Please sign in to comment.