{"id":11,"date":"2026-06-24T08:51:41","date_gmt":"2026-06-24T00:51:41","guid":{"rendered":"https:\/\/www.369daohang.com\/?p=11"},"modified":"2026-06-24T08:54:44","modified_gmt":"2026-06-24T00:54:44","slug":"%e8%b1%86%e5%8c%85%e5%8e%bb%e6%b0%b4%e5%8d%b0%e8%84%9a%e6%9c%ac","status":"publish","type":"post","link":"https:\/\/www.369daohang.com\/?p=11","title":{"rendered":"\u8c46\u5305\u53bb\u6c34\u5370\u811a\u672c"},"content":{"rendered":"<pre><code>\/\/ ==UserScript==\r\n\/\/ @name \u8c46\u5305AI\u751f\u56fe\u53bb\u6c34\u5370\r\n\/\/ @namespace http:\/\/tampermonkey.net\/\r\n\/\/ @version 1.0.0\r\n\/\/ @description \u901a\u8fc7hook\u6389JSON.parse\u5b9e\u73b0\u8c46\u5305AI\u751f\u56fe\u4e0b\u8f7d\u539f\u56fe\u53bb\u6c34\u5370!\r\n\/\/ @AuThor LauZzL\r\n\/\/ @match https:\/\/www.doubao.com\/*\r\n\/\/ @Icon https:\/\/www.google.com\/s2\/favicons?sz=64&amp;domain=doubao.com\r\n\/\/ @grant none\r\n\/\/ ==\/UserScript==\r\n(function() {\r\n\u2018use strict\u2019;\r\n\r\nfunction findAllKeysInJson(obj, key) {\r\nconst results = [];\r\nfunction search(current) {\r\nif (current &amp;&amp; typeof current === \u2018object\u2019) {\r\nif (!Array.isArray(current) &amp;&amp; Object.prototype.hasOwnProperty.call(current, key)) {\r\nresults.push(current[key]);\r\n}\r\nconst items = Array.isArray(current) ? current: Object.values(current);\r\nfor (const item of items) {\r\nsearch(item);\r\n}\r\n}\r\n}\r\nsearch(obj);\r\nreturn results;\r\n}\r\n\r\nlet _parse = JSON.parse;\r\nJSON.parse = function(data) {\r\nlet jsonData = _parse(data);\r\nif (!data.match(\u2018creations\u2019)) return jsonData;\r\nlet creations = findAllKeysInJson(jsonData, \u2018creations\u2019);\r\nif (creations.length &gt; 0) {\r\ncreations.forEach((creaetion) =&gt; {\r\ncreaetion.map((item) =&gt; {\r\nconst rawUrl = item.image.image_ori_raw.url;\r\nitem.image.image_ori.url = rawUrl;\r\n\/\/\u9884\u89c8\u65f6\u4e5f\u53bb\u6c34\u5370\r\n\/\/item.image.image_preview.url = rawUrl;\r\n\/\/item.image.image_thumb.url = rawUrl;\r\nreturn item;\r\n});\r\n})\r\n}\r\nreturn jsonData;\r\n}\r\n})();<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><!--more--><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\/\/ ==UserScript== \/\/ @name \u8c46\u5305AI\u751f\u56fe\u53bb\u6c34\u5370 \/\/ @namespace http [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-11","post","type-post","status-publish","format-standard","hentry","category-2"],"_links":{"self":[{"href":"https:\/\/www.369daohang.com\/index.php?rest_route=\/wp\/v2\/posts\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.369daohang.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.369daohang.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.369daohang.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.369daohang.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":1,"href":"https:\/\/www.369daohang.com\/index.php?rest_route=\/wp\/v2\/posts\/11\/revisions"}],"predecessor-version":[{"id":12,"href":"https:\/\/www.369daohang.com\/index.php?rest_route=\/wp\/v2\/posts\/11\/revisions\/12"}],"wp:attachment":[{"href":"https:\/\/www.369daohang.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.369daohang.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=11"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.369daohang.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}