| <!DOCTYPE html> |
| <html> |
| <head> |
| <link href="popup.css" rel="stylesheet" type="text/css"> |
| <script src="popup.js"></script> |
| </head> |
| <body> |
| |
| <div id="container"> |
| <input type="checkbox" id="regularValue" /> |
| Enable referrers |
| <div id="incognito"> |
| <input type="checkbox" id="useSeparateIncognitoSettings" /> |
| Use separate setting for incognito mode: |
| <br> |
| <input type="checkbox" id="incognitoValue" disabled="disabled"/> |
| Enable referrers in incognito sessions |
| </div> |
| <div id="incognito-forbidden"> |
| Select "Allow in incognito" to access incognito preferences |
| </div> |
| </div> |
| |
| </body> |
| </html> |