Skip to content

Instantly share code, notes, and snippets.

@kdmsnr
Last active January 4, 2024 10:20
Show Gist options
  • Save kdmsnr/f310df591d6de92b11cf64330af2ab02 to your computer and use it in GitHub Desktop.
Save kdmsnr/f310df591d6de92b11cf64330af2ab02 to your computer and use it in GitHub Desktop.
東京の美術館の展示会を表示するChromeのブックマーク
data:text/html;utf-8,<!DOCTYPE html><body><script>setTimeout(function(){const now = new Date();const year = now.getFullYear();const month = (now.getMonth() + 1).toString().padStart(2, "0");const date = now.getDate().toString().padStart(2, "0");const url = `https://artscape.jp/exhibition/schedule/exhi_schedule_result.php?pref=東京都&Year=${year}&Month=${month}&Day=${date}&period=1&selorder=1&chk_pic=1&f_submit=on`;window.location.replace(url) }, 1);</script></body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment