/** * Content script for USAC E-File (forms.universalservice.org) * * Injects a guidance overlay when on the USAC access management pages * to help the client grant filing access to filings@performancewest.net. */ (function() { 'use strict'; const PW_EMAIL = 'filings@performancewest.net'; // Wait for page to load setTimeout(injectGuidance, 2000); function injectGuidance() { // Look for access management or user forms const emailFields = document.querySelectorAll('input[type="text"][name*="email"], input[type="email"], input[name*="user"]'); // Inject floating helper banner const banner = document.createElement('div'); banner.id = 'pw-usac-helper'; banner.innerHTML = `
Grant filing access to this email for your 499 Filer ID:
Click to copy. Navigate to "Manage Users" or "Authorized Contacts" and add this email with filing permissions.