Skip to content

Instantly share code, notes, and snippets.

@douglaswth
Created July 17, 2022 03:06
Show Gist options
  • Save douglaswth/82c0b289f2312027a9738b360a764954 to your computer and use it in GitHub Desktop.
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
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