@templmf/temp-solf-lmf 0.0.142 → 0.0.144

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (357) hide show
  1. package/f2e-spec-main.zip +0 -0
  2. package/package.json +1 -1
  3. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/AUTHORS +18 -0
  4. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/COPYING +674 -0
  5. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/cs/messages.json +1252 -0
  6. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/en/messages.json +1339 -0
  7. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/fa/messages.json +1219 -0
  8. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/ru/messages.json +1276 -0
  9. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh/messages.json +1279 -0
  10. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh_CN/messages.json +1279 -0
  11. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh_TW/messages.json +1267 -0
  12. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_metadata/computed_hashes.json +1 -0
  13. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_metadata/verified_contents.json +1 -0
  14. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/css/options.css +531 -0
  15. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/css/popup.css +197 -0
  16. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/draw_omega.js +22 -0
  17. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-128.png +0 -0
  18. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-128.svg +1 -0
  19. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-48.png +0 -0
  20. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-64.png +0 -0
  21. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-16.png +0 -0
  22. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-19.png +0 -0
  23. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-24.png +0 -0
  24. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-32.png +0 -0
  25. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action.svg +1 -0
  26. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/indexedDB.js +67 -0
  27. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/background.js +611 -0
  28. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/background_preload.js +92 -0
  29. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/log_error.js +17 -0
  30. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega.js +2190 -0
  31. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_debug.js +90 -0
  32. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_decoration.js +175 -0
  33. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_pac.min.js +19199 -0
  34. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target.min.js +11491 -0
  35. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_chromium_extension.min.js +5742 -0
  36. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_popup.js +93 -0
  37. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_web.js +295 -0
  38. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_webext_proxy_script.min.js +19310 -0
  39. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/options.js +73 -0
  40. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/options_guide.js +67 -0
  41. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/popup.js +541 -0
  42. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/switch_profile_guide.js +104 -0
  43. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/FileSaver/FileSaver.min.js +2 -0
  44. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular/angular.min.js +352 -0
  45. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-animate/angular-animate.min.js +59 -0
  46. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-bootstrap/ui-bootstrap-tpls.min.js +10 -0
  47. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_en-us.js +143 -0
  48. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-cn.js +125 -0
  49. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-hk.js +125 -0
  50. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-tw.js +125 -0
  51. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ladda/angular-ladda.min.js +2 -0
  52. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-loader/angular-loader.min.js +10 -0
  53. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-sanitize/angular-sanitize.min.js +18 -0
  54. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-spectrum-colorpicker/angular-spectrum-colorpicker.min.js +2 -0
  55. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-router/angular-ui-router.min.js +8 -0
  56. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-sortable/sortable.min.js +8 -0
  57. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-utils/validate.min.js +7 -0
  58. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/blob/Blob.js +684 -0
  59. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/css/bootstrap.min.css +6 -0
  60. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
  61. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.svg +288 -0
  62. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
  63. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
  64. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
  65. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/js/dropdown.js +165 -0
  66. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jquery/jquery.min.js +2 -0
  67. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jqueryui-touch-punch/jquery.ui.touch-punch.min.js +11 -0
  68. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jsondiffpatch/jsondiffpatch.min.js +37 -0
  69. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ladda/ladda-themeless.min.css +7 -0
  70. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ladda/ladda.min.js +8 -0
  71. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ngprogress/ngProgress.min.js +8 -0
  72. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/script.js/script.min.js +6 -0
  73. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/shepherd.js/shepherd-theme-arrows.css +210 -0
  74. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/shepherd.js/shepherd.min.js +2 -0
  75. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spectrum/spectrum.css +507 -0
  76. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spectrum/spectrum.js +2341 -0
  77. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spin.js/spin.js +337 -0
  78. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/tether/tether.js +1443 -0
  79. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/base.css +437 -0
  80. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-auto.css +38 -0
  81. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-dark.css +18 -0
  82. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-light.css +18 -0
  83. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-3024.css +20 -0
  84. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-apathy.css +20 -0
  85. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-apprentice.css +20 -0
  86. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-cave-light.css +20 -0
  87. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-cave.css +20 -0
  88. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-dune-light.css +20 -0
  89. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-dune.css +20 -0
  90. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-estuary-light.css +20 -0
  91. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-estuary.css +20 -0
  92. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-forest-light.css +20 -0
  93. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-forest.css +20 -0
  94. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-heath-light.css +20 -0
  95. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-heath.css +20 -0
  96. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-lakeside-light.css +20 -0
  97. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-lakeside.css +20 -0
  98. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-plateau-light.css +20 -0
  99. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-plateau.css +20 -0
  100. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-savanna-light.css +20 -0
  101. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-savanna.css +20 -0
  102. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-seaside-light.css +20 -0
  103. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-seaside.css +20 -0
  104. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-sulphurpool-light.css +20 -0
  105. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-sulphurpool.css +20 -0
  106. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atlas.css +20 -0
  107. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-bespin.css +20 -0
  108. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brewer.css +20 -0
  109. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-bright.css +20 -0
  110. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brush-trees-dark.css +20 -0
  111. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brush-trees.css +20 -0
  112. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-chalk.css +20 -0
  113. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-danqing-dark.css +20 -0
  114. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-danqing-light.css +18 -0
  115. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-red-screen.css +23 -0
  116. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-traditional-light.css +19 -0
  117. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-traditional-night.css +19 -0
  118. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-circus.css +20 -0
  119. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-classic-dark.css +20 -0
  120. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-classic-light.css +20 -0
  121. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-colors.css +20 -0
  122. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-cupcake.css +20 -0
  123. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-cupertino.css +20 -0
  124. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-black.css +20 -0
  125. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-gray.css +20 -0
  126. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-ocean.css +20 -0
  127. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-paper.css +20 -0
  128. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-white.css +20 -0
  129. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darcula.css +20 -0
  130. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darkmoss.css +20 -0
  131. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darktooth.css +20 -0
  132. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-decaf.css +20 -0
  133. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-default-dark.css +20 -0
  134. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-default-light.css +20 -0
  135. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eighties.css +20 -0
  136. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-embers.css +20 -0
  137. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-dark.css +20 -0
  138. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-gray-dark.css +20 -0
  139. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-gray-light.css +20 -0
  140. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-light.css +20 -0
  141. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-espresso.css +20 -0
  142. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eva-dim.css +20 -0
  143. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eva.css +20 -0
  144. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-flat.css +20 -0
  145. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-framer.css +20 -0
  146. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gigavolt.css +20 -0
  147. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-github.css +20 -0
  148. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-google-dark.css +20 -0
  149. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-google-light.css +20 -0
  150. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-grayscale-dark.css +20 -0
  151. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-grayscale-light.css +20 -0
  152. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-green-screen.css +20 -0
  153. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-hard.css +20 -0
  154. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-medium.css +20 -0
  155. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-pale.css +20 -0
  156. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-soft.css +20 -0
  157. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-hard.css +20 -0
  158. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-medium.css +20 -0
  159. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-soft.css +20 -0
  160. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-hardcore.css +20 -0
  161. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-harmonic16-dark.css +20 -0
  162. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-harmonic16-light.css +20 -0
  163. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-helios.css +20 -0
  164. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-hopscotch.css +20 -0
  165. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-horizon-dark.css +20 -0
  166. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-horizon-light.css +20 -0
  167. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-humanoid-dark.css +20 -0
  168. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-humanoid-light.css +20 -0
  169. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-icy-dark.css +20 -0
  170. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-ir-black.css +20 -0
  171. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-isotope.css +20 -0
  172. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-kimber.css +20 -0
  173. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-macintosh.css +20 -0
  174. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-marrakesh.css +20 -0
  175. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-materia.css +20 -0
  176. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-darker.css +20 -0
  177. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-lighter.css +20 -0
  178. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-palenight.css +20 -0
  179. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-vivid.css +20 -0
  180. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material.css +20 -0
  181. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-mexico-light.css +20 -0
  182. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-mocha.css +20 -0
  183. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-monokai.css +20 -0
  184. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nebula.css +20 -0
  185. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nord.css +20 -0
  186. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nova.css +20 -0
  187. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-ocean.css +20 -0
  188. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-oceanicnext.css +20 -0
  189. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-one-light.css +20 -0
  190. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-onedark.css +20 -0
  191. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-outrun-dark.css +20 -0
  192. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-paraiso.css +20 -0
  193. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pasque.css +20 -0
  194. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-phd.css +20 -0
  195. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pinky.css +20 -0
  196. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pop.css +20 -0
  197. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-porple.css +20 -0
  198. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-colorblind.css +20 -0
  199. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-dimmed.css +20 -0
  200. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-high-contrast.css +20 -0
  201. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark.css +20 -0
  202. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-light-colorblind.css +20 -0
  203. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-light.css +20 -0
  204. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-qualia.css +20 -0
  205. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-railscasts.css +20 -0
  206. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine-dawn.css +20 -0
  207. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine-moon.css +20 -0
  208. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine.css +20 -0
  209. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sagelight.css +20 -0
  210. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sakura.css +20 -0
  211. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sandcastle.css +20 -0
  212. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-shapeshifter.css +20 -0
  213. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-silk-dark.css +20 -0
  214. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-silk-light.css +20 -0
  215. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-snazzy.css +20 -0
  216. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solar-flare-light.css +20 -0
  217. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solar-flare.css +20 -0
  218. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solarized-dark.css +20 -0
  219. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solarized-light.css +20 -0
  220. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-spacemacs.css +20 -0
  221. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summercamp.css +20 -0
  222. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summerfruit-dark.css +20 -0
  223. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summerfruit-light.css +20 -0
  224. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-synth-midnight-terminal-dark.css +20 -0
  225. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-synth-midnight-terminal-light.css +20 -0
  226. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tender.css +20 -0
  227. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-blue.css +19 -0
  228. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-bright.css +19 -0
  229. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-eighties.css +19 -0
  230. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night.css +20 -0
  231. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow.css +20 -0
  232. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-twilight.css +20 -0
  233. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-unikitty-dark.css +20 -0
  234. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-unikitty-light.css +20 -0
  235. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-vulcan.css +20 -0
  236. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-10-light.css +20 -0
  237. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-10.css +20 -0
  238. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-95-light.css +20 -0
  239. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-95.css +20 -0
  240. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-high-contrast-light.css +20 -0
  241. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-high-contrast.css +20 -0
  242. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-nt-light.css +20 -0
  243. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-nt.css +20 -0
  244. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-woodland.css +20 -0
  245. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-xcode-dusk.css +20 -0
  246. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-zenburn.css +20 -0
  247. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/themes.json +3617 -0
  248. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/variable.css +33 -0
  249. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/bower.json +14 -0
  250. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/compare-versions/compare-versions.js +219 -0
  251. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/csso/csso.js +23 -0
  252. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBCursor.js +471 -0
  253. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBCursorWithValue.js +11 -0
  254. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBDatabase.js +155 -0
  255. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBFactory.js +256 -0
  256. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBIndex.js +183 -0
  257. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBKeyRange.js +71 -0
  258. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBObjectStore.js +375 -0
  259. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBOpenDBRequest.js +9 -0
  260. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBRequest.js +33 -0
  261. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBTransaction.js +213 -0
  262. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBVersionChangeEvent.js +12 -0
  263. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/fakeIndexedDB.js +3 -0
  264. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/index.js +14 -0
  265. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/Database.js +32 -0
  266. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeDOMStringList.js +72 -0
  267. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeEvent.js +38 -0
  268. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeEventTarget.js +104 -0
  269. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/Index.js +157 -0
  270. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/KeyGenerator.js +22 -0
  271. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/ObjectStore.js +172 -0
  272. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/RecordStore.js +133 -0
  273. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/binarySearch.js +74 -0
  274. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/canInjectKey.js +23 -0
  275. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/cmp.js +77 -0
  276. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/enforceRange.js +13 -0
  277. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/errors.js +62 -0
  278. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/extractKey.js +39 -0
  279. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/scheduling.js +29 -0
  280. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/types.js +1 -0
  281. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/validateKeyPath.js +46 -0
  282. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/valueToKey.js +55 -0
  283. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/valueToKeyRange.js +19 -0
  284. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/filesize/filesize.esm.js +228 -0
  285. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/idb-keyval/idb-keyval.js +274 -0
  286. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/iframeResizer/iframeResizer.contentWindow.min.js +1305 -0
  287. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/iframeResizer/iframeResizer.min.js +1466 -0
  288. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/jquery-ui/jquery-ui-1.10.4.custom.min.js +6 -0
  289. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/jszip/jszip.min.js +13 -0
  290. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/moment/moment-with-locales.js +18476 -0
  291. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/tabulator/tabulator.css +1368 -0
  292. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/tabulator/tabulator_esm.js +29258 -0
  293. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify-es.js +467 -0
  294. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify.css +94 -0
  295. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/localstorage-polyfill.js +67 -0
  296. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/log.js +119 -0
  297. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/manifest.json +47 -0
  298. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/options.html +50 -0
  299. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/about.html +39 -0
  300. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/apply_options_confirm.html +13 -0
  301. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/builtin.html +16 -0
  302. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/cannot_delete_profile.html +17 -0
  303. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/delete_attached.html +14 -0
  304. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/delete_profile.html +13 -0
  305. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/fixed_auth_edit.html +29 -0
  306. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/general.html +36 -0
  307. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/input_group_clear.html +5 -0
  308. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/io.html +115 -0
  309. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/new_profile.html +54 -0
  310. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/omega_profile_select.html +9 -0
  311. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/options_welcome.html +15 -0
  312. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile.html +17 -0
  313. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_fixed.html +55 -0
  314. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_pac.html +68 -0
  315. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_rule_list.html +34 -0
  316. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_switch.html +185 -0
  317. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_unsupported.html +3 -0
  318. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_virtual.html +19 -0
  319. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rename_profile.html +24 -0
  320. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/replace_profile.html +15 -0
  321. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/reset_options_confirm.html +12 -0
  322. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rule_remove_confirm.html +14 -0
  323. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rule_reset_confirm.html +13 -0
  324. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/theme.html +20 -0
  325. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/ui.html +72 -0
  326. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/css/dialog.css +119 -0
  327. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/css/index.css +225 -0
  328. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/grant_permissions.html +51 -0
  329. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/img/AllowedIncognitoAccess.png +0 -0
  330. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/index.html +58 -0
  331. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/grant_permissions.js +32 -0
  332. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/i18n.js +10 -0
  333. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/index.js +56 -0
  334. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/keyboard.js +134 -0
  335. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/keyboard_help.js +32 -0
  336. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/loader.js +51 -0
  337. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/profiles.js +294 -0
  338. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/proxy_not_controllable.js +43 -0
  339. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/style.js +15 -0
  340. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/css/base.css +33 -0
  341. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/css/index.css +145 -0
  342. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/index.html +21 -0
  343. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/index.js +588 -0
  344. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/loader.js +24 -0
  345. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/tab.js +154 -0
  346. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/url.js +334 -0
  347. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/utils.js +88 -0
  348. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/proxy_not_controllable.html +23 -0
  349. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/css/base.css +34 -0
  350. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/css/index.css +15 -0
  351. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/index.html +21 -0
  352. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/js/index.js +168 -0
  353. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/js/loader.js +27 -0
  354. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup-iframe.html +22 -0
  355. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup-iframe.js +14 -0
  356. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup.html +137 -0
  357. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/x-background.js +65 -0
