{"id":2969,"date":"2021-02-05T18:15:16","date_gmt":"2021-02-05T09:15:16","guid":{"rendered":"http:\/\/matoken.org\/blog\/?p=2969"},"modified":"2021-02-05T22:55:33","modified_gmt":"2021-02-05T13:55:33","slug":"output-the-url-suspended-by-the-great-suspender-with-json","status":"publish","type":"post","link":"https:\/\/matoken.org\/blog\/2021\/02\/05\/output-the-url-suspended-by-the-great-suspender-with-json\/","title":{"rendered":"The Great Suspender\u3067\u30b5\u30b9\u30da\u30f3\u30c9\u3057\u3066\u3044\u305fURL\u3092json\u3067\u51fa\u529b\u3059\u308b"},"content":{"rendered":"<div class=\"ulist\">\n<ul>\n<li><a href=\"https:\/\/gigazine.net\/news\/20210205-the-great-suspender-get-tabs-back\/\">\u30de\u30eb\u30a6\u30a7\u30a2\u5316\u3057\u305f\u300cThe Great Suspender\u300d\u304cChrome\u30a6\u30a7\u30d6\u30b9\u30c8\u30a2\u304b\u3089\u6d88\u6ec5\u3001\u62e1\u5f35\u6a5f\u80fd\u524a\u9664\u6642\u306b\u5dfb\u304d\u6dfb\u3048\u3067\u6d88\u3048\u305f\u30bf\u30d6\u3092\u5fa9\u65e7\u3055\u305b\u308b\u65b9\u6cd5\u306f\u30b3\u30ec &#8211; GIGAZINE<\/a><\/li>\n<\/ul>\n<\/div>\n<div class=\"paragraph\">\n<p>\u3068\u3044\u3046\u3053\u3068\u3067\u524a\u9664\u3055\u308c\u3061\u3083\u3063\u305f\u3093\u3067\u3059\u306d\uff0e<br \/>\n\u81ea\u5206\u306f\u5148\u6708\u602a\u3057\u3044\u3068\u3044\u3046\u8a71\u3092\u805e\u3044\u3066\u524a\u9664\u3057\u3066\u3044\u307e\u3057\u305f\uff0e\u305d\u306e\u6642\u30bf\u30d6\u304c\u6d88\u3048\u3066\u3057\u307e\u3044\u60b2\u3057\u304b\u3063\u305f\u306e\u3067\u3059\u304c\u3053\u3093\u306a\u611f\u3058\u3067\u5fa9\u65e7\u3055\u305b\u307e\u3057\u305f\uff0e<br \/>\n\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u3068\u30bf\u30a4\u30c8\u30eb\uff0cURL\u3092json\u3067\u51fa\u529b\u3057\u307e\u3059\uff0e<\/p>\n<\/div>\n<div class=\"listingblock\">\n<div class=\"content\">\n<pre class=\"highlight\"><code class=\"language-shell\" data-lang=\"shell\">$ sqlite3 ~\/.config\/google-chrome\/Default\/History \"SELECT \\\"[\\\" || group_concat(json_object('timestamp', last_visit_time, title, url)) || \\\"]\\\" FROM urls WHERE url LIKE '%bkeccnjlkjkiokjodocebajanakg%';\" | jq . | sed -e 's\/chrome-extension:\\\/\\\/klbibkeccnjlkjkiokjodocebajanakg\\\/suspended.html.*&amp;uri=\/\/'<\/code><\/pre>\n<\/div>\n<\/div>\n<div class=\"paragraph\">\n<p>\u4f55\u3092\u3084\u3063\u3066\u3044\u308b\u304b\u3068\u3044\u3046\u3068\uff0c <code>~\/.config\/google-chrome\/Default\/History<\/code> \u304cGoogle Chrome\u306esqlite3\u5f62\u5f0f\u306e\u5c65\u6b74\u30d5\u30a1\u30a4\u30eb\u306a\u306e\u3067\uff0c\u3053\u306e\u4e2d\u304b\u3089The Great Suspender\u306eurl\u306e\u542b\u307e\u308c\u3066\u3044\u308burl\u3092\u5f15\u3063\u5f35\u308a\u51fa\u3057\u3066\u6574\u5f62\u3057\u3066\u3044\u307e\u3059\uff0e<\/p>\n<\/div>\n<div class=\"paragraph\">\n<p>Chromium\u306e\u5834\u5408\u306f <code>~\/.config\/chromium\/Default\/History<\/code><br \/>\nBrave\u306f <code>~\/.config\/BraveSoftware\/Brave-Browser\/Default\/History<\/code> \u3067\u3057\u305f\uff0e<\/p>\n<\/div>\n<div class=\"paragraph\">\n<p>Default\u4ee5\u5916\u306eprofile\u306f\u540d\u524d\u3044\u308d\u3044\u308d\u306a\u306e\u3067find\u3068\u304b\u3067\u63a2\u3059\u3068\u3044\u3044\u3067\u3057\u3087\u3046\uff0e<\/p>\n<\/div>\n<div class=\"paragraph\">\n<p><code>$ find ~\/.config\/chromium\/ ~\/.config\/google-chrome\/ ~\/.config\/BraveSoftware\/Brave-Browser -name History<\/code><\/p>\n<\/div>\n<div class=\"paragraph\">\n<p>\u3053\u3053\u3067\u7d39\u4ecb\u3057\u305f\u306e\u306fLinux\u3067\u306e\u5834\u5408\u3067\u3059\u304c\uff0c\u30d1\u30b9\u3092\u5909\u3048\u308b\u3068\u4ed6\u306eOS\u3067\u3082\u3044\u3051\u308b\u306f\u305a\u3067\u3059\uff0e<\/p>\n<\/div>\n<div class=\"listingblock\">\n<div class=\"title\">\u74b0\u58831<\/div>\n<div class=\"content\">\n<pre class=\"highlight\"><code class=\"language-shell\" data-lang=\"shell\">$ dpkg-query -W jq sqlite3 chromium google-chrome-stable\nchromium\ngoogle-chrome-stable    69.0.3497.100-1\njq      1.6-2.1ubuntu1\nsqlite3 3.34.0-1\n$ lsb_release -dr\nDescription:    Ubuntu Hirsute Hippo (development branch)\nRelease:        21.04\n$ uname -m\nx86_64<\/code><\/pre>\n<\/div>\n<\/div>\n<div class=\"listingblock\">\n<div class=\"title\">\u74b0\u58832<\/div>\n<div class=\"content\">\n<pre class=\"highlight\"><code class=\"language-shell\" data-lang=\"shell\">$ dpkg-query -W jq sqlite3 chrome brave-browser google-chrome-stable\nbrave-browser   1.19.90\ngoogle-chrome-stable    88.0.4324.146-1\njq      1.6-2.1\nsqlite3 3.34.1-1\n$ lsb_release -dr\nDescription:    Debian GNU\/Linux bullseye\/sid\nRelease:        unstable\n$ uname -m\nx86_64<\/code><\/pre>\n<\/div>\n<\/div>\n<p><iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"\/\/rcm-fe.amazon-adsystem.com\/e\/cm?lt1=_blank&amp;bc1=000000&amp;IS2=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=matokensmeme-22&amp;language=ja_JP&amp;o=9&amp;p=8&amp;l=as4&amp;m=amazon&amp;f=ifr&amp;ref=as_ss_li_til&amp;asins=B01M67EB19&amp;linkId=c355d8ffc27ad9d5594449edd3a8b6a4\"><\/iframe><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30de\u30eb\u30a6\u30a7\u30a2\u5316\u3057\u305f\u300cThe Great Suspender\u300d\u304cChrome\u30a6\u30a7\u30d6\u30b9\u30c8\u30a2\u304b\u3089\u6d88\u6ec5\u3001\u62e1\u5f35\u6a5f\u80fd\u524a\u9664\u6642\u306b\u5dfb\u304d\u6dfb\u3048\u3067\u6d88\u3048\u305f\u30bf\u30d6\u3092\u5fa9\u65e7\u3055\u305b\u308b\u65b9\u6cd5\u306f\u30b3\u30ec &#8211; GIGAZINE \u3068\u3044\u3046\u3053\u3068\u3067\u524a\u9664\u3055\u308c\u3061\u3083\u3063\u305f\u3093\u3067 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"webmentions_disabled_pings":false,"webmentions_disabled":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":4,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":""},"categories":[7,571,6,199,63],"tags":[393,125],"class_list":["post-2969","post","type-post","status-publish","format-standard","hentry","category-debian-linux","category-hirsute-hippo21-04","category-linux","category-sid","category-ubuntu","tag-chromium","tag-google-chrome"],"_links":{"self":[{"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/posts\/2969","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/comments?post=2969"}],"version-history":[{"count":0,"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/posts\/2969\/revisions"}],"wp:attachment":[{"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/media?parent=2969"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/categories?post=2969"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/matoken.org\/blog\/wp-json\/wp\/v2\/tags?post=2969"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}