Pinned Loading
-
Legimi.pl - Snippet for adding book ...
Legimi.pl - Snippet for adding book to shelf from main catalogue 1// This snippet adds 'Add to Shelf' button while viewing legimi.pl catalogue
2// How to add and run snippet:
3// https://developers.google.com/web/tools/chrome-devtools/javascript/snippets#runcommandmenu
4let books = document.querySelectorAll('.book-box');
5books.forEach(book => {
-
AlternativeTo.net - OnePager - bookm...
AlternativeTo.net - OnePager - bookmarklet 1javascript: (function() {
2const appListParent = document.querySelector('li[data-testid]').parentElement;
3let alternativesApps = [];
4document.querySelector('nav[aria-label="Pagination Navigation"]').remove(); // Remove navigation links
5const container = document.createElement("div");
-
AddToShaarli
AddToShaarli PublicForked from burgyl/AddToShaarli
A chrome extension that lets you add the current page or note to your Shaarli instance.
JavaScript 2
-
high-performance-eleventy-garden
high-performance-eleventy-garden Public templateThis is my try to apply performance features from eleventy-high-performance-blog into Eleventy-Garden, additionally add rough-notation
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.