From 4b0b134d0f3b33fe01d3e0b7cb8056ef7e851bf4 Mon Sep 17 00:00:00 2001 From: Vince Date: Wed, 23 Jun 2021 12:56:10 +0800 Subject: [PATCH] update --- src/other/firefox/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/other/firefox/README.md b/src/other/firefox/README.md index 2ce04fe..1c3b95a 100644 --- a/src/other/firefox/README.md +++ b/src/other/firefox/README.md @@ -76,11 +76,3 @@ page, go to options, check both of those: Now you can close those tools and press Ctrl+Alt+Shift+I to Inspect the browser UI. - -Also you can inspect any GTK3 application, for example type this into a terminal -and it will run Epiphany with the GTK Inspector, so you can check the CSS styles -of its elements too. - -```sh -GTK_DEBUG=interactive epiphany -``