Skip to content

Ao3 TOS Prompt Unhider by arcaneagilmente

Details

Authorarcaneagilmente

LicenseNo License

Categoryarchiveofourown

Created

Updated

Size391 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Prevents AO3 from hiding the website via javascript trickery when not logged in.

Notes

Add this filter to your adblocker for full support: archiveofourown.org###tos_prompt

Source code

/* ==UserStyle==
@name         Ao3 TOS Prompt Unhider
@version      20210921.00.08
@namespace    userstyles.world/user/arcaneagilmente
@description  Prevents AO3 from hiding the website via javascript trickery when not logged in.
@author       arcaneagilmente
@license      No License
==/UserStyle== */

@-moz-document domain("archiveofourown.org") {
body .hidden {
    display: initial;
}
}

Reviews

No reviews yet.