#Persistent
#SingleInstance force
alt::
suspend
return
~RButton up::
WinGetActiveTitle, Title
IfInString, Title, Firefox
{
KeyWait,RButton, U
gosub b
sleep, 158
KeyWait, Ctrl
}
Return
b:
send ^c
sleep 118
new=
str=%Clipboard%
Loop, Parse, str
{
new := A_LoopField . new
}
StringReplace, new, new, `n`r, `r`n, All
;msgbox,,,% Clipboard:=new ,0.1
msgbox,,,已经倒序 ,0.1
gosub 保存
return
保存:
FileAppend,%Clipboard%`n************************************************************************************************************>`n`n,%A_YYYY%%A_mm%%A_dd%.txt
return
暂无讨论,说说你的看法吧