1 | javascript:(function(){$('#打招呼膠囊, #打招呼膠囊css').remove();$('head').append('<style id="打招呼膠囊css"> .bar-color:before { display:none; } #打招呼膠囊 { right:-450px; bottom:0; position:fixed; width:450px; height:500px; transition:right .6s, background .6s; } #top_bar:hover #打招呼膠囊 { right:0; } #角色, #開關 { width:100%; height:100%; position:absolute; } #打招呼 { height:90px; width:170px; position:absolute; bottom:65px; left:140px; } #說話外框 { height:160px; width:240px; font-size:16px; position:absolute; left:-120px; top:80px; display:flex; justify-content:center; align-items:center; } #說話 { all:initial; margin:20px 30px; color:#FFF; } #角色, #開關 { transition:background .6s; } </style>');$('#top_bar .bar-color').append('<div id="打招呼膠囊"><div id="角色"></div><div id="開關"></div><div id="打招呼"></div><div id="說話外框" style="display:none;"><div id="說話"></div></div></div>');$('#打招呼膠囊').css('background', 'url(https://imgur.com/vZwcbsK.png)');$('#說話外框').css('background', 'url(https://imgur.com/H1vO67t.png)');$('#角色').css('background', 'url(https://imgur.com/vIuHda3.png)');$('#開關').css('background', 'url(https://imgur.com/H8fVFXJ.png)');$('#開關').on('click', ()=>{if($('#開關').hasClass('open')) {$('#打招呼膠囊').css('background', 'url(https://imgur.com/vZwcbsK.png)');$('#開關').removeClass('open').css('background', 'url(https://imgur.com/H8fVFXJ.png)');}else {$('#打招呼膠囊').css('background', 'url(https://imgur.com/YYqIavg.png)');$('#開關').addClass('open').css('background', 'url(https://imgur.com/SUycm5f.png)');}});$('#打招呼').on('click', ()=>{if(!$('#開關').hasClass('open')) {alert('要先打開膠囊。'); return;}let hello = get_hello();let today = (new Date().getFullYear()) + "/" + (new Date().getMonth()+1) + "/" + (new Date().getDate());if(hello.d == today) alert('今天已經打過招呼了。');else {set_hello('hello_day', today);if((new Date(today) - new Date(hello.d)) / 86400000 > 1) { say_hello(false); hello.c = 0; }else if(hello.c >= 6) { say_hello(true); hello.c = 0; }else { say_hello(false); hello.c++; }set_hello('hello_count', hello.c);}});function get_hello() {return {c: (document.cookie.split("hello_count=")[1] ? +document.cookie.split("hello_count=")[1].split(";")[0] : 0),d: (document.cookie.split("hello_day=")[1] ? document.cookie.split("hello_day=")[1].split(";")[0] : 0)};}function set_hello(c_name, c_value) {let expires = new Date();expires.setTime(expires.getTime() + 1209600000);document.cookie = c_name + "=" + escape(c_value) + ";expires=" + expires.toGMTString();}function say_hello(is_seven) {let imgs = {"平常": "https://imgur.com/vIuHda3.png", "害羞": "https://imgur.com/ZhOdlkk.png", "沮喪": "https://imgur.com/Go9Puws.png", "微笑": "https://imgur.com/BYv1283.png", "驚": "https://imgur.com/xsbTQYE.png"};let content = [["平常", ["%u4ECA%u5929%u904E%u5F97%u5982%u4F55%uFF1F","%u600E%u9EBC%u4E86%uFF1F%u4E00%u76F4%u76EF%u8457%u6211%u7684%u81C9%u770B%u3002"]],["害羞", ["%u7A81%u7136%u8AAA%u300C%u6211%u5F88%u60F3%u4F60%u300D%u4EC0%u9EBC%u7684%uFF0C%u4E5F%u592A%u72AF%u898F%u4E86%u3002","%u53EF%u60E1%u2026%u5FC3%u81DF%u7684%u8072%u97F3%u5435%u6B7B%u4E86%u2026%u2026","%u5509%u2026%u771F%u662F%u2026%u2026%u6575%u4E0D%u904E%u4F60%u3002"]],["沮喪", ["%u4E0D%u7BA1%u505A%u4EC0%u9EBC%u4E8B%uFF0C%u7E3D%u6709%u4EBA%u6703%u5C07%u90A3%u4EF6%u4E8B%u548C%u6211%u5BB6%u626F%u4E0A%u95DC%u4FC2%u5462%u2026%u2026","%u547C%u2026%u2026"]],["微笑", ["%u8A00%u8A9E%u7121%u6CD5%u8868%u9054%u7684%u60F3%u6CD5%uFF0C%u82E5%u662F%u7528%u651D%u5F71%u4E5F%u8A31%u5C31%u80FD%u597D%u597D%u50B3%u9054%u4E86%u3002","%u6211%u6BCF%u6B21%u90FD%u5F88%u671F%u5F85%u4F60%u50B3%u8A0A%u606F%u7D66%u6211%u5462%u3002","%u2026%u2026%u4E0D%u884C%u55CE%uFF1F"]]];if(is_seven) content = [["驚", ["%u6211%u9858%u628A%u81EA%u5DF1%u7684%u4E00%u5207%u737B%u7D66%u4F60%u3002","%u6211%u4E26%u4E0D%u60F3%u5426%u8A8D%u5728%u9019%u88E1%u548C%u4F60%u76F8%u8655%u7684%u6642%u9593%u3002"]]];let target = content[Math.floor(Math.random() * content.length)];$('#角色').css('background', 'url(' + imgs[target[0]] + ')');$('#說話').html(unescape(target[1][Math.floor(Math.random() * target[1].length)]));$('#說話外框').fadeIn(600);setTimeout(()=>{$('#角色').css('background', 'url(' + imgs["平常"] + ')');$('#說話外框').fadeOut(600);}, 10000);}})() |
Direct link: https://paste.plurk.com/show/RAKDWgV7LZcaThgfLRL6