a few changes
This commit is contained in:
tromjaro/gnome
Packages-Desktop
desktop-overlay
etc
skel
.config
feathernotes
.local
share
gnome-shell
extensions
nohotcorner@azuri.free.fr
icons
zafiro-icon-theme
apps
.mozilla
firefox
6q5q3muz.default
addonStartup.json.lz4addons.jsonwebappsstore.sqlitexulstore.json
bookmarkbackups
broadcast-listeners.jsoncert9.dbcompatibility.inicontent-prefs.sqlitecookies.sqliteextension-settings.jsonextensions.jsonextensions
uBlock0@raymondhill.net.xpi{1cc33b77-f774-499d-83a0-441b51eec96b}.xpi{2e5ff8c8-32fe-46d0-9fc8-6b8986621f3c}.xpi{471e7731-bf47-4ec7-afbc-053e98433943}.xpi{8d6c92ec-c48c-4f69-8f49-7939427f6584}.xpi{dda50e18-7461-4146-b781-2594b84c65d3}.xpi
favicons.sqliteformhistory.sqlitepermissions.sqliteplaces.sqliteprefs.jsprotections.sqliterevocations.txtsearch.json.mozlz4security_state
sessionstore.jsonlz4storage-sync.sqlitestorage.sqlitestorage
default
moz-extension+++216e4b1a-9104-4b5f-9e98-ff4d0023ec55^userContextId=4294967295
moz-extension+++256c7ceb-2fd8-4e47-bdc3-cb06c28a2511^userContextId=4294967295
moz-extension+++26d6ad01-a771-4b46-9e35-342122037141^userContextId=4294967295
moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41
.metadata-v2
idb
moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295
moz-extension+++9ec05e01-0aee-4be4-ba4d-855eed2eb066^userContextId=4294967295
moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295
moz-extension+++dbb00a92-98b5-481a-8acc-56821f5c1539^userContextId=4294967295
moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295
permanent
Crash Reports
live-overlay
etc
skel
.config
feathernotes
.local
share
gnome-shell
extensions
nohotcorner@azuri.free.fr
icons
zafiro-icon-theme
apps
.mozilla
firefox
6q5q3muz.default
addonStartup.json.lz4addons.jsonwebappsstore.sqlitexulstore.json
bookmarkbackups
broadcast-listeners.jsoncert9.dbcompatibility.inicontent-prefs.sqlitecookies.sqliteextension-settings.jsonextensions.jsonextensions
uBlock0@raymondhill.net.xpi{1cc33b77-f774-499d-83a0-441b51eec96b}.xpi{2e5ff8c8-32fe-46d0-9fc8-6b8986621f3c}.xpi{471e7731-bf47-4ec7-afbc-053e98433943}.xpi{8d6c92ec-c48c-4f69-8f49-7939427f6584}.xpi{dda50e18-7461-4146-b781-2594b84c65d3}.xpi
favicons.sqliteformhistory.sqlitepermissions.sqliteplaces.sqliteprefs.jsprotections.sqliterevocations.txtsearch.json.mozlz4security_state
sessionstore.jsonlz4storage-sync.sqlitestorage.sqlitestorage
default
moz-extension+++216e4b1a-9104-4b5f-9e98-ff4d0023ec55^userContextId=4294967295
moz-extension+++256c7ceb-2fd8-4e47-bdc3-cb06c28a2511^userContextId=4294967295
moz-extension+++26d6ad01-a771-4b46-9e35-342122037141^userContextId=4294967295
moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41
.metadata-v2
idb
moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295
moz-extension+++9ec05e01-0aee-4be4-ba4d-855eed2eb066^userContextId=4294967295
moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295
moz-extension+++dbb00a92-98b5-481a-8acc-56821f5c1539^userContextId=4294967295
moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295
permanent
Crash Reports
@ -0,0 +1,22 @@
|
||||
[text]
|
||||
autoBracket=true
|
||||
autoReplace=false
|
||||
autoSave=1
|
||||
noIndent=false
|
||||
noWrap=false
|
||||
scrollJumpWorkaround=false
|
||||
|
||||
[window]
|
||||
Shift=@Size(0 0)
|
||||
hasTray=true
|
||||
minToTray=false
|
||||
noMenubar=true
|
||||
noToolbar=false
|
||||
position=@Point(282 195)
|
||||
prefSize=@Size(420 603)
|
||||
size=@Size(1260 670)
|
||||
smallToolbarIcons=false
|
||||
splitterSizes=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xaa\0\0\x2\x12\x1\xff\xff\xff\xff\x1\0\0\0\x1\0)
|
||||
startSize=@Size(700 500)
|
||||
transparentTree=false
|
||||
underE=false
|
@ -1,33 +0,0 @@
|
||||
const Main = imports.ui.main;
|
||||
const ExtensionUtils = imports.misc.extensionUtils;
|
||||
const Config = imports.misc.config;
|
||||
|
||||
let _id;
|
||||
|
||||
function _disable_hot_corners() {
|
||||
// Disables all hot corners
|
||||
Main.layoutManager.hotCorners.forEach(function(hot_corner) {
|
||||
if (!hot_corner) {
|
||||
return;
|
||||
}
|
||||
|
||||
hot_corner._toggleOverview = function() {};
|
||||
hot_corner._pressureBarrier._trigger = function() {};
|
||||
});
|
||||
}
|
||||
|
||||
function init() {
|
||||
}
|
||||
|
||||
function enable() {
|
||||
_disable_hot_corners();
|
||||
// Hot corners may be re-created afterwards (for example, If there's a monitor change).
|
||||
// So we catch all changes.
|
||||
_id = Main.layoutManager.connect('hot-corners-changed', _disable_hot_corners);
|
||||
}
|
||||
|
||||
function disable() {
|
||||
// Disconnects the callback and re-creates the hot corners
|
||||
Main.layoutManager.disconnect(_id);
|
||||
Main.layoutManager._updateHotCorners();
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
{
|
||||
"_generated": "Generated by SweetTooth, do not edit",
|
||||
"description": "This extension disables the top left hot corners. You can still click on Activities or press the dedicated key to reach the overview. Since 3.8, should work with other extensions modifying the Activities button. On versions prior to 3.8, may not disable other hotcorners in multiscreen configurations and won't work on fallback/flashback mode.",
|
||||
"name": "No Topleft Hot Corner",
|
||||
"shell-version": [
|
||||
"3.8",
|
||||
"3.10",
|
||||
"3.12",
|
||||
"3.14",
|
||||
"3.16",
|
||||
"3.18",
|
||||
"3.20",
|
||||
"3.22",
|
||||
"3.24",
|
||||
"3.26",
|
||||
"3.28",
|
||||
"3.30",
|
||||
"3.32"
|
||||
],
|
||||
"url": "https://github.com/HROMANO/nohotcorner/",
|
||||
"uuid": "nohotcorner@azuri.free.fr",
|
||||
"version": 19
|
||||
}
|
1
tromjaro/gnome/live-overlay/etc/skel/.local/share/icons/zafiro-icon-theme/apps/scalable
Symbolic link
1
tromjaro/gnome/live-overlay/etc/skel/.local/share/icons/zafiro-icon-theme/apps/scalable
Symbolic link
@ -0,0 +1 @@
|
||||
/home/tio/TROM-Share/TROM-Jaro Icons/DONE
|
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
{"version":1,"listeners":{"remote-settings/monitor_changes":{"version":"\"1585764270770\"","sourceInfo":{"moduleURI":"resource://services-settings/remote-settings.js","symbolName":"remoteSettingsBroadcastHandler"}}}}
|
||||
{"version":1,"listeners":{"remote-settings/monitor_changes":{"version":"\"1588520751761\"","sourceInfo":{"moduleURI":"resource://services-settings/remote-settings.js","symbolName":"remoteSettingsBroadcastHandler"}}}}
|
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
[Compatibility]
|
||||
LastVersion=74.0_20200310120528/20200310120528
|
||||
LastVersion=75.0_20200428114804/20200428114804
|
||||
LastOSABI=Linux_x86_64-gcc3
|
||||
LastPlatformDir=/usr/lib/firefox
|
||||
LastAppDir=/usr/lib/firefox/browser
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
{"version":2,"prefs":{"websites.hyperlinkAuditingEnabled":{"initialValue":{},"precedenceList":[{"id":"jid1-MnnxcxisBPnSXQ@jetpack","installDate":1542628050000,"value":false,"enabled":true},{"id":"uBlock0@raymondhill.net","installDate":1542627999000,"value":false,"enabled":true}]},"network.networkPredictionEnabled":{"initialValue":{},"precedenceList":[{"id":"uBlock0@raymondhill.net","installDate":1542627999000,"value":false,"enabled":true}]},"homepage_override":{"initialValue":{},"precedenceList":[{"id":"{1cc33b77-f774-499d-83a0-441b51eec96b}","installDate":1585608402000,"value":"https://search.blankenberg.eu/","enabled":true},{"id":"yayanotherspeeddial@bakadev.fr","installDate":1552785444000,"value":"moz-extension://f393b4c4-359a-4d1e-b377-fd4b41112e16/index.html","enabled":true}]}},"url_overrides":{"newTabURL":{"initialValue":"about:newtab","precedenceList":[{"id":"yayanotherspeeddial@bakadev.fr","installDate":1552785444000,"value":"moz-extension://f393b4c4-359a-4d1e-b377-fd4b41112e16/index.html","enabled":true},{"id":"michal.simonfy@gmail.com","installDate":1542628426000,"value":"moz-extension://981c6be9-159a-4b60-a87e-0e77059e9e1a/newtab.html","enabled":false}]}},"default_search":{"engineAdded":{"precedenceList":[{"id":"{1cc33b77-f774-499d-83a0-441b51eec96b}","installDate":1585608402000,"value":"searchX AddOn","enabled":true},{"id":"{ce4de825-74f3-452e-96ee-15855d1c74c6}","installDate":1585608283000,"value":"Mojeek Search","enabled":true},{"id":"{8d6c92ec-c48c-4f69-8f49-7939427f6584}","installDate":1585608256000,"value":"MetaGer Search","enabled":true},{"id":"{c2fceae1-53df-45e3-a0e7-8c834df7f778}","installDate":1585608209000,"value":"Peekier","enabled":true}]}},"commands":{},"newTabNotification":{"yayanotherspeeddial@bakadev.fr":{"initialValue":false,"precedenceList":[{"id":"yayanotherspeeddial@bakadev.fr","installDate":1552785444000,"value":true,"enabled":true}]}},"homepageNotification":{"yayanotherspeeddial@bakadev.fr":{"initialValue":false,"precedenceList":[{"id":"yayanotherspeeddial@bakadev.fr","installDate":1552785444000,"value":true,"enabled":true}]}},"tabHideNotification":{}}
|
||||
{"version":2,"prefs":{"websites.hyperlinkAuditingEnabled":{"initialValue":{},"precedenceList":[{"id":"jid1-MnnxcxisBPnSXQ@jetpack","installDate":1542628050000,"value":false,"enabled":true},{"id":"uBlock0@raymondhill.net","installDate":1542627999000,"value":false,"enabled":true}]},"network.networkPredictionEnabled":{"initialValue":{},"precedenceList":[{"id":"uBlock0@raymondhill.net","installDate":1542627999000,"value":false,"enabled":true}]},"homepage_override":{"initialValue":{},"precedenceList":[{"id":"yayanotherspeeddial@bakadev.fr","installDate":1552785444000,"value":"moz-extension://f393b4c4-359a-4d1e-b377-fd4b41112e16/index.html","enabled":true}]}},"url_overrides":{"newTabURL":{"initialValue":"about:newtab","precedenceList":[{"id":"yayanotherspeeddial@bakadev.fr","installDate":1552785444000,"value":"moz-extension://f393b4c4-359a-4d1e-b377-fd4b41112e16/index.html","enabled":true},{"id":"michal.simonfy@gmail.com","installDate":1542628426000,"value":"moz-extension://981c6be9-159a-4b60-a87e-0e77059e9e1a/newtab.html","enabled":false}]}},"default_search":{"engineAdded":{"precedenceList":[{"id":"{ce4de825-74f3-452e-96ee-15855d1c74c6}","installDate":1585608283000,"value":"Mojeek Search","enabled":true},{"id":"{8d6c92ec-c48c-4f69-8f49-7939427f6584}","installDate":1585608256000,"value":"MetaGer Search","enabled":true},{"id":"{c2fceae1-53df-45e3-a0e7-8c834df7f778}","installDate":1585608209000,"value":"Peekier","enabled":true}]}},"commands":{},"newTabNotification":{"yayanotherspeeddial@bakadev.fr":{"initialValue":false,"precedenceList":[{"id":"yayanotherspeeddial@bakadev.fr","installDate":1552785444000,"value":true,"enabled":true}]}},"homepageNotification":{"yayanotherspeeddial@bakadev.fr":{"initialValue":false,"precedenceList":[{"id":"yayanotherspeeddial@bakadev.fr","installDate":1552785444000,"value":true,"enabled":true}]}},"tabHideNotification":{}}
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
tromjaro/gnome/live-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/{dda50e18-7461-4146-b781-2594b84c65d3}.xpi
Normal file
BIN
tromjaro/gnome/live-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/{dda50e18-7461-4146-b781-2594b84c65d3}.xpi
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -10,26 +10,26 @@
|
||||
// - set it within a user.js file in your profile.
|
||||
|
||||
user_pref("app.normandy.first_run", false);
|
||||
user_pref("app.normandy.last_seen_buildid", "20200310120528");
|
||||
user_pref("app.normandy.last_seen_buildid", "20200428114804");
|
||||
user_pref("app.normandy.migrationsApplied", 8);
|
||||
user_pref("app.normandy.startupExperimentPrefs.dom.push.alwaysConnect", true);
|
||||
user_pref("app.normandy.startupRolloutPrefs.app.normandy.onsync_skew_sec", 3300);
|
||||
user_pref("app.normandy.startupRolloutPrefs.security.tls.version.min", 1);
|
||||
user_pref("app.normandy.startupRolloutPrefs.layout.css.serialize-grid-implicit-tracks", true);
|
||||
user_pref("app.normandy.startupRolloutPrefs.services.sync.bookmarks.buffer.enabled", true);
|
||||
user_pref("app.normandy.user_id", "f6151ad0-fece-4d81-9d5c-67449843ccf0");
|
||||
user_pref("app.shield.optoutstudies.enabled", false);
|
||||
user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1585695948);
|
||||
user_pref("app.update.lastUpdateTime.blocklist-background-update-timer", 1585696068);
|
||||
user_pref("app.update.lastUpdateTime.browser-cleanup-thumbnails", 1585769456);
|
||||
user_pref("app.update.lastUpdateTime.recipe-client-addon-run", 1585765183);
|
||||
user_pref("app.update.lastUpdateTime.search-engine-update-timer", 1585760388);
|
||||
user_pref("app.update.lastUpdateTime.services-settings-poll-changes", 1585695828);
|
||||
user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1588540398);
|
||||
user_pref("app.update.lastUpdateTime.blocklist-background-update-timer", 1588540518);
|
||||
user_pref("app.update.lastUpdateTime.browser-cleanup-thumbnails", 1588597638);
|
||||
user_pref("app.update.lastUpdateTime.recipe-client-addon-run", 1588583958);
|
||||
user_pref("app.update.lastUpdateTime.search-engine-update-timer", 1588583358);
|
||||
user_pref("app.update.lastUpdateTime.services-settings-poll-changes", 1588540278);
|
||||
user_pref("app.update.lastUpdateTime.telemetry_modules_ping", 1573002408);
|
||||
user_pref("app.update.lastUpdateTime.xpi-signature-verification", 1585696188);
|
||||
user_pref("app.update.lastUpdateTime.xpi-signature-verification", 1588540638);
|
||||
user_pref("apz.allow_zooming", true);
|
||||
user_pref("browser.bookmarks.restore_default_bookmarks", false);
|
||||
user_pref("browser.cache.disk.amount_written", 802514);
|
||||
user_pref("browser.cache.disk.capacity", 204800);
|
||||
user_pref("browser.cache.disk.amount_written", 886286);
|
||||
user_pref("browser.cache.disk.capacity", 747520);
|
||||
user_pref("browser.cache.disk.filesystem_reported", 1);
|
||||
user_pref("browser.cache.disk.smart_size.first_run", false);
|
||||
user_pref("browser.contentblocking.category", "strict");
|
||||
@ -53,26 +53,26 @@ user_pref("browser.newtabpage.storageVersion", 1);
|
||||
user_pref("browser.pageActions.persistedActions", "{\"version\":1,\"ids\":[\"bookmark\",\"bookmarkSeparator\",\"copyURL\",\"emailLink\",\"addSearchEngine\",\"sendToDevice\",\"pocket\",\"screenshots_mozilla_org\",\"pinTab\",\"_acc91f3f-2194-4f88-b25a-84ec4ea65683_\"],\"idsInUrlbar\":[\"pocket\",\"_acc91f3f-2194-4f88-b25a-84ec4ea65683_\",\"bookmark\"]}");
|
||||
user_pref("browser.pagethumbnails.storage_version", 3);
|
||||
user_pref("browser.rights.3.shown", true);
|
||||
user_pref("browser.safebrowsing.provider.google4.lastupdatetime", "1585771241912");
|
||||
user_pref("browser.safebrowsing.provider.google4.nextupdatetime", "1585773038912");
|
||||
user_pref("browser.safebrowsing.provider.mozilla.lastupdatetime", "1585769455240");
|
||||
user_pref("browser.safebrowsing.provider.mozilla.nextupdatetime", "1585773055240");
|
||||
user_pref("browser.safebrowsing.provider.google4.lastupdatetime", "1588597680811");
|
||||
user_pref("browser.safebrowsing.provider.google4.nextupdatetime", "1588599467811");
|
||||
user_pref("browser.safebrowsing.provider.mozilla.lastupdatetime", "1588597660020");
|
||||
user_pref("browser.safebrowsing.provider.mozilla.nextupdatetime", "1588601260020");
|
||||
user_pref("browser.search.region", "ES");
|
||||
user_pref("browser.search.useDBForOrder", true);
|
||||
user_pref("browser.sessionstore.upgradeBackup.latestBuildID", "20200310120528");
|
||||
user_pref("browser.sessionstore.upgradeBackup.latestBuildID", "20200428114804");
|
||||
user_pref("browser.shell.checkDefaultBrowser", true);
|
||||
user_pref("browser.shell.didSkipDefaultBrowserCheckOnFirstRun", true);
|
||||
user_pref("browser.shell.mostRecentDateSetAsDefault", "1585679429");
|
||||
user_pref("browser.slowStartup.averageTime", 2989);
|
||||
user_pref("browser.slowStartup.samples", 2);
|
||||
user_pref("browser.startup.homepage", "https://search.blankenberg.eu/");
|
||||
user_pref("browser.startup.homepage_override.buildID", "20200310120528");
|
||||
user_pref("browser.shell.mostRecentDateSetAsDefault", "1588541938");
|
||||
user_pref("browser.slowStartup.averageTime", 3851);
|
||||
user_pref("browser.slowStartup.samples", 4);
|
||||
user_pref("browser.startup.homepage", "moz-extension://f393b4c4-359a-4d1e-b377-fd4b41112e16/index.html");
|
||||
user_pref("browser.startup.homepage_override.buildID", "20200428114804");
|
||||
user_pref("browser.startup.homepage_override.extensionControlled", true);
|
||||
user_pref("browser.startup.homepage_override.mstone", "74.0");
|
||||
user_pref("browser.startup.homepage_override.privateAllowed", false);
|
||||
user_pref("browser.startup.lastColdStartupCheck", 1585679427);
|
||||
user_pref("browser.startup.homepage_override.mstone", "75.0");
|
||||
user_pref("browser.startup.homepage_override.privateAllowed", true);
|
||||
user_pref("browser.startup.lastColdStartupCheck", 1588541936);
|
||||
user_pref("browser.startup.page", 3);
|
||||
user_pref("browser.uiCustomization.state", "{\"placements\":{\"widget-overflow-fixed-list\":[\"browser-mon_xdman_sourceforge_net-browser-action\",\"wayback_machine_mozilla_org-browser-action\",\"_be4c6348-e64f-4ff9-9e48-47468de8aa64_-browser-action\",\"_f209234a-76f0-4735-9920-eb62507a54cd_-browser-action\",\"_471e7731-bf47-4ec7-afbc-053e98433943_-browser-action\",\"_b9db16a4-6edc-47ec-a1f4-b86292ed211d_-browser-action\",\"ublock0_raymondhill_net-browser-action\",\"michal_simonfy_gmail_com-browser-action\",\"iridium_particlecore_github_io-browser-action\",\"https-everywhere_eff_org-browser-action\",\"jid1-bofifl9vbdl2zq_jetpack-browser-action\",\"jid1-mnnxcxisbpnsxq_jetpack-browser-action\",\"jid1-f9uj2thwoam5gq_jetpack-browser-action\",\"_9350bc42-47fb-4598-ae0f-825e3dd9ceba_-browser-action\"],\"nav-bar\":[\"sidebar-button\",\"back-button\",\"forward-button\",\"stop-reload-button\",\"urlbar-container\",\"downloads-button\",\"library-button\",\"add-ons-button\",\"chrome-gnome-shell_gnome_org-browser-action\",\"keepassxc-browser_keepassxc_org-browser-action\",\"_a655a6b2-69a5-40de-a3b8-3f7f200c95a7_-browser-action\",\"aleks-v97_ro_ru-browser-action\"],\"toolbar-menubar\":[\"menubar-items\"],\"TabsToolbar\":[\"tabbrowser-tabs\",\"new-tab-button\",\"alltabs-button\"],\"PersonalToolbar\":[\"personal-bookmarks\"]},\"seen\":[\"developer-button\",\"ublock0_raymondhill_net-browser-action\",\"keepassxc-browser_keepassxc_org-browser-action\",\"jid1-mnnxcxisbpnsxq_jetpack-browser-action\",\"_9350bc42-47fb-4598-ae0f-825e3dd9ceba_-browser-action\",\"jid1-bofifl9vbdl2zq_jetpack-browser-action\",\"chrome-gnome-shell_gnome_org-browser-action\",\"https-everywhere_eff_org-browser-action\",\"webide-button\",\"iridium_particlecore_github_io-browser-action\",\"_2e5ff8c8-32fe-46d0-9fc8-6b8986621f3c_-browser-action\",\"michal_simonfy_gmail_com-browser-action\",\"wayback_machine_mozilla_org-browser-action\",\"_a655a6b2-69a5-40de-a3b8-3f7f200c95a7_-browser-action\",\"_b9db16a4-6edc-47ec-a1f4-b86292ed211d_-browser-action\",\"feed-button\",\"jid1-f9uj2thwoam5gq_jetpack-browser-action\",\"yayanotherspeeddial_bakadev_fr-browser-action\",\"_be4c6348-e64f-4ff9-9e48-47468de8aa64_-browser-action\",\"_f209234a-76f0-4735-9920-eb62507a54cd_-browser-action\",\"browser-mon_xdman_sourceforge_net-browser-action\",\"_471e7731-bf47-4ec7-afbc-053e98433943_-browser-action\",\"aleks-v97_ro_ru-browser-action\"],\"dirtyAreaCache\":[\"PersonalToolbar\",\"nav-bar\",\"toolbar-menubar\",\"TabsToolbar\",\"widget-overflow-fixed-list\"],\"currentVersion\":16,\"newElementCount\":15}");
|
||||
user_pref("browser.uiCustomization.state", "{\"placements\":{\"widget-overflow-fixed-list\":[\"browser-mon_xdman_sourceforge_net-browser-action\",\"_dda50e18-7461-4146-b781-2594b84c65d3_-browser-action\",\"wayback_machine_mozilla_org-browser-action\",\"_be4c6348-e64f-4ff9-9e48-47468de8aa64_-browser-action\",\"_f209234a-76f0-4735-9920-eb62507a54cd_-browser-action\",\"_471e7731-bf47-4ec7-afbc-053e98433943_-browser-action\",\"_b9db16a4-6edc-47ec-a1f4-b86292ed211d_-browser-action\",\"ublock0_raymondhill_net-browser-action\",\"michal_simonfy_gmail_com-browser-action\",\"iridium_particlecore_github_io-browser-action\",\"https-everywhere_eff_org-browser-action\",\"jid1-bofifl9vbdl2zq_jetpack-browser-action\",\"jid1-mnnxcxisbpnsxq_jetpack-browser-action\",\"jid1-f9uj2thwoam5gq_jetpack-browser-action\",\"_9350bc42-47fb-4598-ae0f-825e3dd9ceba_-browser-action\"],\"nav-bar\":[\"sidebar-button\",\"back-button\",\"forward-button\",\"stop-reload-button\",\"urlbar-container\",\"downloads-button\",\"library-button\",\"add-ons-button\",\"chrome-gnome-shell_gnome_org-browser-action\",\"keepassxc-browser_keepassxc_org-browser-action\",\"_a655a6b2-69a5-40de-a3b8-3f7f200c95a7_-browser-action\",\"aleks-v97_ro_ru-browser-action\"],\"toolbar-menubar\":[\"menubar-items\"],\"TabsToolbar\":[\"tabbrowser-tabs\",\"new-tab-button\",\"alltabs-button\"],\"PersonalToolbar\":[\"personal-bookmarks\"]},\"seen\":[\"developer-button\",\"ublock0_raymondhill_net-browser-action\",\"keepassxc-browser_keepassxc_org-browser-action\",\"jid1-mnnxcxisbpnsxq_jetpack-browser-action\",\"_9350bc42-47fb-4598-ae0f-825e3dd9ceba_-browser-action\",\"jid1-bofifl9vbdl2zq_jetpack-browser-action\",\"chrome-gnome-shell_gnome_org-browser-action\",\"https-everywhere_eff_org-browser-action\",\"webide-button\",\"iridium_particlecore_github_io-browser-action\",\"_2e5ff8c8-32fe-46d0-9fc8-6b8986621f3c_-browser-action\",\"michal_simonfy_gmail_com-browser-action\",\"wayback_machine_mozilla_org-browser-action\",\"_a655a6b2-69a5-40de-a3b8-3f7f200c95a7_-browser-action\",\"_b9db16a4-6edc-47ec-a1f4-b86292ed211d_-browser-action\",\"feed-button\",\"jid1-f9uj2thwoam5gq_jetpack-browser-action\",\"yayanotherspeeddial_bakadev_fr-browser-action\",\"_be4c6348-e64f-4ff9-9e48-47468de8aa64_-browser-action\",\"_f209234a-76f0-4735-9920-eb62507a54cd_-browser-action\",\"browser-mon_xdman_sourceforge_net-browser-action\",\"_471e7731-bf47-4ec7-afbc-053e98433943_-browser-action\",\"aleks-v97_ro_ru-browser-action\",\"_dda50e18-7461-4146-b781-2594b84c65d3_-browser-action\"],\"dirtyAreaCache\":[\"PersonalToolbar\",\"nav-bar\",\"toolbar-menubar\",\"TabsToolbar\",\"widget-overflow-fixed-list\"],\"currentVersion\":16,\"newElementCount\":16}");
|
||||
user_pref("browser.uidensity", 2);
|
||||
user_pref("browser.urlbar.placeholderName", "DuckDuckGo");
|
||||
user_pref("browser.urlbar.timesBeforeHidingSuggestionsHint", 0);
|
||||
@ -90,7 +90,7 @@ user_pref("devtools.toolsidebar-width.inspector.splitsidebar", 350);
|
||||
user_pref("devtools.webextensions.https-everywhere@eff.org.enabled", true);
|
||||
user_pref("distribution.Manjaro.bookmarksProcessed", true);
|
||||
user_pref("distribution.archlinux.bookmarksProcessed", true);
|
||||
user_pref("distribution.iniFile.exists.appversion", "74.0");
|
||||
user_pref("distribution.iniFile.exists.appversion", "75.0");
|
||||
user_pref("distribution.iniFile.exists.value", true);
|
||||
user_pref("distribution.manjaro.bookmarksProcessed", true);
|
||||
user_pref("doh-rollout.balrog-migration-done", true);
|
||||
@ -99,13 +99,13 @@ user_pref("extensions.activeThemeID", "default-theme@mozilla.org");
|
||||
user_pref("extensions.blocklist.lastModified", "Sat, 09 Nov 2019 17:49:50 GMT");
|
||||
user_pref("extensions.blocklist.pingCountTotal", 34);
|
||||
user_pref("extensions.blocklist.pingCountVersion", -1);
|
||||
user_pref("extensions.databaseSchema", 31);
|
||||
user_pref("extensions.getAddons.cache.lastUpdate", 1585695949);
|
||||
user_pref("extensions.databaseSchema", 32);
|
||||
user_pref("extensions.getAddons.cache.lastUpdate", 1588540401);
|
||||
user_pref("extensions.getAddons.databaseSchema", 6);
|
||||
user_pref("extensions.incognito.migrated", true);
|
||||
user_pref("extensions.lastAppBuildId", "20200310120528");
|
||||
user_pref("extensions.lastAppVersion", "74.0");
|
||||
user_pref("extensions.lastPlatformVersion", "74.0");
|
||||
user_pref("extensions.lastAppBuildId", "20200428114804");
|
||||
user_pref("extensions.lastAppVersion", "75.0");
|
||||
user_pref("extensions.lastPlatformVersion", "75.0");
|
||||
user_pref("extensions.pendingOperations", false);
|
||||
user_pref("extensions.pocket.settings.test.panelSignUp", "control");
|
||||
user_pref("extensions.systemAddonSet", "{\"schema\":1,\"addons\":{}}");
|
||||
@ -121,26 +121,25 @@ user_pref("extensions.webextensions.ExtensionStorageIDB.migrated.jid1-MnnxcxisBP
|
||||
user_pref("extensions.webextensions.ExtensionStorageIDB.migrated.screenshots@mozilla.org", true);
|
||||
user_pref("extensions.webextensions.ExtensionStorageIDB.migrated.uBlock0@raymondhill.net", true);
|
||||
user_pref("extensions.webextensions.ExtensionStorageIDB.migrated.yayanotherspeeddial@bakadev.fr", true);
|
||||
user_pref("extensions.webextensions.ExtensionStorageIDB.migrated.{471e7731-bf47-4ec7-afbc-053e98433943}", true);
|
||||
user_pref("extensions.webextensions.ExtensionStorageIDB.migrated.{9350bc42-47fb-4598-ae0f-825e3dd9ceba}", true);
|
||||
user_pref("extensions.webextensions.ExtensionStorageIDB.migrated.{acc91f3f-2194-4f88-b25a-84ec4ea65683}", true);
|
||||
user_pref("extensions.webextensions.ExtensionStorageIDB.migrated.{b9db16a4-6edc-47ec-a1f4-b86292ed211d}", true);
|
||||
user_pref("extensions.webextensions.uuids", "{\"formautofill@mozilla.org\":\"a4d7ec28-e851-41cc-919e-4b6abfc4ac31\",\"webcompat@mozilla.org\":\"67be70b1-004e-4ced-a5cb-abcdb80ecc30\",\"screenshots@mozilla.org\":\"8889019e-8528-4d46-b076-7c13a2232811\",\"uBlock0@raymondhill.net\":\"90be17cd-7169-4943-9a04-3cd8bf7fec41\",\"jid1-MnnxcxisBPnSXQ@jetpack\":\"d439fe79-e9bd-449b-b9ec-cc2b271f80c0\",\"{9350bc42-47fb-4598-ae0f-825e3dd9ceba}\":\"dbb00a92-98b5-481a-8acc-56821f5c1539\",\"chrome-gnome-shell@gnome.org\":\"256c7ceb-2fd8-4e47-bdc3-cb06c28a2511\",\"https-everywhere@eff.org\":\"216e4b1a-9104-4b5f-9e98-ff4d0023ec55\",\"{2e5ff8c8-32fe-46d0-9fc8-6b8986621f3c}\":\"c68766f0-cd3d-48f1-84e1-bee9538adb3a\",\"wayback_machine@mozilla.org\":\"2f4890c9-7ffb-4c51-a3fe-9d7425f7ed15\",\"webcompat-reporter@mozilla.org\":\"2e83e420-d979-4787-9557-97f647d6315f\",\"fxmonitor@mozilla.org\":\"bd2839c5-8e0a-4e41-8c53-eefcc4875ae8\",\"yayanotherspeeddial@bakadev.fr\":\"f393b4c4-359a-4d1e-b377-fd4b41112e16\",\"baidu-code-update@mozillaonline.com\":\"f61cd0cf-a1d5-4113-8587-06e29e05637e\",\"default-theme@mozilla.org\":\"d2155536-c685-43df-be0f-018f123a12ed\",\"amazondotcom@search.mozilla.org\":\"8c0e7741-4192-47e1-9708-c9e259d0eaca\",\"bing@search.mozilla.org\":\"f5fe6ae3-339f-451e-984b-978668f8d2c4\",\"google@search.mozilla.org\":\"67356cdf-8ebd-41fd-b1cf-1c7c9584f8cc\",\"twitter@search.mozilla.org\":\"428eea81-75ef-4cb4-a60c-214f60fd583a\",\"wikipedia@search.mozilla.org\":\"8fa903b1-4c90-43ff-b079-874114d35423\",\"ddg@search.mozilla.org\":\"99023558-25b2-45f6-80b1-163f50505cd4\",\"doh-rollout@mozilla.org\":\"e6166d48-3218-457c-98d3-9b70f0b85e32\",\"{acc91f3f-2194-4f88-b25a-84ec4ea65683}\":\"9ec05e01-0aee-4be4-ba4d-855eed2eb066\",\"{b9db16a4-6edc-47ec-a1f4-b86292ed211d}\":\"26d6ad01-a771-4b46-9e35-342122037141\",\"{471e7731-bf47-4ec7-afbc-053e98433943}\":\"4c68c0d8-bc71-4d8c-b17d-97545f9fcd82\",\"{c2fceae1-53df-45e3-a0e7-8c834df7f778}\":\"fb160079-c2c9-4ac5-9fe4-c3c70f6b53d5\",\"{8d6c92ec-c48c-4f69-8f49-7939427f6584}\":\"2036253c-1123-4b42-b4e5-5d4514ae851b\",\"{ce4de825-74f3-452e-96ee-15855d1c74c6}\":\"7fb6fff8-3ed6-44a8-a45f-942a1f64e2b5\",\"{1cc33b77-f774-499d-83a0-441b51eec96b}\":\"89a36c12-cc32-48a4-860c-7310b7295157\"}");
|
||||
user_pref("extensions.webextensions.uuids", "{\"formautofill@mozilla.org\":\"a4d7ec28-e851-41cc-919e-4b6abfc4ac31\",\"webcompat@mozilla.org\":\"67be70b1-004e-4ced-a5cb-abcdb80ecc30\",\"screenshots@mozilla.org\":\"8889019e-8528-4d46-b076-7c13a2232811\",\"uBlock0@raymondhill.net\":\"90be17cd-7169-4943-9a04-3cd8bf7fec41\",\"jid1-MnnxcxisBPnSXQ@jetpack\":\"d439fe79-e9bd-449b-b9ec-cc2b271f80c0\",\"{9350bc42-47fb-4598-ae0f-825e3dd9ceba}\":\"dbb00a92-98b5-481a-8acc-56821f5c1539\",\"chrome-gnome-shell@gnome.org\":\"256c7ceb-2fd8-4e47-bdc3-cb06c28a2511\",\"https-everywhere@eff.org\":\"216e4b1a-9104-4b5f-9e98-ff4d0023ec55\",\"{2e5ff8c8-32fe-46d0-9fc8-6b8986621f3c}\":\"c68766f0-cd3d-48f1-84e1-bee9538adb3a\",\"wayback_machine@mozilla.org\":\"2f4890c9-7ffb-4c51-a3fe-9d7425f7ed15\",\"webcompat-reporter@mozilla.org\":\"2e83e420-d979-4787-9557-97f647d6315f\",\"fxmonitor@mozilla.org\":\"bd2839c5-8e0a-4e41-8c53-eefcc4875ae8\",\"yayanotherspeeddial@bakadev.fr\":\"f393b4c4-359a-4d1e-b377-fd4b41112e16\",\"baidu-code-update@mozillaonline.com\":\"f61cd0cf-a1d5-4113-8587-06e29e05637e\",\"default-theme@mozilla.org\":\"d2155536-c685-43df-be0f-018f123a12ed\",\"amazondotcom@search.mozilla.org\":\"8c0e7741-4192-47e1-9708-c9e259d0eaca\",\"bing@search.mozilla.org\":\"f5fe6ae3-339f-451e-984b-978668f8d2c4\",\"google@search.mozilla.org\":\"67356cdf-8ebd-41fd-b1cf-1c7c9584f8cc\",\"twitter@search.mozilla.org\":\"428eea81-75ef-4cb4-a60c-214f60fd583a\",\"wikipedia@search.mozilla.org\":\"8fa903b1-4c90-43ff-b079-874114d35423\",\"ddg@search.mozilla.org\":\"99023558-25b2-45f6-80b1-163f50505cd4\",\"doh-rollout@mozilla.org\":\"e6166d48-3218-457c-98d3-9b70f0b85e32\",\"{acc91f3f-2194-4f88-b25a-84ec4ea65683}\":\"9ec05e01-0aee-4be4-ba4d-855eed2eb066\",\"{b9db16a4-6edc-47ec-a1f4-b86292ed211d}\":\"26d6ad01-a771-4b46-9e35-342122037141\",\"{c2fceae1-53df-45e3-a0e7-8c834df7f778}\":\"fb160079-c2c9-4ac5-9fe4-c3c70f6b53d5\",\"{8d6c92ec-c48c-4f69-8f49-7939427f6584}\":\"2036253c-1123-4b42-b4e5-5d4514ae851b\",\"{ce4de825-74f3-452e-96ee-15855d1c74c6}\":\"7fb6fff8-3ed6-44a8-a45f-942a1f64e2b5\",\"{dda50e18-7461-4146-b781-2594b84c65d3}\":\"6a80ad9b-42d9-4494-be21-0afc57f00aa8\"}");
|
||||
user_pref("font.internaluseonly.changed", false);
|
||||
user_pref("font.name.serif.x-western", "Ubuntu Condensed");
|
||||
user_pref("geo.enabled", false);
|
||||
user_pref("gfx.blacklist.layers.opengl", 4);
|
||||
user_pref("gfx.blacklist.layers.opengl.failureid", "FEATURE_FAILURE_SOFTWARE_GL");
|
||||
user_pref("identity.fxaccounts.toolbar.accessed", true);
|
||||
user_pref("idle.lastDailyNotification", 1585696173);
|
||||
user_pref("idle.lastDailyNotification", 1588540723);
|
||||
user_pref("lightweightThemes.usedThemes", "[]");
|
||||
user_pref("media.benchmark.vp9.fps", 102);
|
||||
user_pref("media.benchmark.vp9.versioncheck", 5);
|
||||
user_pref("media.gmp-gmpopenh264.abi", "x86_64-gcc3");
|
||||
user_pref("media.gmp-gmpopenh264.lastUpdate", 1572996640);
|
||||
user_pref("media.gmp-gmpopenh264.version", "1.8.1.1");
|
||||
user_pref("media.gmp-manager.buildID", "20200310120528");
|
||||
user_pref("media.gmp-manager.lastCheck", 1585673601);
|
||||
user_pref("media.gmp-manager.buildID", "20200428114804");
|
||||
user_pref("media.gmp-manager.lastCheck", 1588540137);
|
||||
user_pref("media.gmp.storage.version.observed", 1);
|
||||
user_pref("network.dns.disablePrefetch", true);
|
||||
user_pref("network.http.speculative-parallel-limit", 0);
|
||||
@ -151,41 +150,43 @@ user_pref("pdfjs.enabledCache.state", true);
|
||||
user_pref("pdfjs.migrationVersion", 2);
|
||||
user_pref("pdfjs.previousHandler.alwaysAskBeforeHandling", true);
|
||||
user_pref("pdfjs.previousHandler.preferredAction", 4);
|
||||
user_pref("places.database.lastMaintenance", 1585523373);
|
||||
user_pref("places.history.expiration.transient_current_max_pages", 46988);
|
||||
user_pref("places.database.lastMaintenance", 1588540723);
|
||||
user_pref("places.history.expiration.transient_current_max_pages", 112348);
|
||||
user_pref("plugin.disable_full_page_plugin_for_types", "application/pdf");
|
||||
user_pref("privacy.cpd.offlineApps", true);
|
||||
user_pref("privacy.cpd.siteSettings", true);
|
||||
user_pref("privacy.purge_trackers.date_in_cookie_database", "0");
|
||||
user_pref("privacy.sanitize.pending", "[]");
|
||||
user_pref("privacy.sanitize.timeSpan", 0);
|
||||
user_pref("privacy.trackingprotection.enabled", true);
|
||||
user_pref("privacy.trackingprotection.socialtracking.enabled", true);
|
||||
user_pref("security.remote_settings.intermediates.checked", 1565793602);
|
||||
user_pref("security.remote_settings.crlite_filters.checked", 1588540493);
|
||||
user_pref("security.remote_settings.intermediates.checked", 1588540493);
|
||||
user_pref("security.sandbox.content.tempDirSuffix", "62ec57d4-3516-41bf-957e-19cd307d5b61");
|
||||
user_pref("security.sandbox.plugin.tempDirSuffix", "851284ee-3855-4de7-86af-976adc3a2c11");
|
||||
user_pref("services.blocklist.addons.checked", 1585757117);
|
||||
user_pref("services.blocklist.gfx.checked", 1585685069);
|
||||
user_pref("services.blocklist.addons.checked", 1588540493);
|
||||
user_pref("services.blocklist.gfx.checked", 1588540493);
|
||||
user_pref("services.blocklist.onecrl.checked", 1565793602);
|
||||
user_pref("services.blocklist.pinning.checked", 1585685069);
|
||||
user_pref("services.blocklist.plugins.checked", 1585685069);
|
||||
user_pref("services.settings.clock_skew_seconds", -1);
|
||||
user_pref("services.settings.last_etag", "\"1585764270770\"");
|
||||
user_pref("services.settings.last_update_seconds", 1585764322);
|
||||
user_pref("services.settings.main.anti-tracking-url-decoration.last_check", 1585685069);
|
||||
user_pref("services.settings.main.cfr-fxa.last_check", 1585685069);
|
||||
user_pref("services.settings.main.cfr.last_check", 1585685069);
|
||||
user_pref("services.settings.main.fxmonitor-breaches.last_check", 1585685069);
|
||||
user_pref("services.settings.main.hijack-blocklists.last_check", 1585685069);
|
||||
user_pref("services.settings.main.language-dictionaries.last_check", 1585685069);
|
||||
user_pref("services.settings.main.normandy-recipes-capabilities.last_check", 1585764322);
|
||||
user_pref("services.blocklist.pinning.checked", 1588540493);
|
||||
user_pref("services.blocklist.plugins.checked", 1588540493);
|
||||
user_pref("services.settings.clock_skew_seconds", -215);
|
||||
user_pref("services.settings.last_etag", "\"1588520751761\"");
|
||||
user_pref("services.settings.last_update_seconds", 1588540493);
|
||||
user_pref("services.settings.main.anti-tracking-url-decoration.last_check", 1588540493);
|
||||
user_pref("services.settings.main.cfr-fxa.last_check", 1588540493);
|
||||
user_pref("services.settings.main.cfr.last_check", 1588540493);
|
||||
user_pref("services.settings.main.fxmonitor-breaches.last_check", 1588540493);
|
||||
user_pref("services.settings.main.hijack-blocklists.last_check", 1588540493);
|
||||
user_pref("services.settings.main.language-dictionaries.last_check", 1588540493);
|
||||
user_pref("services.settings.main.normandy-recipes-capabilities.last_check", 1588540493);
|
||||
user_pref("services.settings.main.normandy-recipes.last_check", 1573409021);
|
||||
user_pref("services.settings.main.onboarding.last_check", 1565793602);
|
||||
user_pref("services.settings.main.public-suffix-list.last_check", 1585685069);
|
||||
user_pref("services.settings.main.sites-classification.last_check", 1585685069);
|
||||
user_pref("services.settings.main.tippytop.last_check", 1585685069);
|
||||
user_pref("services.settings.main.url-classifier-skip-urls.last_check", 1585685069);
|
||||
user_pref("services.settings.main.whats-new-panel.last_check", 1585685069);
|
||||
user_pref("services.settings.security.onecrl.checked", 1585685069);
|
||||
user_pref("services.settings.main.public-suffix-list.last_check", 1588540493);
|
||||
user_pref("services.settings.main.sites-classification.last_check", 1588540493);
|
||||
user_pref("services.settings.main.tippytop.last_check", 1588540493);
|
||||
user_pref("services.settings.main.url-classifier-skip-urls.last_check", 1588540493);
|
||||
user_pref("services.settings.main.whats-new-panel.last_check", 1588540493);
|
||||
user_pref("services.settings.security.onecrl.checked", 1588540493);
|
||||
user_pref("services.sync.clients.lastSync", "0");
|
||||
user_pref("services.sync.declinedEngines", "");
|
||||
user_pref("services.sync.globalScore", 0);
|
||||
@ -193,9 +194,9 @@ user_pref("services.sync.nextSync", 0);
|
||||
user_pref("services.sync.tabs.lastSync", "0");
|
||||
user_pref("signon.importedFromSqlite", true);
|
||||
user_pref("signon.rememberSignons", false);
|
||||
user_pref("storage.vacuum.last.index", 1);
|
||||
user_pref("storage.vacuum.last.places.sqlite", 1583273077);
|
||||
user_pref("toolkit.startup.last_success", 1585679424);
|
||||
user_pref("storage.vacuum.last.index", 0);
|
||||
user_pref("storage.vacuum.last.places.sqlite", 1588540723);
|
||||
user_pref("toolkit.startup.last_success", 1588541932);
|
||||
user_pref("toolkit.telemetry.archive.enabled", false);
|
||||
user_pref("toolkit.telemetry.bhrPing.enabled", false);
|
||||
user_pref("toolkit.telemetry.cachedClientID", "c0ffeec0-ffee-c0ff-eec0-ffeec0ffeec0");
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
tromjaro/gnome/live-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/security_state/data.safe.bin
Normal file
BIN
tromjaro/gnome/live-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/security_state/data.safe.bin
Normal file
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.
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.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user