mirror of
https://codeberg.org/ashley/poke
synced 2026-04-19 16:47:59 +00:00
add license-end :3
This commit is contained in:
@@ -20,3 +20,5 @@ var script_tag = document.createElement('script');
|
|||||||
script_tag.type = 'text/javascript';
|
script_tag.type = 'text/javascript';
|
||||||
script_tag.text = localStorage.getItem("poke-custom-script");
|
script_tag.text = localStorage.getItem("poke-custom-script");
|
||||||
document.head.appendChild(script_tag);
|
document.head.appendChild(script_tag);
|
||||||
|
|
||||||
|
// @license-end
|
||||||
Reference in New Issue
Block a user