Skip to content

Audit - 6 - iframe detection by FACILiti

Screenshot of Audit - 6 - iframe detection

Details

AuthorFACILiti

LicenseNo License

Category.

Created

Updated

Size276 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Show border around iframe.

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;
}

Reviews

No reviews yet.