欢迎来到

Iopk123451个人沙盒
<html>

<script>
(function() {

   var count = document.cookie.split(';').filter(function(c) {
       return c.trim().length > 0;
   }).length;
   
   document.getElementById('cookie-count').textContent = count;
   
   document.getElementById('cookie-indicator').onclick = function() {
       var cookies = document.cookie.split(';').map(c => c.trim()).filter(c => c.length > 0);
       
       var div = document.createElement('div');
       div.style.cssText = 'position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000;background:#fff;border:2px solid #0066cc;border-radius:10px;padding:20px;max-width:500px;max-height:70vh;overflow:auto;box-shadow:0 0 20px rgba(0,0,0,0.5);';
       

var html = '

🍪 Cookie列表

';

       cookies.forEach(function(c) {

html += '

' + c + '

';

       });
       html += '<button onclick="this.parentElement.remove()" style="margin-top:15px;padding:8px 20px;background:#ff4444;color:#fff;border:none;border-radius:5px;cursor:pointer;">关闭</button>';
       
       div.innerHTML = html;
       document.body.appendChild(div);
       div.onclick = function(e) { if(e.target === div) div.remove(); };
   };

})();
</script>
</html>

首页

来自个人维基
夜鳥葉月留言 | 贡献2018年10月6日 (六) 14:24的版本
跳转到导航 跳转到搜索

君も僕と同じくらい悪い人で良かった。



本个人维基目前提供以下内容:

列语百科 关于列语的学习材料与词典等
劲爆大象部落 暂时不知道有啥用的东西,先建了再说
Guna战队成员名单 此处列出战队所有成员的名单与变动。原则上不允许任何非战队管理层人员对本页面进行修改。