@@ -0,0 +1,119 @@
1
+ const ZeroLogFactory = ()=>{
2
+ const logStore = idbKeyval.createStore('log-store', 'log-store');
3
+
4
+ const logSequence = []
5
+ let isRunning = false
6
+ let splitStr = '\n----Z-e-r-o-O-m-e-g-a--------------\n'
7
+
8
+ const originConsoleLog = console.log
9
+ const originConsoleError = console.error
10
+
11
+ const _logFn = async function(){
12
+ if (isRunning) return
13
+ isRunning = true
14
+ const _moment = moment()
15
+
16
+ const dayOfWeek = _moment.format('E') // Day of Week (ISO), keep logs max 7 day
17
+ const monthNum = _moment.format('DD')
18
+ const logKey = 'zerolog-' + dayOfWeek
19
+ while (logSequence.length > 0) {
20
+ const str = logSequence.join('\n');
21
+ logSequence.length = 0;
22
+ let logInfo = await idbKeyval.get(logKey, logStore)
23
+ let date = _moment.format('YYYY-MM-DD')
24
+ if (!logInfo || !logInfo.date) {
25
+ logInfo = { date: date, val: ''}
26
+ }
27
+ let { val } = logInfo
28
+ if ( logInfo.date != date) {
29
+ val = ''
30
+ }
31
+ val += splitStr
32
+ splitStr = `\n`
33
+ val += str
34
+ await idbKeyval.set(logKey, { date, val }, logStore)
35
+ }
36
+ isRunning = false
37
+ }
38
+
39
+
40
+ const logFn = (str)=>{
41
+ logSequence.push(moment().format('YYYY-MM-DD HH:mm:ss ') + ` ` + str)
42
+ _logFn()
43
+ }
44
+
45
+ const replacerFn = (key, value)=>{
46
+ switch (key) {
47
+ case 'username':
48
+ case 'password':
49
+ case 'host':
50
+ case 'port':
51
+ case 'token':
52
+ case 'gistToken':
53
+ case 'gistId':
54
+ return '<secret>'
55
+ default:
56
+ return value
57
+ }
58
+ }
59
+
60
+ const getStr = function (){
61
+ const strArgs = [...arguments].map((obj)=>{
62
+ let str = '';
63
+ try {
64
+ if (typeof obj == 'string') {
65
+ str = obj
66
+ } else {
67
+ str = JSON.stringify(obj, replacerFn, 4)
68
+ }
69
+ } catch(e){
70
+ try {
71
+ str = obj.toString()
72
+ } catch(e){
73
+ }
74
+ }
75
+ return str
76
+ })
77
+ return strArgs.join(' ')
78
+ }
79
+
80
+ const ZeroLog = function(){
81
+ logFn(getStr.apply(null, arguments))
82
+ }
83
+
84
+ const _lastErrorLogFn = async ()=>{
85
+ if (_lastErrorLogFn.isRunning) return
86
+ _lastErrorLogFn.isRunning = true
87
+ while (_lastErrorLogFn.val) {
88
+ const val = _lastErrorLogFn.val
89
+ _lastErrorLogFn.val = ''
90
+ await idbKeyval.set('lastError', val, logStore)
91
+ }
92
+ _lastErrorLogFn.isRunning = false
93
+ }
94
+
95
+ const lastErrorLogFn = async function (){
96
+ const val = getStr.apply(null, arguments)
97
+ _lastErrorLogFn.val = val
98
+ _lastErrorLogFn()
99
+ }
100
+
101
+ const ZeroLogInfo = function() {
102
+ originConsoleLog.apply(null, arguments)
103
+ ZeroLog.apply(null, ['[INFO]', ...arguments])
104
+ }
105
+ const ZeroLogError = function(){
106
+ originConsoleError.apply(null, arguments)
107
+ ZeroLog.apply(null, ['[ERROR]', ...arguments])
108
+ lastErrorLogFn.apply(null, arguments)
109
+ }
110
+
111
+ const ZeroLogClear = async function(){
112
+ await idbKeyval.clear(logStore)
113
+ }
114
+
115
+ console.log = ZeroLogInfo
116
+ console.error = ZeroLogError
117
+ }
118
+
119
+ ZeroLogFactory()
@@ -0,0 +1,47 @@
1
+ {
2
+ "action": {
3
+ "default_icon": {
4
+ "16": "img/icons/omega-action-16.png",
5
+ "19": "img/icons/omega-action-19.png",
6
+ "24": "img/icons/omega-action-24.png",
7
+ "32": "img/icons/omega-action-32.png"
8
+ },
9
+ "default_popup": "popup-iframe.html",
10
+ "default_title": "__MSG_manifest_icon_default_title__"
11
+ },
12
+ "background": {
13
+ "service_worker": "x-background.js",
14
+ "type": "module"
15
+ },
16
+ "commands": {
17
+ "_execute_action": {
18
+ "suggested_key": {
19
+ "default": "Alt+Shift+O"
20
+ }
21
+ }
22
+ },
23
+ "default_locale": "en",
24
+ "description": "__MSG_manifest_app_description__",
25
+ "host_permissions": [ "\u003Call_urls>" ],
26
+ "icons": {
27
+ "128": "img/icons/omega-128.png",
28
+ "16": "img/icons/omega-action-16.png",
29
+ "24": "img/icons/omega-action-24.png",
30
+ "32": "img/icons/omega-action-32.png",
31
+ "48": "img/icons/omega-48.png",
32
+ "64": "img/icons/omega-64.png"
33
+ },
34
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnwLIH8XjkU2VE3N5KJeiGpXbDkXVKes2ALRmkgQu31joaSXf1hXxuQiMPTq9ouE2SoMlVzzSoiMI1XizeTEia18Iw7RfMt3uwSpLMKyCmncQJ63VjcKQvYe3xx4af8tFJA+zy2Di35ilAJ68Sw03RqusImBu950I5zD/yu7VT+rhveOs0jNx1jlA1CvVbRRrN/cFD/PmmZuXxyL5VyKkg1Cl85h09U1TLqQSRyOZfcY4a5b85loi5g/ZVm1zD/LvrWQxhcfTr5woE2ohQ4ZEAi/sTxWPNtEn/NDR0lWLz6aSAK8J+Ikla0u+mPze1gzmGV9Ns3QZvH/wVE2GC/znKQIDAQAB",
35
+ "manifest_version": 3,
36
+ "minimum_chrome_version": "88",
37
+ "name": "Proxy SwitchyOmega 3 (ZeroOmega)",
38
+ "options_page": "options.html",
39
+ "options_ui": {
40
+ "browser_style": false,
41
+ "open_in_tab": true,
42
+ "page": "options.html"
43
+ },
44
+ "permissions": [ "proxy", "tabs", "alarms", "storage", "unlimitedStorage", "webRequest", "webRequestAuthProvider", "contextMenus" ],
45
+ "update_url": "https://clients2.google.com/service/update2/crx",
46
+ "version": "3.5.0"
47
+ }
@@ -0,0 +1,50 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en" ng-controller="MasterCtrl" ng-csp>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>{{'options_title' | tr}} (Z&#8203er&#8203oOmega)</title>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
7
+ <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css">
8
+ <link rel="stylesheet" href="lib/spectrum/spectrum.css">
9
+ <link rel="stylesheet" href="lib/ladda/ladda-themeless.min.css">
10
+ <link rel="stylesheet" href="lib/shepherd.js/shepherd-theme-arrows.css">
11
+ <link rel="stylesheet" href="css/options.css">
12
+ <link rel="icon" href="img/icons/omega-action.svg">
13
+ <style class="om-style">{{customCss}}</style>
14
+ </head>
15
+ <body style="display: none;" ng-style="{display: options ? &quot;block&quot; : &quot;none&quot;}">
16
+ <div class="container-fluid">
17
+ <header class="col-lg-2 col-sm-3 side-nav">
18
+ <h1><a ui-sref="about" title="{{&quot;about_title&quot; | tr}}">Zero Omega</a><sup ng-show="isExperimental" class="om-experimental text-danger">{{'options_experimental_badge' | tr}}</sup></h1>
19
+ <nav class="nav nav-pills nav-stacked">
20
+ <li class="nav-header">{{'options_navHeader_setting' | tr}}</li>
21
+ <li ui-sref-active="active"><a ui-sref="ui"><span class="glyphicon glyphicon-wrench"></span> {{'options_tab_ui' | tr}}</a></li>
22
+ <li ui-sref-active="active"><a ui-sref="general"><span class="glyphicon glyphicon-cog"></span> {{'options_tab_general' | tr}}</a></li>
23
+ <li ui-sref-active="active"><a ui-sref="io"><span class="glyphicon glyphicon-floppy-save"></span> {{'options_tab_importExport' | tr}}</a></li>
24
+ <li ui-sref-active="active"><a ui-sref="theme"><span class="glyphicon glyphicon-adjust"></span> {{'options_theme' | tr}}</a></li>
25
+ <li class="divider"></li>
26
+ <li class="nav-header">{{'options_navHeader_profiles' | tr}}</li>
27
+ <li ui-sref-active="active"><a ui-sref="builtin"><span class="glyphicon glyphicon-globe"></span> {{'options_builtin' | tr}}</a></li>
28
+ <li ng-repeat="profile in options | profiles:&quot;sorted&quot;" ui-sref-active="active" data-profile-type="{{profile.profileType}}" class="nav-profile"><a ui-sref="profile({name: profile.name})"><span omega-profile-inline="profile" options="options"></span></a></li>
29
+ <li class="nav-new-profile"><a role="button" ng-click="newProfile()"><span class="glyphicon glyphicon-plus"></span> <span>{{'options_newProfile' | tr}}</span></a></li>
30
+ <li class="divider"></li>
31
+ <li class="nav-header">{{'options_navHeader_actions' | tr}}</li>
32
+ <li><a role="button" ng-click="applyOptions()" ng-class="{&quot;btn-success&quot;: optionsDirty}" class="btn-default btn align-initial"><span class="glyphicon glyphicon-ok-circle"></span> {{'options_apply' | tr}}</a></li>
33
+ <li ng-class="{disabled: !optionsDirty}"><a role="button" ng-click="revertOptions()" class="text-danger"><span class="glyphicon glyphicon-remove-circle"></span> {{'options_discard' | tr}}</a></li>
34
+ </nav>
35
+ </header>
36
+ <main ui-view class="col-lg-10 col-sm-9 col-lg-offset-2 col-sm-offset-3 angular-animate"></main>
37
+ </div>
38
+ <div ng-show="alertShown" class="alert-top-wrapper">
39
+ <div alert type="workaround" close="hideAlert()" class="{{alertClassForType(alert.type)}}"><span class="glyphicon {{alertIcons[alert.type]}}"></span> {{alert.i18n ? (alert.i18n | tr) : alert.message}}
40
+ </div>
41
+ </div>
42
+ <script src="lib/zero-dependencies/moment/moment-with-locales.js"></script>
43
+ <script src="lib/zero-dependencies/idb-keyval/idb-keyval.js"></script>
44
+ <script src="lib/zero-dependencies/jszip/jszip.min.js"></script>
45
+ <script src="js/omega_debug.js"></script>
46
+ <script src="js/log_error.js"></script>
47
+ <script src="lib/script.js/script.min.js"></script>
48
+ <script src="js/options.js"></script>
49
+ </body>
50
+ </html>
@@ -0,0 +1,39 @@
1
+
2
+ <div class="page-header">
3
+ <h2>{{'about_title' | tr}}</h2>
4
+ </div>
5
+ <section ng-show="isExperimental" class="omega-experimental">
6
+ <p class="alert alert-warning"><span class="glyphicon glyphicon-warning-sign"></span> <span>{{'about_experimental_warning_moz' | tr}}</span>
7
+ </p>
8
+ </section>
9
+ <section>
10
+ <div style="margin: 1em 0" class="media">
11
+ <div class="media-left"><img src="img/icons/omega-action-32.png" class="media-object"/></div>
12
+ <div class="media-body">
13
+ <h4 class="media-heading">{{'appNameShort' | tr}}</h4>
14
+ <p>{{'about_app_description' | tr}}</p>
15
+ </div>
16
+ </div>
17
+ </section>
18
+ <section>
19
+ <p>
20
+ <button ng-click="reportIssue()" ladda="issueReporting" class="btn btn-info"><span class="glyphicon glyphicon-comment"></span> {{'popup_reportIssues' | tr}}
21
+ </button>
22
+ <button ng-click="downloadLog()" ladda="logDownloading" data-spinner-color="currentColor" class="btn btn-default"><span class="glyphicon glyphicon-download"></span> {{'popup_errorLog' | tr}}
23
+ </button>
24
+ <button ng-click="showResetOptionsModal()" ladda="optionsReseting" class="btn btn-danger"><span class="glyphicon glyphicon-alert"></span> {{'options_reset' | tr}}
25
+ </button>
26
+ </p>
27
+ </section>
28
+ <section>
29
+ <p>{{'about_version' | tr:[version]}}</p>
30
+ <p class="text-warning"><span class="glyphicon glyphicon-info-sign"></span> <span ng-bind-html="&quot;about_disclaimer_networkService&quot; | tr"></span>
31
+ </p>
32
+ <p class="text-success"><span class="glyphicon glyphicon-eye-close"></span> <span ng-bind-html="&quot;about_disclaimer_privacy&quot; | tr"></span>
33
+ </p>
34
+ <p class="text-info"><span class="glyphicon glyphicon-question-sign"></span> <span ng-bind-html="&quot;about_help&quot; | tr"></span>
35
+ </p>
36
+ </section>
37
+ <section style="margin-top: 7em">
38
+ <p>{{'appNameShort' | tr}}<br/><span ng-bind-html="&quot;about_copyright&quot; | tr"></span><br/><span ng-bind-html="&quot;about_license&quot; | tr"></span><br/><span ng-bind-html="&quot;about_credits&quot; | tr"></span></p>
39
+ </section>
@@ -0,0 +1,13 @@
1
+
2
+ <div class="modal-header">
3
+ <button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
4
+ <h4 class="modal-title">{{'options_modalHeader_applyOptions' | tr}}</h4>
5
+ </div>
6
+ <div class="modal-body">
7
+ <p>{{'options_applyOptionsRequired' | tr}}</p>
8
+ <p>{{'options_applyOptionsConfirm' | tr}}</p>
9
+ </div>
10
+ <div class="modal-footer">
11
+ <button ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
12
+ <button type="button" ng-click="$close(&quot;ok&quot;)" class="btn btn-primary">{{'options_apply' | tr}}</button>
13
+ </div>
@@ -0,0 +1,16 @@
1
+
2
+ <div class="page-header">
3
+ <h2>{{'options_builtinProfile' | tr}}</h2>
4
+ </div>
5
+ <section class="settings-group"><span class="profile-color-editor">
6
+ <div class="profile-color-editor-fake">
7
+ <x-spectrum-colorpicker ng-model="systemProfile.color" options="spectrumOptions" on-change="changeColor(color)" on-move="moveColor(color, &quot;+system&quot;)"></x-spectrum-colorpicker>
8
+ </div></span>
9
+ <h2 class="profile-name">{{'options_profileTabPrefix' | tr}}{{'System'}}</h2>
10
+ </section>
11
+ <section class="settings-group"><span class="profile-color-editor">
12
+ <div class="profile-color-editor-fake">
13
+ <x-spectrum-colorpicker ng-model="directProfile.color" options="spectrumOptions" on-move="moveColor(color, &quot;+direct&quot;)"></x-spectrum-colorpicker>
14
+ </div></span>
15
+ <h2 class="profile-name">{{'options_profileTabPrefix' | tr}}{{'Direct'}}</h2>
16
+ </section>
@@ -0,0 +1,17 @@
1
+
2
+ <div class="modal-header">
3
+ <button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
4
+ <h4 class="modal-title">{{'options_modalHeader_cannotDeleteProfile' | tr}}</h4>
5
+ </div>
6
+ <div class="modal-body">
7
+ <p>{{'options_profileReferredBy' | tr}}</p>
8
+ <div class="well">
9
+ <ul class="list-style-none">
10
+ <li ng-repeat="p in refs"><span omega-profile-inline="p" options="options" disp-name="dispNameFilter"></span></li>
11
+ </ul>
12
+ </div>
13
+ <p>{{'options_modifyReferringProfiles' | tr}}</p>
14
+ </div>
15
+ <div class="modal-footer">
16
+ <button ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
17
+ </div>
@@ -0,0 +1,14 @@
1
+
2
+ <div class="modal-header">
3
+ <button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
4
+ <h4 class="modal-title">{{'options_modalHeader_deleteAttached' | tr}}</h4>
5
+ </div>
6
+ <div class="modal-body">
7
+ <p>{{'options_deleteAttachedConfirm' | tr}}</p>
8
+ <div class="well"><span omega-profile-icon="attached" options="options"></span> {{attached.sourceUrl || ('options_ruleListLineCount' | tr:[attached.ruleList.split('\n').length])}}
9
+ </div>
10
+ </div>
11
+ <div class="modal-footer">
12
+ <button ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
13
+ <button type="button" ng-click="$close(&quot;ok&quot;)" class="btn btn-danger">{{'options_deleteAttached' | tr}}</button>
14
+ </div>
@@ -0,0 +1,13 @@
1
+
2
+ <div class="modal-header">
3
+ <button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
4
+ <h4 class="modal-title">{{'options_modalHeader_deleteProfile' | tr}}</h4>
5
+ </div>
6
+ <div class="modal-body">
7
+ <p>{{'options_deleteProfileConfirm' | tr}}</p>
8
+ <div class="well"><span omega-profile-inline="profile" options="options" disp-name="dispNameFilter"></span></div>
9
+ </div>
10
+ <div class="modal-footer">
11
+ <button ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
12
+ <button type="button" ng-click="$close(&quot;ok&quot;)" class="btn btn-danger">{{'options_deleteProfile' | tr}}</button>
13
+ </div>
@@ -0,0 +1,29 @@
1
+
2
+ <form ng-submit="authForm.$valid &amp;&amp; $close(auth)" name="authForm">
3
+ <div class="modal-header">
4
+ <button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
5
+ <h4 class="modal-title">{{'options_modalHeader_proxyAuth' | tr}}</h4>
6
+ </div>
7
+ <div style="padding-bottom: 0;" class="modal-body">
8
+ <div ng-show="!authSupported" class="form-group">
9
+ <div class="alert alert-danger"><span class="glyphicon glyphicon-warning-sign"></span> {{"options_proxy_authNotSupported" | tr:[protocolDisp]}}
10
+ </div>
11
+ </div>
12
+ <div class="form-group">
13
+ <label class="sr-only">{{'options_proxyAuthUsername' | tr}}</label>
14
+ <div input-group-clear="input-group-clear" type="text" model="auth.username" autofocus="autofocus" placeholder="{{&quot;options_proxyAuthUsername&quot; | tr}}"></div>
15
+ </div>
16
+ <div ng-class="{&quot;has-error&quot;: !authForm.password.$valid}" class="form-group">
17
+ <label class="sr-only">{{'options_proxyAuthPassword' | tr}}</label>
18
+ <div class="input-group">
19
+ <input type="text" name="password" ng-model="auth.password" ng-attr-type="{{showPassword ? &quot;text&quot; : &quot;password&quot;}}" placeholder="{{&quot;options_proxyAuthPassword&quot; | tr}}" ng-show="!!auth.username" class="form-control"/>
20
+ <input type="text" value="" placeholder="{{&quot;options_proxyAuthNone&quot; | tr}}" disabled="disabled" ng-show="!auth.username" class="form-control"/><span class="input-group-btn">
21
+ <button type="button" ng-click="showPassword = !showPassword" title="{{(showPassword ? 'options_proxyAuthHidePassword' : 'options_proxyAuthShowPassword') | tr}}" ng-disabled="!auth.username" class="btn btn-default"><span ng-class="{&quot;glyphicon-eye-close&quot;: !showPassword, &quot;glyphicon-eye-open&quot;: !!showPassword}" class="glyphicon"></span></button></span>
22
+ </div>
23
+ </div>
24
+ </div>
25
+ <div class="modal-footer">
26
+ <button type="button" ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
27
+ <button type="submit" ng-disabled="!authForm.$valid" class="btn btn-primary">{{'dialog_save' | tr}}</button>
28
+ </div>
29
+ </form>
@@ -0,0 +1,36 @@
1
+
2
+ <div class="page-header">
3
+ <h2>{{'options_tab_general' | tr}}</h2>
4
+ </div>
5
+ <section class="settings-group">
6
+ <h3>{{'options_group_networkRequests' | tr}}</h3>
7
+ <div class="checkbox">
8
+ <label>
9
+ <input id="revert-proxy-changes" type="checkbox" ng-model="options[&quot;-monitorWebRequests&quot;]"/><span>{{'options_monitorWebRequests' | tr}}</span>
10
+ </label>
11
+ <p omega-html="'options_monitorWebRequestsHelp' | tr" class="help-block"></p>
12
+ </div>
13
+ <p><a href="./popup/network/index.html" role="button" target="_blank" class="btn btn-default"><span class="glyphicon glyphicon-dashboard"></span> {{'Network monitor'}}</a><span class="help-inline">{{'Inspect network traffic'}}</span></p>
14
+ </section>
15
+ <section class="settings-group width-limit">
16
+ <h3>{{'options_downloadOptions' | tr}}</h3>
17
+ <p class="help-block">{{'options_downloadOptionsHelp' | tr}}</p>
18
+ <div class="form-group">
19
+ <label for="download-interval">{{'options_downloadInterval' | tr}}</label>
20
+ <select id="download-interval" ng-model="options[&quot;-downloadInterval&quot;]" ng-options="interval as (downloadIntervalI18n(interval) | tr) for interval in downloadIntervals" class="form-control inline-form-control"></select>
21
+ </div>
22
+ </section>
23
+ <section class="settings-group width-limit">
24
+ <h3>{{'options_group_conflicts' | tr}}</h3>
25
+ <p>{{'options_conflicts_introduction' | tr}}</p>
26
+ <p class="help-text text-danger"><span style="padding: 1px 4px; background: #da4f49; color: #fff; box-shadow: #ccc 1px 1px 1px 1px;">=</span> {{'options_conflicts_lowerPriority' | tr}}
27
+ </p>
28
+ <p class="help-text text-info"><span class="glyphicon glyphicon-info-sign"></span> <span omega-html="'options_conflicts_higherPriority' | tr:[$profile('systemProfile')]"></span>
29
+ </p>
30
+ <div class="checkbox">
31
+ <label>
32
+ <input id="revert-proxy-changes" type="checkbox" ng-model="options[&quot;-showExternalProfile&quot;]"/><span>{{'options_showExternalProfile' | tr}}</span>
33
+ </label>
34
+ </div>
35
+ <p omega-html="'options_showExternalProfileHelp' | tr:[$profile('systemProfile'), $profile('externalProfile')]" class="help-block"></p>
36
+ </section>
@@ -0,0 +1,5 @@
1
+
2
+ <div class="input-group">
3
+ <input ng-model="model" ng-attr-type="{{type}}" ng-pattern="ngPattern || catchAll" placeholder="{{placeholder}}" ng-change="modelChange()" class="form-control"/><span class="input-group-btn">
4
+ <button type="button" ng-click="toggleClear()" ng-disabled="!model &amp;&amp; !oldModel" title="{{'inputClear_' + (oldModel ? 'restore' : 'clear') | tr}}" class="btn btn-default input-group-clear-btn"><span ng-class="{&quot;glyphicon-remove&quot;: !oldModel, &quot;glyphicon-repeat&quot;: !!oldModel}" class="glyphicon"></span></button></span>
5
+ </div>
@@ -0,0 +1,115 @@
1
+
2
+ <div class="page-header">
3
+ <h2>{{'options_tab_importExport' | tr}}</h2>
4
+ </div>
5
+ <section class="settings-group">
6
+ <h3>{{'options_group_importExportProfile' | tr}}</h3>
7
+ <div class="help-block">
8
+ <div class="text-info"><span class="glyphicon glyphicon-info-sign"></span> {{'options_exportProfileHelp' | tr}}
9
+ </div>
10
+ </div>
11
+ <div ng-show="!(options[&quot;-showConditionTypes&quot;] &gt; 0)" class="checkbox">
12
+ <label>
13
+ <input type="checkbox" ng-model="options[&quot;-exportLegacyRuleList&quot;]"/><span>{{'options_exportLegacyRuleList' | tr}}</span>
14
+ </label>
15
+ <p omega-html="'options_exportLegacyRuleListHelp' | tr" class="help-block"></p>
16
+ </div>
17
+ </section>
18
+ <section class="settings-group">
19
+ <h3>{{'options_group_importExportSettings' | tr}}</h3>
20
+ <p>
21
+ <button ng-click="exportOptions()" class="btn btn-default"><span class="glyphicon glyphicon-floppy-save"></span> {{'options_makeBackup' | tr}}
22
+ </button><span class="help-inline">{{'options_makeBackupHelp' | tr}}</span>
23
+ </p>
24
+ <p>
25
+ <input id="restore-local-file" type="file" omega-upload="restoreLocal($content)" omega-error="restoreLocalError($error)"/>
26
+ <button ng-click="triggerFileInput()" ladda="restoringLocal" data-spinner-color="#000000" class="btn btn-default"><span class="glyphicon glyphicon-folder-open"></span> {{'options_restoreLocal' | tr}}
27
+ </button><span class="help-inline">{{'options_restoreLocalHelp' | tr}}</span>
28
+ </p>
29
+ <div>
30
+ <label>{{'options_restoreOnline' | tr}}</label>
31
+ <div class="input-group width-limit">
32
+ <input type="url" ng-model="restoreOnlineUrl" placeholder="{{'options_restoreOnlinePlaceholder' | tr}}" class="form-control"/><span class="input-group-btn">
33
+ <button ng-click="restoreOnline()" ladda="restoringOnline" data-spinner-color="#000000" class="btn btn-default">{{'options_restoreOnlineSubmit' | tr}}</button></span>
34
+ </div>
35
+ </div>
36
+ </section>
37
+ <section class="settings-group">
38
+ <h3>{{'options_group_syncing' | tr}}</h3>
39
+ <div>
40
+ <form class="sync-form">
41
+ <div class="form-group">
42
+ <label>{{'options_syncBackend' | tr}}</label>
43
+ <div class="width-limit">
44
+ <select ng-model="syncBackendType" ng-options="bt.id as (bt.label | tr) for bt in backendTypes" ng-change="onBackendTypeManualChange()" ng-disabled="syncOptions == &quot;sync&quot;" class="form-control"></select>
45
+ </div>
46
+ </div>
47
+ <div class="form-group">
48
+ <label>{{'options_syncUri' | tr}}</label>
49
+ <div class="input-group width-limit"><span class="input-group-addon">{{'URI'}}</span>
50
+ <input type="text" ng-model="gistId" ng-readonly="syncOptions == &quot;sync&quot;" placeholder="{{syncBackendType == 'webdav' ? ('options_syncUriPlaceholderWebdav' | tr) : ('options_syncUriPlaceholderGist' | tr)}}" class="form-control"/><span ng-click="cleanInput(&quot;gistId&quot;)" ng-if="syncOptions != &quot;sync&quot;" class="glyphicon glyphicon-remove btn clean-btn"></span>
51
+ </div><span ng-if="syncBackendType == &quot;gist&quot;" class="help-block"><a href="https://gist.github.com/" role="button" target="_blank">{{'Create a secret Gist. '}}</a><strong>{{" Note: If it's a public Gist, your options can be searched by others。"}}</strong></span><span ng-if="syncBackendType == &quot;webdav&quot;" class="help-block">{{'options_syncWebdavHelp' | tr}}</span>
52
+ </div>
53
+ <div ng-if="syncBackendType == &quot;webdav&quot;" class="form-group">
54
+ <label>{{'options_syncWebdavUsername' | tr}}</label>
55
+ <div class="input-group width-limit"><span class="input-group-addon">{{'USER'}}</span>
56
+ <input type="text" ng-model="$parent.syncUsername" ng-readonly="syncOptions == &quot;sync&quot;" placeholder="{{'options_syncWebdavUsernamePlaceholder' | tr}}" class="form-control"/><span ng-click="cleanInput(&quot;syncUsername&quot;)" ng-if="syncOptions != &quot;sync&quot;" class="glyphicon glyphicon-remove btn clean-btn"></span>
57
+ </div>
58
+ </div>
59
+ <div class="form-group">
60
+ <label ng-if="syncBackendType == &quot;gist&quot;">{{'Gist Token'}}</label>
61
+ <label ng-if="syncBackendType == &quot;webdav&quot;">{{'options_syncWebdavPassword' | tr}}</label>
62
+ <div class="input-group width-limit"><span ng-if="syncBackendType == &quot;gist&quot;" class="input-group-addon">{{'TOKEN'}}</span><span ng-if="syncBackendType == &quot;webdav&quot;" class="input-group-addon">{{'PASS'}}</span>
63
+ <input type="password" ng-model="gistToken" ng-readonly="syncOptions == &quot;sync&quot;" placeholder="{{syncBackendType == 'webdav' ? ('options_syncWebdavPasswordPlaceholder' | tr) : 'Gist Token'}}" class="form-control"/><span ng-click="cleanInput(&quot;gistToken&quot;)" ng-if="syncOptions != &quot;sync&quot;" class="glyphicon glyphicon-remove btn clean-btn"></span>
64
+ </div><span ng-if="syncBackendType == &quot;gist&quot;" class="help-block"><a href="https://github.com/settings/tokens/new" role="button" target="_blank">{{ 'Create a token that manages the Gist.' }}<strong>{{ '(Gist permission is required.)'}}</strong></a></span><span ng-if="syncBackendType == &quot;webdav&quot;" class="help-block">{{'Password for WebDAV authentication.'}}</span>
65
+ </div>
66
+ </form>
67
+ </div>
68
+ <div ng-show="syncOptions == &quot;pristine&quot; || syncOptions == &quot;disabled&quot;">
69
+ <div class="checkbox">
70
+ <label>
71
+ <input id="use-built-in-sync-enhance" type="checkbox" ng-model="useBuiltInSync"/><span>{{'options_useBuiltInSyncEnhance' | tr}}</span>
72
+ </label>
73
+ <details class="use-built-in-sync-enhance-tip">
74
+ <summary><span class="glyphicon glyphicon-question-sign"></span></summary>
75
+ <ol omega-html="&quot;options_useBuiltInSyncEnhanceTip&quot; | tr"></ol>
76
+ </details>
77
+ </div>
78
+ <p omega-html="&quot;options_syncPristineHelp&quot; | tr" class="help-block"></p>
79
+ <p>
80
+ <button ng-click="enableOptionsSync()" ladda="enableOptionsSyncing" data-spinner-color="currentColor" class="btn btn-default"><span class="glyphicon glyphicon-cloud-upload"></span> {{'options_syncEnable' | tr}}
81
+ </button>
82
+ </p>
83
+ </div>
84
+ <div ng-show="syncOptions == &quot;sync&quot;">
85
+ <p ng-class="alertType" class="alert width-limit">
86
+ <button ng-click="checkOptionsSyncChange()" ladda="enableOptionsSyncing" class="btn btn-sm btn-success"><span class="glyphicon glyphicon-refresh"></span></button><span>{{' last sync date: '}}</span>{{ lastGistSync | date:'medium'}}
87
+ {{'('}}
88
+ {{lastGistState}}
89
+ {{')'}}<a ng-if="syncBackendType == &quot;gist&quot;" href="{{gistUrl}}" role="button" target="_blank">{{' '}}<span class="glyphicon glyphicon-link"></span></a><span ng-if="syncBackendType == &quot;webdav&quot;">{{' WebDAV'}}</span><br/><br/><span class="glyphicon glyphicon-ok"></span> {{"options_syncSyncAlert" | tr}}
90
+ </p>
91
+ <p>
92
+ <button ng-click="disableOptionsSync()" class="btn btn-warning"><span class="glyphicon glyphicon-remove-sign"></span> {{'options_syncDisable' | tr}}
93
+ </button>
94
+ </p>
95
+ </div>
96
+ <div ng-show="syncOptions == &quot;conflict&quot;">
97
+ <div class="checkbox">
98
+ <label>
99
+ <input id="use-built-in-sync-enhance" type="checkbox" ng-model="useBuiltInSync"/><span>{{'options_useBuiltInSyncEnhance' | tr}}</span>
100
+ </label>
101
+ </div>
102
+ <p class="alert alert-danger width-limit"><span class="glyphicon glyphicon-info-sign"></span> {{"options_syncConflictAlert" | tr}}
103
+ </p>
104
+ <p omega-html="&quot;options_syncConflictHelp&quot; | tr" class="help-block"></p>
105
+ <p>
106
+ <button ng-click="enableOptionsSync({force: true})" ladda="enableOptionsSyncing" class="btn btn-danger"><span class="glyphicon glyphicon-cloud-download"></span> {{'options_syncEnableForce' | tr}}
107
+ </button>
108
+ <button ng-click="resetOptionsSync()" class="btn btn-link"><span class="glyphicon glyphicon-erase"></span> {{'options_syncReset' | tr}}
109
+ </button>
110
+ </p>
111
+ </div>
112
+ <div ng-show="syncOptions == &quot;unsupported&quot;">
113
+ <p omega-html="&quot;options_syncUnsupportedHelp&quot; | tr" class="help-block"></p>
114
+ </div>
115
+ </section>
@@ -0,0 +1,54 @@
1
+
2
+ <form ng-submit="newProfile.$valid &amp;&amp; $close(profile)" name="newProfile">
3
+ <div class="modal-header">
4
+ <button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
5
+ <h4 class="modal-title">{{'options_modalHeader_newProfile' | tr}}</h4>
6
+ </div>
7
+ <div class="modal-body">
8
+ <div ng-class="{&quot;has-error&quot;: !newProfile.profileNewName.$valid}" class="form-group">
9
+ <label for="profile-new-name">{{'options_newProfileName' | tr}}</label>
10
+ <input id="profile-new-name" type="text" name="profileNewName" required="required" ng-model="profile.name" ui-validate="validateProfileName" autofocus="autofocus" class="form-control"/>
11
+ <div ng-show="newProfile.profileNewName.$error.required" class="help-block">{{'options_profileNameEmpty' | tr}}</div>
12
+ <div ng-show="newProfile.profileNewName.$error.reserved" class="help-block">{{'options_profileNameReserved' | tr}}</div>
13
+ <div ng-show="!newProfile.profileNewName.$error.reserved &amp;&amp; newProfile.profileNewName.$error.conflict" class="help-block">{{'options_profileNameConflict' | tr}}</div>
14
+ <div ng-show="newProfile.profileNewName.$valid &amp;&amp; profile.name &amp;&amp; isProfileNameHidden(profile.name)" class="help-block">
15
+ <div class="text-info"><span class="glyphicon glyphicon-info-sign"></span> {{'options_profileNameHidden' | tr}}
16
+ </div>
17
+ </div>
18
+ </div>
19
+ <label>{{'options_profileType' | tr}}</label>
20
+ <div class="radio">
21
+ <label>
22
+ <input type="radio" name="profile-new-type" value="FixedProfile" ng-model="profile.profileType" ng-init="profile.profileType = &quot;FixedProfile&quot;"/><span class="profile-type"><span ng-class="profileIcons[&quot;FixedProfile&quot;]" class="glyphicon"></span> <span>{{'options_profileTypeFixedProfile' | tr}}</span></span>
23
+ <div class="help-block">{{'options_profileDescFixedProfile' | tr}}</div>
24
+ </label>
25
+ </div>
26
+ <div class="radio">
27
+ <label>
28
+ <input type="radio" name="profile-new-type" value="SwitchProfile" ng-model="profile.profileType"/><span class="profile-type"><span ng-class="profileIcons[&quot;SwitchProfile&quot;]" class="glyphicon"></span> <span>{{'options_profileTypeSwitchProfile' | tr}}</span></span>
29
+ <div class="help-block">{{'options_profileDescSwitchProfile' | tr}}</div>
30
+ </label>
31
+ </div>
32
+ <div class="radio">
33
+ <label>
34
+ <input type="radio" name="profile-new-type" value="PacProfile" ng-model="profile.profileType" ng-disabled="pacProfilesUnsupported"/><span class="profile-type"><span ng-class="profileIcons[&quot;PacProfile&quot;]" class="glyphicon"></span> <span>{{'options_profileTypePacProfile' | tr}}</span></span>
35
+ <div class="help-block">{{'options_profileDescPacProfile' | tr}}</div>
36
+ <div ng-show="!pacProfilesUnsupported" class="help-block">{{'options_profileDescMorePacProfile' | tr}}</div>
37
+ <div ng-show="pacProfilesUnsupported" class="has-error">
38
+ <div class="help-block"><span class="glyphicon glyphicon-warning-sign"></span> {{'options_pac_profile_unsupported_moz' | tr}}
39
+ </div>
40
+ </div>
41
+ </label>
42
+ </div>
43
+ <div class="radio">
44
+ <label>
45
+ <input type="radio" name="profile-new-type" value="VirtualProfile" ng-model="profile.profileType"/><span class="profile-type"><span ng-class="profileIcons[&quot;VirtualProfile&quot;]" class="glyphicon virtual-profile-icon"></span> <span>{{'options_profileTypeVirtualProfile' | tr}}</span></span>
46
+ <div class="help-block">{{'options_profileDescVirtualProfile' | tr}}</div>
47
+ </label>
48
+ </div>
49
+ </div>
50
+ <div class="modal-footer">
51
+ <button type="button" ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
52
+ <button type="submit" ng-disabled="!newProfile.$valid" class="btn btn-primary">{{'options_createProfile' | tr}}</button>
53
+ </div>
54
+ </form>
@@ -0,0 +1,9 @@
1
+
2
+ <div dropdown="dropdown" on-toggle="toggled(open)" class="btn-group omega-profile-select">
3
+ <button dropdown-toggle="dropdown-toggle" type="button" aria-expanded="false" role="listbox" aria-haspopup="true" class="btn btn-default dropdown-toggle"><span omega-profile-icon="selectedProfile" options="options" icon="selectedProfile ? undefined : &quot;glyphicon-time&quot;"></span> <span ng-show="!!profileName">{{getName(selectedProfile)}}</span><span ng-show="!profileName">{{defaultText}}</span> <span class="caret"></span>
4
+ </button>
5
+ <ul role="listbox" class="dropdown-menu">
6
+ <li role="option" ng-if="!!defaultText" ng-class="{active: profileName == &quot;&quot;}"><a ng-click="setProfileName(&quot;&quot;)"><span class="glyphicon glyphicon-time"></span> {{defaultText}}</a></li>
7
+ <li role="option" ng-repeat="profile in dispProfiles" ng-class="{active: profileName == profile.name}"><a ng-click="setProfileName(profile.name)"><span omega-profile-icon="profile" options="options"></span> {{getName(profile)}}</a></li>
8
+ </ul>
9
+ </div>
@@ -0,0 +1,15 @@
1
+
2
+ <div class="modal-header">
3
+ <button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
4
+ <h4 class="modal-title">{{'options_modalHeader_welcome' | tr}}</h4>
5
+ </div>
6
+ <div class="modal-body">
7
+ <p ng-show="upgrade">{{'options_welcomeUpgrade' | tr}}</p>
8
+ <p ng-show="upgrade">{{'options_welcomeUpgradeGuide' | tr}}</p>
9
+ <p ng-show="!upgrade">{{'options_welcomeNormal' | tr}}</p>
10
+ <p ng-show="!upgrade">{{'options_welcomeNormalGuide' | tr}}</p>
11
+ </div>
12
+ <div class="modal-footer">
13
+ <button ng-click="$close(&quot;skip&quot;)" class="btn btn-default">{{'options_guideSkip' | tr}}</button>
14
+ <button type="button" ng-click="$close(&quot;show&quot;)" class="btn btn-primary">{{'options_guideNext' | tr}}</button>
15
+ </div>