소도구:image-in-search-bar.js

최근 편집: 2023년 3월 8일 (수) 10:41
// <nowiki>
(function () {
  'use strict';

  var today = new Date();

  if (today.getMonth() != 2 || today.getDate() != 8) {
    return;
  }

  document.getElementById('searchInput').placeholder = '🥖🌹';
})();
// </nowiki>