mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
add custom js :3
This commit is contained in:
parent
971443c4ba
commit
a348fec5f3
@ -15,3 +15,8 @@ if (style.styleSheet){
|
||||
} else {
|
||||
style.appendChild(document.createTextNode(css));
|
||||
}
|
||||
|
||||
var script_tag = document.createElement('script');
|
||||
script_tag.type = 'text/javascript';
|
||||
script_tag.text = localStorage.getItem("poke-custom-script");
|
||||
document.head.appendChild(script_tag);
|
||||
|
Loading…
Reference in New Issue
Block a user