Skip to content

Instantly share code, notes, and snippets.

@moyashi
Created September 21, 2024 17:01
Show Gist options
  • Save moyashi/e843e6d06b90d7f45100832c66677d82 to your computer and use it in GitHub Desktop.
Save moyashi/e843e6d06b90d7f45100832c66677d82 to your computer and use it in GitHub Desktop.
Amazonの本を世田谷区立図書館Webサイトでタイトル検索
javascript:%24title%3D%24(%22%23productTitle%22).text().trim()%3B%24match%3D%24title.match(%22(.%2B)%5B%EF%BC%88(%5D%5B%5E%EF%BC%89%5D%2B%5B%EF%BC%89)%5D%24%22)%3Bif(%24match%20!%3Dnull)%7B%24title%3D%24match%5B1%5D%3B%7D%24title%3Dwindow.prompt(%22%E6%A4%9C%E7%B4%A2%E3%82%BF%E3%82%A4%E3%83%88%E3%83%AB%22%2C%24title)%3B%24a%3D%22https%3A%2F%2Flibweb.city.setagaya.tokyo.jp%2Fdetailresult%3F4%26target1%3D1%26target2%3D2%26item1%3DAB%26item2%3DAB%26item3%3DCD%26item4%3DEF%26item5%3DK%26key1%3D%22%3B%24b%3DencodeURIComponent(%24title)%3B%24c%3D%22%26comp1%3D3%26comp2%3D3%26comp3%3D3%26comp4%3D1%26comp5%3D1%26cond%3D1%26sort%3D1%26mv%3D20%26buncomp%3D1%26lib%26lib2%26lib3%26mater%26mater2%26mater3%26trguser%22%3Bwindow.location.href%3D%24a%20%2B%20%24b%20%2B%20%24c%3Bvoid(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment