Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Hide HTML5 full screen lock #96

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions toolbars/hide-fullscreen-lock.css
Original file line number Diff line number Diff line change
@@ -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;
}