From d4db9448f7fab80493254af2219e97eb286d7944 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 22 Mar 2023 17:30:38 +0000 Subject: [PATCH] add license-end :3 --- css/custom-css.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/custom-css.js b/css/custom-css.js index e1f0b17d..e1856cbf 100644 --- a/css/custom-css.js +++ b/css/custom-css.js @@ -20,3 +20,5 @@ var script_tag = document.createElement('script'); script_tag.type = 'text/javascript'; script_tag.text = localStorage.getItem("poke-custom-script"); document.head.appendChild(script_tag); + +// @license-end \ No newline at end of file