Created
July 17, 2022 03:06
-
-
Save douglaswth/82c0b289f2312027a9738b360a764954 to your computer and use it in GitHub Desktop.
Bookmarklet to access New York Times articles through the Santa Barbara Public Library's digital access
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:void(location.host = location.host.replace(/^(.+)\.nytimes\.com$/, function(_, p1) { return p1.replace('.', '-') + '-nytimes-com.sbpl.idm.oclc.org' })) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment