Last active
January 4, 2024 10:20
-
-
Save kdmsnr/f310df591d6de92b11cf64330af2ab02 to your computer and use it in GitHub Desktop.
東京の美術館の展示会を表示するChromeのブックマーク
This file contains 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
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