diff --git a/toolbars/hide-fullscreen-lock.css b/toolbars/hide-fullscreen-lock.css new file mode 100644 index 0000000..13ec188 --- /dev/null +++ b/toolbars/hide-fullscreen-lock.css @@ -0,0 +1,10 @@ +/* + * Hides the HTML5 full screen popup lock icon for secure pages. You can test this on https://permission.site + * + * Contributor(s): Madis0 + */ + +html|*.pointerlockfswarning[data-identity="verifiedIdentity"]::before, +html|*.pointerlockfswarning[data-identity="verifiedDomain"]::before { + display: none !important; +}