UNPKG

uio-plus

Version:

User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.

34 lines (27 loc) 1.44 kB
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <link rel="stylesheet" type="text/css" href="../css/normalize.css" /> <link rel="stylesheet" type="text/css" href="../css/fluid.css" /> <!-- Component styles --> <link rel="stylesheet" type="text/css" href="../css/PrefsEditor.css" /> <link rel="stylesheet" type="text/css" href="../css/SeparatedPanelPrefsEditorFrame.css" /> <link rel="stylesheet" type="text/css" href="../css/adjusters.css" /> <!-- Uses the script loader so that popup opens right immediately. Although the contents take longer to load, it doesn't look like the popup failed to open. --> <script type="text/javascript" src="../js/browserAction/adjusterScriptLoader.js"></script> <title>Preferences Editor</title> </head> <body class="fl-prefsEditor-separatedPanel fl-focus"> <div id="uioPlusJS-adjusters" aria-busy=true> <div class="uioPlusJS-loading uioPlus-loading" aria-describedby="uioPlusJS-loading-text" role="progressbar" aria-valuemin="0" aria-valuemax="100"> <div class="uioPlus-spinner"><div id="uioPlusJS-loading-text">Loading…</div></div> </div> </div> </body> </html>