Backloggery interop

Backloggery integration with game library websites

كونىسى: v1.2.3 - 2024-10-20 - Disabled achievements highlighting in ignored entries
يېڭىسى: v1.2.4 - 2024-11-03 - Fixed syncing of multi-page collections on Deku Deals

  • --- /tmp/diffy20251031-2803066-3kdeom 2025-10-31 21:06:49.408618264 +0000
  • +++ /tmp/diffy20251031-2803066-55sqh3 2025-10-31 21:06:49.408618264 +0000
  • @@ -1,7 +1,7 @@
  • // ==UserScript==
  • // @name Backloggery interop
  • // @namespace http://tampermonkey.net/
  • -// @version 1.2.3
  • +// @version 1.2.4
  • // @description Backloggery integration with game library websites
  • // @author LeXofLeviafan
  • // @icon https://backloggery.com/favicon.ico
  • @@ -1149,6 +1149,8 @@
  • } else if (PAGE.match(RE.dekuLibrary) && $find("a[href='/logout']")) {
  • + let _fullLink = $find(`.pagination_controls a[href$="page_size=all"]`);
  • + if (_fullLink) return confirm("Show all on one page?") && location.replace(_fullLink.href);
  • console.warn("[BL] activated!");
  • const SELECTORS = [".name", "a.main-link", ".main-link img, .image img", "form", "input[checked][name=rating]"];
  • let platform = s => when(slugify(s), k => ({'xbox-x-s': 'xboxsx', 'xbox-one': 'xbo'})[k] || k);