Skip to content

Commit

Permalink
Automated deployment @ 2024-02-20 22:32:34 Asia/Shanghai
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 20, 2024
1 parent 856da7d commit 9c99d36
Show file tree
Hide file tree
Showing 125 changed files with 83 additions and 26 deletions.
2 changes: 1 addition & 1 deletion _token
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Automated deployment @ 2024-02-13 22:32:50 Asia/Shanghai
Automated deployment @ 2024-02-20 22:32:32 Asia/Shanghai
2 changes: 1 addition & 1 deletion logs/error.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2024-02-13 22:32:48 | ERROR | __main__:run:158 | An error has been caught in function 'run', process 'MainProcess' (3577), thread 'MainThread' (140391206587264): - {}
2024-02-20 22:32:29 | ERROR | __main__:run:158 | An error has been caught in function 'run', process 'MainProcess' (3565), thread 'MainThread' (140443534883712): - {}
Traceback (most recent call last):
File "/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py", line 162, in <module>
asyncio.run(run())
Expand Down
4 changes: 2 additions & 2 deletions logs/runtime.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2024-02-13 22:32:15 | INFO | __main__:stash:131 | run - {'image': '20231121', 'version': '0.10.1.post2', 'role': 'EpicPlayer', 'headless': True}
2024-02-13 22:32:48 | ERROR | __main__:run:158 | An error has been caught in function 'run', process 'MainProcess' (3577), thread 'MainThread' (140391206587264): - {}
2024-02-20 22:31:57 | INFO | __main__:stash:131 | run - {'image': '20231121', 'version': '0.10.1.post2', 'role': 'EpicPlayer', 'headless': True}
2024-02-20 22:32:29 | ERROR | __main__:run:158 | An error has been caught in function 'run', process 'MainProcess' (3565), thread 'MainThread' (140443534883712): - {}
Traceback (most recent call last):
File "/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py", line 162, in <module>
asyncio.run(run())
Expand Down
4 changes: 2 additions & 2 deletions logs/serialize.log
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{"text": "2024-02-13 22:32:15 | INFO | __main__:stash:131 | run - {'image': '20231121', 'version': '0.10.1.post2', 'role': 'EpicPlayer', 'headless': True}\n", "record": {"elapsed": {"repr": "0:00:01.310024", "seconds": 1.310024}, "exception": null, "extra": {"image": "20231121", "version": "0.10.1.post2", "role": "EpicPlayer", "headless": true}, "file": {"name": "claim.py", "path": "/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py"}, "function": "stash", "level": {"icon": "ℹ️", "name": "INFO", "no": 20}, "line": 131, "message": "run", "module": "claim", "name": "__main__", "process": {"id": 3577, "name": "MainProcess"}, "thread": {"id": 140391206587264, "name": "MainThread"}, "time": {"repr": "2024-02-13 22:32:15.552143+08:00", "timestamp": 1707834735.552143}}}
{"text": "2024-02-13 22:32:48 | ERROR | __main__:run:158 | An error has been caught in function 'run', process 'MainProcess' (3577), thread 'MainThread' (140391206587264): - {}\nTraceback (most recent call last):\n File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 162, in <module>\n asyncio.run(run())\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/runners.py\", line 44, in run\n return loop.run_until_complete(main)\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/base_events.py\", line 636, in run_until_complete\n self.run_forever()\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/base_events.py\", line 603, in run_forever\n self._run_once()\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/base_events.py\", line 1909, in _run_once\n handle._run()\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/events.py\", line 80, in _run\n self._context.run(self._callback, *self._args)\n> File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 158, in run\n await agent.stash()\n File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 149, in stash\n if not await self.prelude_with_context(context):\n File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 73, in prelude_with_context\n await page.goto(url, wait_until=\"networkidle\")\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/playwright/async_api/_generated.py\", line 9275, in goto\n await self._impl_obj.goto(\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/playwright/_impl/_page.py\", line 484, in goto\n return await self._main_frame.goto(**locals_to_params(locals()))\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/playwright/_impl/_frame.py\", line 149, in goto\n await self._channel.send(\"goto\", locals_to_params(locals()))\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/playwright/_impl/_connection.py\", line 63, in send\n return await self._connection.wrap_api_call(\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/playwright/_impl/_connection.py\", line 495, in wrap_api_call\n return await cb()\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/playwright/_impl/_connection.py\", line 101, in inner_send\n result = next(iter(done)).result()\nplaywright._impl._errors.TimeoutError: Timeout 30000ms exceeded.\n", "record": {"elapsed": {"repr": "0:00:34.287970", "seconds": 34.28797}, "exception": {"type": "TimeoutError", "value": "Timeout 30000ms exceeded.", "traceback": true}, "extra": {}, "file": {"name": "claim.py", "path": "/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py"}, "function": "run", "level": {"icon": "❌", "name": "ERROR", "no": 40}, "line": 158, "message": "An error has been caught in function 'run', process 'MainProcess' (3577), thread 'MainThread' (140391206587264):", "module": "claim", "name": "__main__", "process": {"id": 3577, "name": "MainProcess"}, "thread": {"id": 140391206587264, "name": "MainThread"}, "time": {"repr": "2024-02-13 22:32:48.530089+08:00", "timestamp": 1707834768.530089}}}
{"text": "2024-02-20 22:31:57 | INFO | __main__:stash:131 | run - {'image': '20231121', 'version': '0.10.1.post2', 'role': 'EpicPlayer', 'headless': True}\n", "record": {"elapsed": {"repr": "0:00:00.866700", "seconds": 0.8667}, "exception": null, "extra": {"image": "20231121", "version": "0.10.1.post2", "role": "EpicPlayer", "headless": true}, "file": {"name": "claim.py", "path": "/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py"}, "function": "stash", "level": {"icon": "ℹ️", "name": "INFO", "no": 20}, "line": 131, "message": "run", "module": "claim", "name": "__main__", "process": {"id": 3565, "name": "MainProcess"}, "thread": {"id": 140443534883712, "name": "MainThread"}, "time": {"repr": "2024-02-20 22:31:57.329814+08:00", "timestamp": 1708439517.329814}}}
{"text": "2024-02-20 22:32:29 | ERROR | __main__:run:158 | An error has been caught in function 'run', process 'MainProcess' (3565), thread 'MainThread' (140443534883712): - {}\nTraceback (most recent call last):\n File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 162, in <module>\n asyncio.run(run())\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/runners.py\", line 44, in run\n return loop.run_until_complete(main)\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/base_events.py\", line 636, in run_until_complete\n self.run_forever()\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/base_events.py\", line 603, in run_forever\n self._run_once()\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/base_events.py\", line 1909, in _run_once\n handle._run()\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/asyncio/events.py\", line 80, in _run\n self._context.run(self._callback, *self._args)\n> File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 158, in run\n await agent.stash()\n File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 149, in stash\n if not await self.prelude_with_context(context):\n File \"/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py\", line 73, in prelude_with_context\n await page.goto(url, wait_until=\"networkidle\")\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/playwright/async_api/_generated.py\", line 9275, in goto\n await self._impl_obj.goto(\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/playwright/_impl/_page.py\", line 484, in goto\n return await self._main_frame.goto(**locals_to_params(locals()))\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/playwright/_impl/_frame.py\", line 149, in goto\n await self._channel.send(\"goto\", locals_to_params(locals()))\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/playwright/_impl/_connection.py\", line 63, in send\n return await self._connection.wrap_api_call(\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/playwright/_impl/_connection.py\", line 495, in wrap_api_call\n return await cb()\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/playwright/_impl/_connection.py\", line 101, in inner_send\n result = next(iter(done)).result()\nplaywright._impl._errors.TimeoutError: Timeout 30000ms exceeded.\n", "record": {"elapsed": {"repr": "0:00:32.552504", "seconds": 32.552504}, "exception": {"type": "TimeoutError", "value": "Timeout 30000ms exceeded.", "traceback": true}, "extra": {}, "file": {"name": "claim.py", "path": "/home/runner/work/Epic_Auto/Epic_Auto/epic/src/claim.py"}, "function": "run", "level": {"icon": "❌", "name": "ERROR", "no": 40}, "line": 158, "message": "An error has been caught in function 'run', process 'MainProcess' (3565), thread 'MainThread' (140443534883712):", "module": "claim", "name": "__main__", "process": {"id": 3565, "name": "MainProcess"}, "thread": {"id": 140443534883712, "name": "MainThread"}, "time": {"repr": "2024-02-20 22:32:29.015618+08:00", "timestamp": 1708439549.015618}}}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"quit-application": 0, "profile-change-net-teardown": 0, "profile-change-teardown": 0, "profile-before-change": 9, "profile-before-change-qm": 0, "xpcom-will-shutdown": 1, "xpcom-shutdown": 0}
{"quit-application": 0, "profile-change-net-teardown": 0, "profile-change-teardown": 0, "profile-before-change": 0, "profile-before-change-qm": 0, "xpcom-will-shutdown": 1, "xpcom-shutdown": 0}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1047
158

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sessionId":"12161d07-bdf9-4871-80c7-bfd32751b9ea","subsessionId":"5fa7dfd3-4a22-4479-a3dc-a134b9e1bd59","profileSubsessionCounter":19,"newProfilePingSent":true}
{"sessionId":"d2922141-e626-46b0-a1d5-b6b65786a8ef","subsessionId":"1ba43ead-598a-41dc-859d-0d7e1aeaa18a","profileSubsessionCounter":20,"newProfilePingSent":true}

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 1 addition & 1 deletion user_data_dir/epic-games@461387340/browser_context/lock
Binary file modified user_data_dir/epic-games@461387340/browser_context/places.sqlite
Binary file not shown.
24 changes: 12 additions & 12 deletions user_data_dir/epic-games@461387340/browser_context/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ user_pref("app.update.auto", false);
user_pref("app.update.checkInstallTime", false);
user_pref("app.update.disabledForTesting", true);
user_pref("app.update.enabled", false);
user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1707834766);
user_pref("app.update.lastUpdateTime.background-update-timer", 1707834766);
user_pref("app.update.lastUpdateTime.browser-cleanup-thumbnails", 1707834766);
user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1708439548);
user_pref("app.update.lastUpdateTime.background-update-timer", 1708439548);
user_pref("app.update.lastUpdateTime.browser-cleanup-thumbnails", 1708439548);
user_pref("app.update.lastUpdateTime.region-update-timer", 1707834766);
user_pref("app.update.lastUpdateTime.services-settings-poll-changes", 1707834766);
user_pref("app.update.lastUpdateTime.services-settings-poll-changes", 1708439548);
user_pref("app.update.lastUpdateTime.telemetry_modules_ping", 1705415718);
user_pref("app.update.lastUpdateTime.xpi-signature-verification", 1707834766);
user_pref("app.update.lastUpdateTime.xpi-signature-verification", 1708439548);
user_pref("app.update.mode", 0);
user_pref("app.update.service.enabled", false);
user_pref("apz.content_response_timeout", 60000);
Expand Down Expand Up @@ -63,14 +63,14 @@ user_pref("browser.shell.checkDefaultBrowser", false);
user_pref("browser.startup.couldRestoreSession.count", 2);
user_pref("browser.startup.homepage", "about:blank");
user_pref("browser.startup.homepage_override.mstone", "ignore");
user_pref("browser.startup.lastColdStartupCheck", 1707834737);
user_pref("browser.startup.lastColdStartupCheck", 1708439518);
user_pref("browser.startup.page", 0);
user_pref("browser.tabs.disableBackgroundZombification", false);
user_pref("browser.tabs.warnOnCloseOtherTabs", false);
user_pref("browser.tabs.warnOnOpen", false);
user_pref("browser.topsites.contile.cacheValidFor", 9931);
user_pref("browser.topsites.contile.cachedTiles", "[{\"id\":74301,\"name\":\"Amazon\",\"url\":\"https://www.amazon.com/?tag=admarketus-20&ref=pd_sl_f954ecd6db45d3c96513aab6dbc853ceefe5e1b16e9e6c632204ef8e&mfadid=adm\",\"click_url\":\"https://bridge.sfo1.ap01.net/ctp?version=16.0.0&ci=1707832963415.12791&key=1707832963400400001.1&ctag=pd_sl_f954ecd6db45d3c96513aab6dbc853ceefe5e1b16e9e6c632204ef8e\",\"image_url\":\"https://contile-images.services.mozilla.com/obgoOYObjIFea_bXuT6L4LbBJ8j425AD87S1HMD3BWg.9991.jpg\",\"image_size\":200,\"impression_url\":\"https://imp.mt48.net/static?id=7RHzfOIXjFEYsBdvIpkX4Zbr1pfY1CHZ4pbW4pbWfpbX7ReNxR3UIG8zInwYIFIVs9eYiGINHrwkiFXwxYIZjF8XgClWfC2X7R4dHQ8zJnErj%3DcO7R4dHQfz4Z2ZfplnHG3Z5FwqgCfX1p8d4Cxr1BINI9HuiF2z4Z2ZfplnHmcux%3DcvImauiF2zfQlWfp2%2B7ncqIr7VjGbuiF2zfCfk4Qxr4Qfnj9wWIBdvIpkY7R4TJr2uJREuHnEYgClnHr7wHG3vjnDuiF2zfCbY4BIWJ%3DcQIFdwJR2uiF2zfCbW4Wyy\"},{\"id\":74925,\"name\":\"Expedia\",\"url\":\"https://www.expedia.com/?locale=en_US&siteid=1&semcid=US.UB.ADMARKETPLACE.GT-C-EN.HOTEL&SEMDTL=a1219867.b115417125.g1.l1.e1C.m11707832963400400001.r1.c1.j1.k1.d1.h1.i1.n1.o1.p1.q1.s1.t1.x1.f1.u1.v1.w1&mfadid=adm\",\"click_url\":\"https://bridge.sfo1.admarketplace.net/ctp?version=16.0.0&ci=1707832963415.12791&key=1707832963400400001.2&ctag=1707832963400400001\",\"image_url\":\"https://contile-images.services.mozilla.com/0TegrVVRalreHILhR2WvtD_CFzj13HCDcLqqpvXSOuY.10862.jpg\",\"image_size\":200,\"impression_url\":\"https://imp.mt48.net/static?id=7RHzfOIXjFEYsBdvIpkX4Zbr1pfY1CHZ4pbW4pbWfpbX7ReNxR3UIG8zInwYIFIVs9eYiGINHrwkiFXwxYIZjF8XgClWfC2X7R4dHQ8zJnErj%3DcO7R4dHQfz4Z2%2BfQDnHG3Z5FwqgCfX1p8d4Cxr1BINI9HuiF2z4Z2%2BfQDnHmcux%3DcvImauiF2zfQl%2B1pHr7ncqIr7VjGbuiF2zfCDkfCxXfQDnj9wWIBdvIpkY7R4TJr2uJREuHnEYgC8nHr7wHG3vjnDuiF2z4ZH%2B7ReTHF4wJFEUjtdvIpkXfpbr\"}]");
user_pref("browser.topsites.contile.lastFetch", 1707834737);
user_pref("browser.topsites.contile.cacheValidFor", 10146);
user_pref("browser.topsites.contile.cachedTiles", "[{\"id\":74301,\"name\":\"Amazon\",\"url\":\"https://www.amazon.com/?tag=admarketus-20&ref=pd_sl_4fc8cd88efdcc70b475a88c86f3ca6a78613ded3ba549fe9bb8753e7&mfadid=adm\",\"click_url\":\"https://bridge.sfo1.ap01.net/ctp?version=16.0.0&ci=1708438225822.12791&key=1708438225400900005.1&ctag=pd_sl_4fc8cd88efdcc70b475a88c86f3ca6a78613ded3ba549fe9bb8753e7\",\"image_url\":\"https://contile-images.services.mozilla.com/obgoOYObjIFea_bXuT6L4LbBJ8j425AD87S1HMD3BWg.9991.jpg\",\"image_size\":200,\"impression_url\":\"https://imp.mt48.net/static?id=7RHzfOIXjFEYsBdvIpkX4Zba4pfafQ8d4pbW1CbWfpbd7ReNxR3UIG8zInwYIFIVs9eYiGINHrwkiFXwxYIZjF8XgClWfC2X7R4dHQ8zJnErj%3DcO7R4dHQfz4Z2ZfplnHG3Z5FwqgCfX1p8d4Cxr1BINI9HuiF2z4Z2ZfplnHmcux%3DcvImauiF2zfQlWfp2%2B7ncqIr7VjGbuiF2zfCfk4Qxr4Qfnj9wWIBdvIpkY7R4TJr2uJREuHnEYgClnHr7wHG3vjnDuiF2zfCbY4BIWJ%3DcQIFdwJR2uiF2zfCbW4Wyy\"},{\"id\":74896,\"name\":\"Home Depot\",\"url\":\"https://www.homedepot.com/?mtc=SEM-BF-CDP-AMP-Multi-Multi-NA-NA-NA-MULTI-NA-NA-NA-NA-BT2-NA-NA-NA-Brand_Privacy&cm_mmc=SEM-BF-CDP-AMP-Multi-Multi-NA-NA-NA-MULTI-NA-NA-NA-NA-BT2-NA-NA-NA-Brand_Privacy_amp1708438225400900005&mfadid=adm\",\"click_url\":\"https://bridge.sfo1.admarketplace.net/ctp?version=16.0.0&ci=1708438225822.12791&key=1708438225400900005.2&ctag=1708438225400900005\",\"image_url\":\"https://contile-images.services.mozilla.com/UV9WZ3FyH_HycbEWYC69D0vgspxXd9JmjStFfGbjJX0.11415.jpg\",\"image_size\":200,\"impression_url\":\"https://imp.mt48.net/static?id=7RHzfOIXjFEYsBdvIpkX4Zba4pfafQ8d4pbW1CbWfpbd7ReNxR3UIG8zInwYIFIVs9eYiGINHrwkiFXwxYIZjF8XgClWfC2X7R4dHQ8zJnErj%3DcO7R4dHQfz4Z2a1CHnHG3Z5FwqgCfX1p8d4Cxr1BINI9HuiF2z4Z2a1CHnHmcux%3DcvImauiF2zfQl%2B4ZHm7ncqIr7VjGbuiF2zfCDkfCHZ4Zbnj9wWIBdvIpkY7R4TJr2uJREuHnEYgC8nHr7wHG3vjnDuiF2z4ZDr7ReTHF4wJFEUjtdvIpkXfpbr\"}]");
user_pref("browser.topsites.contile.lastFetch", 1708439518);
user_pref("browser.translations.enable", false);
user_pref("browser.uiCustomization.state", "{\"placements\":{\"widget-overflow-fixed-list\":[],\"unified-extensions-area\":[],\"nav-bar\":[\"back-button\",\"forward-button\",\"stop-reload-button\",\"customizableui-special-spring1\",\"urlbar-container\",\"customizableui-special-spring2\",\"save-to-pocket-button\",\"downloads-button\",\"fxa-toolbar-menu-button\",\"unified-extensions-button\",\"reset-pbm-toolbar-button\"],\"toolbar-menubar\":[\"menubar-items\"],\"TabsToolbar\":[\"firefox-view-button\",\"tabbrowser-tabs\",\"new-tab-button\",\"alltabs-button\"],\"PersonalToolbar\":[\"import-button\",\"personal-bookmarks\"]},\"seen\":[\"save-to-pocket-button\",\"developer-button\"],\"dirtyAreaCache\":[\"nav-bar\",\"PersonalToolbar\",\"toolbar-menubar\",\"TabsToolbar\"],\"currentVersion\":20,\"newElementCount\":2}");
user_pref("browser.uitour.enabled", false);
Expand Down Expand Up @@ -144,8 +144,8 @@ user_pref("gfx.color_management.rendering_intent", 3);
user_pref("hangmonitor.timeout", 0);
user_pref("javascript.options.showInConsole", true);
user_pref("media.gmp-manager.buildID", "20240105051801");
user_pref("media.gmp-manager.lastCheck", 1707834762);
user_pref("media.gmp-manager.lastEmptyCheck", 1707834762);
user_pref("media.gmp-manager.lastCheck", 1708439543);
user_pref("media.gmp-manager.lastEmptyCheck", 1708439543);
user_pref("media.gmp-manager.updateEnabled", false);
user_pref("media.gmp.storage.version.observed", 1);
user_pref("network.captive-portal-service.enabled", false);
Expand All @@ -171,7 +171,7 @@ user_pref("signon.rememberSignons", false);
user_pref("startup.homepage_welcome_url", "about:blank");
user_pref("toolkit.cosmeticAnimations.enabled", false);
user_pref("toolkit.shutdown.fastShutdownStage", 3);
user_pref("toolkit.startup.last_success", 1707834735);
user_pref("toolkit.startup.last_success", 1708439517);
user_pref("toolkit.startup.max_resumed_crashes", -1);
user_pref("toolkit.telemetry.cachedClientID", "c0ffeec0-ffee-c0ff-eec0-ffeec0ffeec0");
user_pref("toolkit.telemetry.enabled", false);
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"profile-after-change":true,"final-ui-startup":true,"sessionstore-windows-restored":true,"quit-application-granted":true,"quit-application":true,"profile-change-net-teardown":true,"profile-change-teardown":true,"profile-before-change":true,"sessionstore-final-state-write-complete":true}
{"profile-after-change":true,"final-ui-startup":true,"sessionstore-windows-restored":true,"quit-application-granted":true,"quit-application":true,"sessionstore-final-state-write-complete":true,"profile-change-net-teardown":true,"profile-change-teardown":true,"profile-before-change":true}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"chrome://browser/content/browser.xhtml":{"main-window":{"sizemode":"normal","width":"1280","height":"768","screenX":"0","screenY":"0"},"sidebar-box":{"sidebarcommand":"","style":""},"sidebar-title":{"value":""}}}
{"chrome://browser/content/browser.xhtml":{"main-window":{"sizemode":"normal","width":"1280","height":"768","screenX":"0","screenY":"0"}}}
Binary file not shown.

0 comments on commit 9c99d36

Please sign in to comment.