I hereby claim:
- I am troilus on github.
- I am troilus (https://keybase.io/troilus) on keybase.
- I have a public key ASBn02j36zqVuVTx6uaqqS81i_eLe-g2csFjF21Y5HLJAAo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WeekStr = "2,3,4,5,6"'Monday, Tuesday, Wednesday, Thursday, Friday | |
someTime = #9:19:01 AM# | |
NameStr = "WeChat Friend Name or WeChat Group Name" | |
TextStr = "36.1" | |
Function Istime(I_dayofweek,Times)'Scheduled Execution | |
userHour=Hour(Times) | |
userMinute=Minute(Times) | |
userSecond=Second(Times) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ function decodeBase64(str) { try { return decodeURIComponent(atob(str).split('').map(function(c) { return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2); }).join('')); } catch (e) { return "解码失败: " + e.message; } } function getSelectedText() { return window.getSelection().toString().trim(); } function createSelectablePopup(content) { var popup = document.createElement('div'); popup.style.cssText = ` position: fixed; top: 20%; left: 20%; width: 60%; max-height: 60%; background: white; border: 1px solid #ccc; padding: 20px; box-shadow: 0 0 10px rgba(0,0,0,0.5); z-index: 1000; overflow: auto; white-space: pre-wrap; word-wrap: break-word; %60; var closeButton = document.createElement('button'); closeButton.textContent = '关闭'; closeButton.style.cssText = %60 position: absolute; top: 10px; right: 10px; %60; closeButton.onclick = function() |