@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,611 @@
1
+ (function() {
2
+ var BUILTINSYNCKEY, Log, OmegaTargetCurrent, Promise, dispName, options, startupCheck, upgradeMigrateFn, zeroBackground, _ref,
3
+ __hasProp = {}.hasOwnProperty;
4
+
5
+ OmegaTargetCurrent = Object.create(OmegaTargetChromium);
6
+
7
+ Promise = OmegaTargetCurrent.Promise;
8
+
9
+ Promise.longStackTraces();
10
+
11
+ OmegaTargetCurrent.Log = Object.create(OmegaTargetCurrent.Log);
12
+
13
+ Log = OmegaTargetCurrent.Log;
14
+
15
+ BUILTINSYNCKEY = 'zeroOmegaSync';
16
+
17
+ globalThis.isBrowserRestart = false;
18
+
19
+ startupCheck = function() {
20
+ setTimeout(function() {
21
+ return globalThis.isBrowserRestart = false;
22
+ }, 2000);
23
+ return globalThis.isBrowserRestart;
24
+ };
25
+
26
+ options = null;
27
+
28
+ chrome.runtime.onStartup.addListener(function() {
29
+ return globalThis.isBrowserRestart = true;
30
+ });
31
+
32
+ if ((_ref = chrome.contextMenus) != null) {
33
+ _ref.onClicked.addListener(function(info, tab) {
34
+ return options != null ? options.ready.then(function() {
35
+ switch (info.menuItemId) {
36
+ case 'inspectPage':
37
+ case 'inspectLink':
38
+ case 'inspectElement':
39
+ case 'inspectFrame':
40
+ return options._inspect.inspect(info, tab);
41
+ }
42
+ }) : void 0;
43
+ });
44
+ }
45
+
46
+ upgradeMigrateFn = function(details) {
47
+ var currentVersion, manifest, previousVersion;
48
+ if (details.reason === 'install') {
49
+ options.ready.then(function() {
50
+ return console.log('fresh install:', details);
51
+ });
52
+ }
53
+ if (details.reason === 'update') {
54
+ manifest = chrome.runtime.getManifest();
55
+ currentVersion = manifest.version;
56
+ previousVersion = details.previousVersion;
57
+ if (compareVersions.compare(currentVersion, previousVersion, '>')) {
58
+ if (compareVersions.compare('3.3.0', currentVersion, '>')) {
59
+ return options.ready.then(function() {
60
+ chrome.storage.sync.clear();
61
+ chrome.storage.local.clear();
62
+ return idbKeyval.clear();
63
+ });
64
+ } else {
65
+ switch (currentVersion) {
66
+ case '3.3.10':
67
+ return options.ready.then(function() {
68
+ return true;
69
+ });
70
+ case '3.3.11':
71
+ return options.ready.then(function() {
72
+ return true;
73
+ });
74
+ }
75
+ }
76
+ }
77
+ }
78
+ };
79
+
80
+ chrome.runtime.onInstalled.addListener(function(details) {
81
+ return setTimeout(function() {
82
+ return upgradeMigrateFn(details);
83
+ }, 2);
84
+ });
85
+
86
+ dispName = function(name) {
87
+ return chrome.i18n.getMessage('profile_' + name) || name;
88
+ };
89
+
90
+ zeroBackground = function(zeroStorage, opts) {
91
+ var actionForUrl, builtInSyncStorage, charCodeUnderscore, drawContext, drawError, drawIcon, encodeError, external, iconCache, isHidden, proxyImpl, refreshActivePageIfEnabled, resetAllOptions, state, storage, sync, syncStorage, tabs, timeout, unhandledPromises, unhandledPromisesId, unhandledPromisesNextId, _ref1, _ref2;
92
+ unhandledPromises = [];
93
+ unhandledPromisesId = [];
94
+ unhandledPromisesNextId = 1;
95
+ Promise.onPossiblyUnhandledRejection(function(reason, promise) {
96
+ Log.error("[" + unhandledPromisesNextId + "] Unhandled rejection:\n", reason);
97
+ unhandledPromises.push(promise);
98
+ unhandledPromisesId.push(unhandledPromisesNextId);
99
+ return unhandledPromisesNextId++;
100
+ });
101
+ Promise.onUnhandledRejectionHandled(function(promise) {
102
+ var index;
103
+ index = unhandledPromises.indexOf(promise);
104
+ Log.log("[" + unhandledPromisesId[index] + "] Rejection handled!", promise);
105
+ unhandledPromises.splice(index, 1);
106
+ return unhandledPromisesId.splice(index, 1);
107
+ });
108
+ iconCache = {};
109
+ drawContext = null;
110
+ drawError = null;
111
+ drawIcon = function(resultColor, profileColor) {
112
+ var cacheKey, canvas, e, icon, size, _i, _len, _ref1;
113
+ cacheKey = "omega+" + (resultColor != null ? resultColor : '') + "+" + profileColor;
114
+ icon = iconCache[cacheKey];
115
+ if (icon) {
116
+ return icon;
117
+ }
118
+ try {
119
+ if (drawContext == null) {
120
+ canvas = new OffscreenCanvas(300, 300);
121
+ drawContext = canvas.getContext('2d', {
122
+ willReadFrequently: true
123
+ });
124
+ }
125
+ icon = {};
126
+ _ref1 = [16, 19, 24, 32, 38];
127
+ for (_i = 0, _len = _ref1.length; _i < _len; _i++) {
128
+ size = _ref1[_i];
129
+ drawContext.scale(size, size);
130
+ drawContext.clearRect(0, 0, 1, 1);
131
+ if (resultColor != null) {
132
+ drawOmega(drawContext, resultColor, profileColor);
133
+ } else {
134
+ drawOmega(drawContext, profileColor);
135
+ }
136
+ drawContext.setTransform(1, 0, 0, 1, 0, 0);
137
+ icon[size] = drawContext.getImageData(0, 0, size, size);
138
+ if (icon[size].data[3] === 255) {
139
+ throw new Error('Icon drawing blocked by privacy.resistFingerprinting.');
140
+ }
141
+ }
142
+ } catch (_error) {
143
+ e = _error;
144
+ if (drawError == null) {
145
+ drawError = e;
146
+ Log.error(e);
147
+ Log.error('Profile-colored icon disabled. Falling back to static icon.');
148
+ }
149
+ icon = null;
150
+ }
151
+ return iconCache[cacheKey] = icon;
152
+ };
153
+ charCodeUnderscore = '_'.charCodeAt(0);
154
+ isHidden = function(name) {
155
+ return name.charCodeAt(0) === charCodeUnderscore && name.charCodeAt(1) === charCodeUnderscore;
156
+ };
157
+ actionForUrl = function(url, opts) {
158
+ if (opts == null) {
159
+ opts = {};
160
+ }
161
+ return options.ready.then(function() {
162
+ var request;
163
+ request = OmegaPac.Conditions.requestFromUrl(url);
164
+ return options.matchProfile(request);
165
+ }).then(function(_arg) {
166
+ var attached, badgeText, condition, condition2Str, current, currentName, details, direct, icon, name, prefix, profile, profileColor, realCurrentName, result, resultColor, results, shortTitle, _i, _len, _ref1, _ref2;
167
+ profile = _arg.profile, results = _arg.results;
168
+ current = options.currentProfile();
169
+ currentName = dispName(current.name);
170
+ if (current.profileType === 'VirtualProfile') {
171
+ realCurrentName = current.defaultProfileName;
172
+ currentName += " [" + (dispName(realCurrentName)) + "]";
173
+ current = options.profile(realCurrentName);
174
+ }
175
+ details = '';
176
+ direct = false;
177
+ attached = false;
178
+ prefix = '';
179
+ condition2Str = function(condition) {
180
+ return condition.pattern || OmegaPac.Conditions.str(condition);
181
+ };
182
+ for (_i = 0, _len = results.length; _i < _len; _i++) {
183
+ result = results[_i];
184
+ if (Array.isArray(result)) {
185
+ if (result[1] == null) {
186
+ attached = false;
187
+ name = result[0];
188
+ if (name[0] === '+') {
189
+ name = name.substr(1);
190
+ }
191
+ if (isHidden(name)) {
192
+ attached = true;
193
+ } else if (name !== realCurrentName) {
194
+ details += chrome.i18n.getMessage('browserAction_defaultRuleDetails');
195
+ details += " => " + (dispName(name)) + "\n";
196
+ }
197
+ } else if (result[1].length === 0) {
198
+ if (result[0] === 'DIRECT') {
199
+ details += chrome.i18n.getMessage('browserAction_directResult');
200
+ details += '\n';
201
+ direct = true;
202
+ } else {
203
+ details += "" + result[0] + "\n";
204
+ }
205
+ } else if (typeof result[1] === 'string') {
206
+ details += "" + result[1] + " => " + result[0] + "\n";
207
+ } else {
208
+ condition = condition2Str((_ref1 = result[1].condition) != null ? _ref1 : result[1]);
209
+ details += "" + condition + " => ";
210
+ if (result[0] === 'DIRECT') {
211
+ details += chrome.i18n.getMessage('browserAction_directResult');
212
+ details += '\n';
213
+ direct = true;
214
+ } else {
215
+ details += "" + result[0] + "\n";
216
+ }
217
+ }
218
+ } else if (result.profileName) {
219
+ if (result.isTempRule) {
220
+ details += chrome.i18n.getMessage('browserAction_tempRulePrefix');
221
+ prefix = chrome.i18n.getMessage('browserAction_tempRulePrefix');
222
+ } else if (attached) {
223
+ details += chrome.i18n.getMessage('browserAction_attachedPrefix');
224
+ prefix = chrome.i18n.getMessage('browserAction_attachedPrefix');
225
+ attached = false;
226
+ }
227
+ condition = (_ref2 = result.source) != null ? _ref2 : condition2Str(result.condition);
228
+ details += "" + condition + " => " + (dispName(result.profileName)) + "\n";
229
+ }
230
+ }
231
+ if (!details) {
232
+ details = options.printProfile(current);
233
+ }
234
+ resultColor = profile.color;
235
+ profileColor = current.color;
236
+ icon = null;
237
+ if (direct) {
238
+ resultColor = options.profile('direct').color;
239
+ profileColor = profile.color;
240
+ } else if (profile.name === current.name && options.isCurrentProfileStatic()) {
241
+ resultColor = profileColor = profile.color;
242
+ if (!opts.skipIcon) {
243
+ icon = drawIcon(profile.color);
244
+ }
245
+ } else {
246
+ resultColor = profile.color;
247
+ profileColor = current.color;
248
+ }
249
+ if (!opts.skipIcon) {
250
+ if (icon == null) {
251
+ icon = drawIcon(resultColor, profileColor);
252
+ }
253
+ }
254
+ shortTitle = 'Omega: ' + currentName;
255
+ if (profile.name !== currentName) {
256
+ shortTitle += ' => ' + profile.name;
257
+ }
258
+ if (options._options['-showResultProfileOnActionBadgeText']) {
259
+ badgeText = profile.name || '';
260
+ if (profile.builtin) {
261
+ badgeText = dispName(profile.name + '_badge_text');
262
+ }
263
+ badgeText = badgeText.substring(0, 4);
264
+ }
265
+ return {
266
+ title: chrome.i18n.getMessage('browserAction_titleWithResult', [currentName, dispName(profile.name), details]),
267
+ currentName: currentName,
268
+ name: dispName(profile.name),
269
+ profile: profile,
270
+ badgeText: badgeText,
271
+ shortTitle: shortTitle,
272
+ prefix: prefix,
273
+ icon: icon,
274
+ resultColor: resultColor,
275
+ profileColor: profileColor
276
+ };
277
+ })["catch"](function() {
278
+ return null;
279
+ });
280
+ };
281
+ storage = new OmegaTargetCurrent.Storage('local');
282
+ state = new OmegaTargetCurrent.BrowserStorage(zeroStorage, 'omega.local.');
283
+ if ((typeof chrome !== "undefined" && chrome !== null ? (_ref1 = chrome.storage) != null ? _ref1.sync : void 0 : void 0) || (typeof browser !== "undefined" && browser !== null ? (_ref2 = browser.storage) != null ? _ref2.sync : void 0 : void 0)) {
284
+ syncStorage = new OmegaTargetCurrent.SyncStorage('sync', state);
285
+ builtInSyncStorage = new OmegaTargetCurrent.Storage('sync');
286
+ sync = new OmegaTargetCurrent.OptionsSync(syncStorage, builtInSyncStorage, state);
287
+ sync.transformValue = OmegaTargetCurrent.Options.transformValueForSync;
288
+ }
289
+ proxyImpl = OmegaTargetCurrent.proxy.getProxyImpl(Log);
290
+ state.set({
291
+ proxyImplFeatures: proxyImpl.features
292
+ });
293
+ options = new OmegaTargetCurrent.Options(storage, state, Log, sync, proxyImpl);
294
+ options._actionForUrl = actionForUrl;
295
+ options.initWithOptions(null, startupCheck);
296
+ options.externalApi = new OmegaTargetCurrent.ExternalApi(options);
297
+ options.externalApi.listen();
298
+ if (chrome.runtime.id !== OmegaTargetCurrent.SwitchySharp.extId && false) {
299
+ options.switchySharp = new OmegaTargetCurrent.SwitchySharp();
300
+ options.switchySharp.monitor();
301
+ }
302
+ if (sync && options && builtInSyncStorage) {
303
+ builtInSyncStorage.watch([BUILTINSYNCKEY], function(changes, opts) {
304
+ var builtInSyncConfig, gistId, gistToken, lastGistCommit, stateUpdate, syncBackendType, syncUsername;
305
+ if (opts == null) {
306
+ opts = {};
307
+ }
308
+ builtInSyncConfig = changes[BUILTINSYNCKEY];
309
+ if (builtInSyncConfig) {
310
+ gistId = builtInSyncConfig.gistId, gistToken = builtInSyncConfig.gistToken, lastGistCommit = builtInSyncConfig.lastGistCommit, syncUsername = builtInSyncConfig.syncUsername, syncBackendType = builtInSyncConfig.syncBackendType;
311
+ stateUpdate = {
312
+ gistId: gistId,
313
+ gistToken: gistToken
314
+ };
315
+ if (syncUsername != null) {
316
+ stateUpdate.syncUsername = syncUsername;
317
+ }
318
+ if (syncBackendType != null) {
319
+ stateUpdate.syncBackendType = syncBackendType;
320
+ }
321
+ state.set(stateUpdate);
322
+ if (sync.enabled) {
323
+ console.log('check gist change', lastGistCommit);
324
+ sync.init({
325
+ gistId: gistId,
326
+ gistToken: gistToken,
327
+ username: syncUsername,
328
+ syncBackendType: syncBackendType
329
+ });
330
+ return state.get({
331
+ 'lastGistCommit': ''
332
+ }).then(function(syncConfig) {
333
+ if (syncConfig.lastGistCommit !== lastGistCommit) {
334
+ console.log('no match last gist commit, will check change', syncConfig.lastGistCommit);
335
+ return sync.checkChange();
336
+ }
337
+ });
338
+ } else {
339
+ return state.get({
340
+ 'syncOptions': '',
341
+ 'lastGistCommit': ''
342
+ }).then(function(syncConfig) {
343
+ var _ref3;
344
+ if (syncConfig.lastGistCommit === lastGistCommit) {
345
+ return;
346
+ }
347
+ if ((_ref3 = syncConfig.syncOptions) === 'pristine' || _ref3 === 'conflict') {
348
+ return state.set({
349
+ syncOptions: 'conflict'
350
+ }).then(function() {
351
+ return options.setOptionsSync(true, {
352
+ gistId: gistId,
353
+ gistToken: gistToken,
354
+ username: syncUsername,
355
+ syncBackendType: syncBackendType,
356
+ useBuiltInSync: true,
357
+ force: true
358
+ });
359
+ });
360
+ }
361
+ });
362
+ }
363
+ }
364
+ });
365
+ }
366
+ tabs = new OmegaTargetCurrent.ChromeTabs(actionForUrl);
367
+ tabs.watch();
368
+ options._inspect = new OmegaTargetCurrent.Inspect(function(url, tab) {
369
+ if (url === tab.url) {
370
+ options.clearBadge();
371
+ tabs.processTab(tab);
372
+ state.remove('inspectUrl');
373
+ return;
374
+ }
375
+ state.set({
376
+ inspectUrl: url
377
+ });
378
+ return actionForUrl(url).then(function(action) {
379
+ var parsedUrl, title, urlDisp;
380
+ if (!action) {
381
+ return;
382
+ }
383
+ parsedUrl = OmegaTargetCurrent.Url.parse(url);
384
+ if (parsedUrl.hostname === OmegaTargetCurrent.Url.parse(tab.url).hostname) {
385
+ urlDisp = parsedUrl.path;
386
+ } else {
387
+ urlDisp = parsedUrl.hostname;
388
+ }
389
+ title = chrome.i18n.getMessage('browserAction_titleInspect', urlDisp) + '\n';
390
+ title += action.title;
391
+ chrome.action.setTitle({
392
+ title: title,
393
+ tabId: tab.id
394
+ });
395
+ return tabs.setTabBadge(tab, {
396
+ text: '#',
397
+ color: action.resultColor
398
+ });
399
+ });
400
+ });
401
+ options.setProxyNotControllable(null);
402
+ timeout = null;
403
+ proxyImpl.watchProxyChange(function(details) {
404
+ var internal, noRevert, notControllableBefore, parsed, reason;
405
+ if (options.externalApi.disabled) {
406
+ return;
407
+ }
408
+ if (!details) {
409
+ return;
410
+ }
411
+ notControllableBefore = options.proxyNotControllable();
412
+ internal = false;
413
+ noRevert = false;
414
+ switch (details['levelOfControl']) {
415
+ case "controlled_by_other_extensions":
416
+ case "not_controllable":
417
+ reason = details['levelOfControl'] === 'not_controllable' ? 'policy' : 'app';
418
+ options.setProxyNotControllable(reason);
419
+ noRevert = true;
420
+ break;
421
+ default:
422
+ options.setProxyNotControllable(null);
423
+ }
424
+ if (details['levelOfControl'] === 'controlled_by_this_extension') {
425
+ internal = true;
426
+ if (!notControllableBefore) {
427
+ return;
428
+ }
429
+ }
430
+ Log.log('external proxy: ', details);
431
+ if (timeout != null) {
432
+ clearTimeout(timeout);
433
+ }
434
+ parsed = null;
435
+ timeout = setTimeout((function() {
436
+ if (parsed) {
437
+ return options.setExternalProfile(parsed, {
438
+ noRevert: noRevert,
439
+ internal: internal
440
+ });
441
+ }
442
+ }), 500);
443
+ parsed = proxyImpl.parseExternalProfile(details, options._options);
444
+ });
445
+ external = false;
446
+ options.currentProfileChanged = function(reason) {
447
+ var current, currentName, details, icon, message, realCurrentName, shortTitle, title;
448
+ iconCache = {};
449
+ if (reason === 'external') {
450
+ external = true;
451
+ } else if (reason !== 'clearBadge') {
452
+ external = false;
453
+ }
454
+ current = options.currentProfile();
455
+ currentName = '';
456
+ if (current) {
457
+ currentName = dispName(current.name);
458
+ if (current.profileType === 'VirtualProfile') {
459
+ realCurrentName = current.defaultProfileName;
460
+ currentName += " [" + (dispName(realCurrentName)) + "]";
461
+ current = options.profile(realCurrentName);
462
+ }
463
+ }
464
+ details = options.printProfile(current);
465
+ if (currentName) {
466
+ title = chrome.i18n.getMessage('browserAction_titleWithResult', [currentName, '', details]);
467
+ shortTitle = 'Omega: ' + currentName;
468
+ } else {
469
+ title = details;
470
+ shortTitle = 'Omega: ' + details;
471
+ }
472
+ if (external && current.profileType !== 'SystemProfile') {
473
+ message = chrome.i18n.getMessage('browserAction_titleExternalProxy');
474
+ title = message + '\n' + title;
475
+ shortTitle = 'Omega-Extern: ' + details;
476
+ options.setBadge();
477
+ }
478
+ if (!current.name || !OmegaPac.Profiles.isInclusive(current)) {
479
+ icon = drawIcon(current.color);
480
+ } else {
481
+ icon = drawIcon(options.profile('direct').color, current.color);
482
+ }
483
+ return tabs.resetAll({
484
+ icon: icon,
485
+ title: title,
486
+ shortTitle: shortTitle
487
+ });
488
+ };
489
+ encodeError = function(obj) {
490
+ if (obj instanceof Error) {
491
+ return {
492
+ _error: 'error',
493
+ name: obj.name,
494
+ message: obj.message,
495
+ stack: obj.stack,
496
+ original: obj
497
+ };
498
+ } else {
499
+ return obj;
500
+ }
501
+ };
502
+ refreshActivePageIfEnabled = function() {
503
+ if (zeroStorage['omega.local.refreshOnProfileChange'] === 'false') {
504
+ return;
505
+ }
506
+ return chrome.tabs.query({
507
+ active: true,
508
+ lastFocusedWindow: true
509
+ }, function(tabs) {
510
+ var url;
511
+ url = tabs[0].pendingUrl || tabs[0].url;
512
+ if (!url) {
513
+ return;
514
+ }
515
+ if (url.substr(0, 6) === 'chrome') {
516
+ return;
517
+ }
518
+ if (url.substr(0, 6) === 'about:') {
519
+ return;
520
+ }
521
+ if (url.substr(0, 4) === 'moz-') {
522
+ return;
523
+ }
524
+ if (tabs[0].pendingUrl) {
525
+ return chrome.tabs.update(tabs[0].id, {
526
+ url: url
527
+ });
528
+ } else {
529
+ return chrome.tabs.reload(tabs[0].id, {
530
+ bypassCache: true
531
+ });
532
+ }
533
+ });
534
+ };
535
+ resetAllOptions = function() {
536
+ return options.ready.then(function() {
537
+ if (typeof options._watchStop === "function") {
538
+ options._watchStop();
539
+ }
540
+ if (typeof options._syncWatchStop === "function") {
541
+ options._syncWatchStop();
542
+ }
543
+ return Promise.all([chrome.storage.sync.clear(), chrome.storage.local.clear()]);
544
+ });
545
+ };
546
+ return chrome.runtime.onMessage.addListener(function(request, sender, respond) {
547
+ if (!(request && request.method)) {
548
+ return;
549
+ }
550
+ options.ready.then(function() {
551
+ var method, promise, target;
552
+ if (request.method === 'resetAllOptions') {
553
+ target = globalThis;
554
+ method = resetAllOptions;
555
+ } else if (request.method === 'getState') {
556
+ target = state;
557
+ method = state.get;
558
+ } else if (request.method === 'setState') {
559
+ target = state;
560
+ method = state.set;
561
+ } else {
562
+ target = options;
563
+ method = target[request.method];
564
+ }
565
+ if (typeof method !== 'function') {
566
+ Log.error("No such method " + request.method + "!");
567
+ respond({
568
+ error: {
569
+ reason: 'noSuchMethod'
570
+ }
571
+ });
572
+ return;
573
+ }
574
+ promise = Promise.resolve().then(function() {
575
+ return method.apply(target, request.args);
576
+ });
577
+ if (request.refreshActivePage) {
578
+ promise.then(refreshActivePageIfEnabled);
579
+ }
580
+ if (request.noReply) {
581
+ return;
582
+ }
583
+ promise.then(function(result) {
584
+ var key, value;
585
+ if (request.method === 'updateProfile') {
586
+ for (key in result) {
587
+ if (!__hasProp.call(result, key)) continue;
588
+ value = result[key];
589
+ result[key] = encodeError(value);
590
+ }
591
+ }
592
+ return respond({
593
+ result: result
594
+ });
595
+ });
596
+ return promise["catch"](function(error) {
597
+ Log.error(request.method + ' ==>', error);
598
+ return respond({
599
+ error: encodeError(error)
600
+ });
601
+ });
602
+ });
603
+ if (!request.noReply) {
604
+ return true;
605
+ }
606
+ });
607
+ };
608
+
609
+ globalThis.zeroBackground = zeroBackground;
610
+
611
+ }).call(this);
@@ -0,0 +1,92 @@
1
+ (function() {
2
+ var initContextMenu, _ref;
3
+
4
+ if (!globalThis.window) {
5
+ globalThis.window = globalThis;
6
+ globalThis.global = globalThis;
7
+ }
8
+
9
+ window.UglifyJS_NoUnsafeEval = true;
10
+
11
+ globalThis.startupCheck = void 0;
12
+
13
+ initContextMenu = function() {
14
+ if (!chrome.contextMenus) {
15
+ return;
16
+ }
17
+ chrome.contextMenus.removeAll();
18
+ chrome.contextMenus.create({
19
+ id: 'enableQuickSwitch',
20
+ title: chrome.i18n.getMessage('contextMenu_enableQuickSwitch'),
21
+ type: 'checkbox',
22
+ checked: false,
23
+ contexts: ["action"]
24
+ });
25
+ chrome.contextMenus.create({
26
+ id: 'network',
27
+ title: chrome.i18n.getMessage('contextMenu_networkMonitor'),
28
+ contexts: ["action"]
29
+ });
30
+ chrome.contextMenus.create({
31
+ id: 'tempRulesManager',
32
+ title: chrome.i18n.getMessage('contextMenu_tempRulesManager'),
33
+ contexts: ["action"]
34
+ });
35
+ chrome.contextMenus.create({
36
+ id: 'reportIssue',
37
+ title: chrome.i18n.getMessage('popup_reportIssues'),
38
+ contexts: ["action"]
39
+ });
40
+ chrome.contextMenus.create({
41
+ id: 'reload',
42
+ title: chrome.i18n.getMessage('popup_Reload'),
43
+ contexts: ["action"]
44
+ });
45
+ if (!!globalThis.localStorage) {
46
+ return chrome.contextMenus.create({
47
+ id: 'options',
48
+ title: chrome.i18n.getMessage('popup_showOptions'),
49
+ contexts: ["action"]
50
+ });
51
+ }
52
+ };
53
+
54
+ initContextMenu();
55
+
56
+ if ((_ref = chrome.contextMenus) != null) {
57
+ _ref.onClicked.addListener(function(info, tab) {
58
+ var url;
59
+ switch (info.menuItemId) {
60
+ case 'network':
61
+ url = chrome.runtime.getURL('popup/network/index.html?tabId=') + tab.id;
62
+ return chrome.tabs.create({
63
+ url: url
64
+ });
65
+ case 'tempRulesManager':
66
+ url = chrome.runtime.getURL('popup/temp_rules/index.html');
67
+ return tab = chrome.tabs.query({
68
+ url: url
69
+ }, function(tabs) {
70
+ var props;
71
+ if (tabs.length > 0) {
72
+ props = {
73
+ active: true
74
+ };
75
+ return chrome.tabs.update(tabs[0].id, props);
76
+ } else {
77
+ return chrome.tabs.create({
78
+ url: url
79
+ });
80
+ }
81
+ });
82
+ case 'options':
83
+ return browser.runtime.openOptionsPage();
84
+ case 'reload':
85
+ return chrome.runtime.reload();
86
+ case 'reportIssue':
87
+ return OmegaDebug.reportIssue();
88
+ }
89
+ });
90
+ }
91
+
92
+ }).call(this);