Show border around iframe.
Audit - 6 - iframe detection by FACILiti
Details
AuthorFACILiti
LicenseNo License
Category.
Created
Updated
Size276 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Audit - 6 - iframe
@version 1.0.0
@description Show border around iframe
@namespace ?
==/UserStyle== */
iframe:not(#FACIL_ITI_POPIN) {
outline: 1px solid tomato !important;
border: 1px solid tomato !important;
}