Advertisement
Vadorequest

Force Block: the Star Wars spoiler blocker - popup.html

Dec 15th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7.     <meta charset="utf-8">
  8.     <title></title>
  9.  
  10.     <link href="popup.css" rel="stylesheet" type="text/css">
  11.  
  12. </head>
  13.  
  14. <body>
  15.  
  16.     <div>
  17.  
  18.         <div class="button" id="extension_switch">Force Block is ON</div>
  19.         <div class="button" id="whitelist_switch">Add this page to whitelist</div>
  20.  
  21.     </div>
  22.  
  23.     <script src="/js/lib/jquery.js"></script>
  24.     <script src="/popup/popup.js"></script>
  25.  
  26. </body>
  27.  
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement