{"id":251,"date":"2018-12-23T22:26:26","date_gmt":"2018-12-23T14:26:26","guid":{"rendered":"https:\/\/103.249.111.182\/?p=251"},"modified":"2024-08-17T22:54:30","modified_gmt":"2024-08-17T14:54:30","slug":"%e6%b2%b9%e7%8c%b4%e8%84%9a%e6%9c%actypeshower-%e5%8a%a8%e6%80%81%e6%98%be%e7%a4%ba%e6%8c%89%e4%b8%8b%e7%9a%84%e6%8c%89%e9%94%ae","status":"publish","type":"post","link":"https:\/\/7gugu.com\/index.php\/2018\/12\/23\/%e6%b2%b9%e7%8c%b4%e8%84%9a%e6%9c%actypeshower-%e5%8a%a8%e6%80%81%e6%98%be%e7%a4%ba%e6%8c%89%e4%b8%8b%e7%9a%84%e6%8c%89%e9%94%ae\/","title":{"rendered":"[\u6cb9\u7334\u811a\u672c]Typeshower-\u52a8\u6001\u663e\u793a\u6309\u4e0b\u7684\u6309\u952e"},"content":{"rendered":"<h1 class=\"key_list\">\u63cf\u8ff0:<br style=\"display: none;\" \/><br style=\"display: none;\" \/><\/h1>\n<p>\u4e00\u4e2a\u57fa\u4e8e\u6cb9\u7334\u63d2\u4ef6\u7684\u6309\u952e\u663e\u793a\u7684\u63d2\u4ef6,\u4e3b\u8981\u53ef\u4ee5\u7528\u4e8e\u6559\u5b66\u6f14\u793a<\/p>\n<h1>\u5b89\u88c5:<\/h1>\n<ol>\n<li>\u5b89\u88c5\u6cb9\u7334\u63d2\u4ef6,\u5730\u5740https:\/\/tampermonkey.net\/<\/li>\n<li>\u6dfb\u52a0\u63d2\u4ef6<\/li>\n<li>\u8fd0\u884c\u63d2\u4ef6<\/li>\n<\/ol>\n<h1>\u6548\u679c\u5c55\u793a:<\/h1>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-253\" src=\"https:\/\/103.249.111.182\/wp-content\/uploads\/2018\/12\/QQ\u622a\u56fe20181223221112-833x1024.jpg\" sizes=\"auto, (max-width: 525px) 85vw, 525px\" srcset=\"https:\/\/7gugu.com\/wp-content\/uploads\/2018\/12\/QQ\u622a\u56fe20181223221112-833x1024.jpg 833w, https:\/\/7gugu.com\/wp-content\/uploads\/2018\/12\/QQ\u622a\u56fe20181223221112-244x300.jpg 244w, https:\/\/7gugu.com\/wp-content\/uploads\/2018\/12\/QQ\u622a\u56fe20181223221112-768x944.jpg 768w, https:\/\/7gugu.com\/wp-content\/uploads\/2018\/12\/QQ\u622a\u56fe20181223221112-1250x1536.jpg 1250w, https:\/\/7gugu.com\/wp-content\/uploads\/2018\/12\/QQ\u622a\u56fe20181223221112-1200x1474.jpg 1200w, https:\/\/7gugu.com\/wp-content\/uploads\/2018\/12\/QQ\u622a\u56fe20181223221112.jpg 1500w\" alt=\"\" width=\"525\" height=\"645\" \/><\/p>\n<h1>Greasy Fork\u5730\u5740:<\/h1>\n<p>https:\/\/greasyfork.org\/zh-CN\/scripts\/375905-typeshower<\/p>\n<h1>\u811a\u672c\u4ee3\u7801:<\/h1>\n<pre>\/\/ ==UserScript==\n\/\/ @name         TypeShower\n\/\/ @namespace    https:\/\/103.249.111.182\/\n\/\/ @version      1.0\n\/\/ @description  \u52a8\u6001\u663e\u793a\u8f93\u5165\n\/\/ @author       7gugu &amp;amp;lt;gz7gugu@qq.com&amp;amp;gt;\n\/\/ @match        https:\/\/tampermonkey.net\/documentation.php?version=4.8.5847&amp;amp;amp;ext=fire&amp;amp;amp;updated=true\n\/\/ @grant        none\n\/\/ @include *\n\/\/ @require https:\/\/cdn.bootcss.com\/jquery\/3.3.1\/jquery.min.js\n\/\/ ==\/UserScript==\n\n(function() {\n    'use strict';\nvar id=1;\nvar key_array=new Array(200);\nkey_array[65]='a';\nkey_array[66]='b';\nkey_array[67]='c';\nkey_array[68]='d';\nkey_array[69]='e';\nkey_array[70]='f';\nkey_array[71]='g';\nkey_array[72]='h';\nkey_array[73]='i';\nkey_array[74]='j';\nkey_array[75]='k';\nkey_array[76]='l';\nkey_array[77]='m';\nkey_array[78]='n';\nkey_array[79]='o';\nkey_array[80]='p';\nkey_array[81]='q';\nkey_array[82]='r';\nkey_array[83]='s';\nkey_array[84]='t';\nkey_array[85]='u';\nkey_array[86]='v';\nkey_array[87]='w';\nkey_array[88]='x';\nkey_array[89]='y';\nkey_array[90]='z';\nkey_array[112]='F1';\nkey_array[113]='F2';\nkey_array[114]='F3';\nkey_array[115]='F4';\nkey_array[116]='F5';\nkey_array[117]='F6';\nkey_array[118]='F7';\nkey_array[119]='F8';\nkey_array[120]='F9';\nkey_array[121]='F10';\nkey_array[122]='F11';\nkey_array[123]='F12';\nkey_array[136]='Num_Lock';\nkey_array[137]='Scorll_Lock';\nkey_array[8]='BackSpace';\nkey_array[9]='Tab';\nkey_array[32]='Space';\nkey_array[13]='Enter';\nkey_array[16]='Shift';\nkey_array[17]='Ctrl';\nkey_array[18]='Alt';\nkey_array[20]='Caps';\nkey_array[27]='Esc';\nkey_array[37]='\u2190';\nkey_array[38]='\u2191';\nkey_array[39]='\u2192';\nkey_array[40]='\u2193';\nkey_array[45]='Ins';\nkey_array[46]='Del';\nkey_array[48]='0';\nkey_array[49]='1';\nkey_array[50]='2';\nkey_array[51]='3';\nkey_array[52]='4';\nkey_array[53]='5';\nkey_array[54]='6';\nkey_array[55]='7';\nkey_array[56]='8';\nkey_array[57]='9';\nkey_array[192]='`';\nkey_array[173]='-';\nkey_array[61]='+';\nkey_array[219]='[';\nkey_array[221]=']';\nkey_array[220]='\\\\';\nkey_array[59]=';';\nkey_array[222]='\\'';\nkey_array[188]=',';\nkey_array[190]='.';\nkey_array[191]='\/';\nvar key_shift=0;\nvar key_ctrl=0;\nconsole.log(\"Typeshower\u5df2\u542f\u7528\");\n$(\"body\").append(\"\n&amp;amp;lt;img src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-wp-preserve=\"%3Cstyle%20type%3D'text%2Fcss'%3Etype%7Bpadding%3A%205px%2010px%3Bfont-size%3A%2087.5%25%3Bcolor%3A%20%23fff%3Bbackground-color%3A%20%23212529%3Bborder-radius%3A%205px%3Bfont-family%3ASFMono-Regular%2CMenlo%2CMonaco%2CConsolas%2C'Liberation%20Mono'%2C'Courier%20New'%2Cmonospace%3Bline-height%3A%201.5%3B%7D.key_list%7Bpadding%3A10px%3Bposition%3Afixed%3Bright%3A20px%3Btop%3A20px%3Bwidth%3A60px%3Bheight%3A50px%3Bz-index%3A999%3B%7D%3C%2Fstyle%3E\" data-mce-resize=\"false\" data-mce-placeholder=\"1\" class=\"mce-object\" width=\"20\" height=\"20\" alt=\"&amp;amp;amp;lt;style&amp;amp;amp;gt;\" title=\"&amp;amp;amp;lt;style&amp;amp;amp;gt;\" \/&amp;amp;gt;\n\n\");\n$(\"body\").append(\"\n&amp;amp;lt;div class='key_list'&amp;amp;gt;&amp;amp;lt;\/div&amp;amp;gt;\n\n\");\n    document.onkeydown=function(event){\n            id++;\n        console.log(\"Typeshower \u76d1\u542c\u4e2d\");\n\t\t\tvar key_template=\"\";\n            var e = event || window.event ;\n            if(e &amp;amp;amp;&amp;amp;amp; e.keyCode){\n\t\t\tif(key_shift==1){key_template=\"Shift+\";}\n\t\t\tif(key_ctrl==1){key_template=\"Ctrl+\";}\n\t\t\t\tkey_template=key_template+key_array[e.keyCode];\n\t\t\t\t$(\"div.key_list\").append(\"&amp;amp;lt;type id='\"+id+\"'&amp;amp;gt;\"+key_template+\"&amp;amp;lt;\/type&amp;amp;gt;\n\n\");\n              if(e.keyCode==16){key_shift=1;}\n\t\t\tif(e.keyCode==17){key_ctrl=1;}\n\t\t\t  }\n\n\t\t\t\t$(\"type[id='\"+id+\"']\").fadeOut(2500);\n\t\t\t\t$(\"br\").fadeOut(2500);\n\n        }\n\t\tdocument.onkeyup=function(event){\n\t\t\tvar e = event || window.event ;\n            if(e &amp;amp;amp;&amp;amp;amp; e.keyCode){\n\t\t\tif(e.keyCode==16){key_shift=0;}\n\t\t\tif(e.keyCode==17){key_ctrl=0;}\n\t\t\t}\n\t\t}\n})();\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u63cf\u8ff0: \u4e00\u4e2a\u57fa\u4e8e\u6cb9\u7334\u63d2\u4ef6\u7684\u6309\u952e\u663e\u793a\u7684\u63d2\u4ef6,\u4e3b\u8981\u53ef\u4ee5\u7528\u4e8e\u6559\u5b66\u6f14\u793a \u5b89\u88c5: \u5b89\u88c5\u6cb9\u7334\u63d2\u4ef6,\u5730\u5740https:\/\/ta &hellip; <a href=\"https:\/\/7gugu.com\/index.php\/2018\/12\/23\/%e6%b2%b9%e7%8c%b4%e8%84%9a%e6%9c%actypeshower-%e5%8a%a8%e6%80%81%e6%98%be%e7%a4%ba%e6%8c%89%e4%b8%8b%e7%9a%84%e6%8c%89%e9%94%ae\/\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">\u201c[\u6cb9\u7334\u811a\u672c]Typeshower-\u52a8\u6001\u663e\u793a\u6309\u4e0b\u7684\u6309\u952e\u201d<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,1],"tags":[],"class_list":["post-251","post","type-post","status-publish","format-standard","hentry","category-5","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/7gugu.com\/index.php\/wp-json\/wp\/v2\/posts\/251","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/7gugu.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/7gugu.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/7gugu.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/7gugu.com\/index.php\/wp-json\/wp\/v2\/comments?post=251"}],"version-history":[{"count":1,"href":"https:\/\/7gugu.com\/index.php\/wp-json\/wp\/v2\/posts\/251\/revisions"}],"predecessor-version":[{"id":3619,"href":"https:\/\/7gugu.com\/index.php\/wp-json\/wp\/v2\/posts\/251\/revisions\/3619"}],"wp:attachment":[{"href":"https:\/\/7gugu.com\/index.php\/wp-json\/wp\/v2\/media?parent=251"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/7gugu.com\/index.php\/wp-json\/wp\/v2\/categories?post=251"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/7gugu.com\/index.php\/wp-json\/wp\/v2\/tags?post=251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}