SGW Fixer - Users

Contains user definitions for other scripts

当前为 2016-06-17 提交的版本,查看 最新版本

此脚本不应直接安装,它是供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.cn-greasyfork.org/scripts/13969/132109/SGW%20Fixer%20-%20Users.js

  1. // ==UserScript==
  2. // @name SGW Fixer - Users
  3. // @namespace https://greasyfork.org
  4. // @include https://sellers.shopgoodwill.com/*
  5. // @include http://localhost/sgw.html
  6. // @version 1.4.0.6
  7. // @description Contains user definitions for other scripts
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. var posters = {
  12. "Alicia V" : {
  13. "name" : "Alicia",
  14. "username" : "AliciaV",
  15. "delay" : 1,
  16. "dept" : "jewelry",
  17. },
  18. "Caroline K" : {
  19. "name" : "Caroline",
  20. "username" : "CarolineK",
  21. "dept" : "all",
  22. "sup" : true,
  23. },
  24. "vue cheng" : {
  25. "name" : "Vue",
  26. "username" : "chengv",
  27. "dept" : "collectibles",
  28. },
  29. "Cynthia J" : {
  30. "name" : "Cindy",
  31. "username" : "CindyJ",
  32. "dept" : "jewelry",
  33. },
  34. "Hetal S" : {
  35. "name" : "Hetal",
  36. "username" : "HetalS",
  37. "duration" : 4,
  38. "delay" : 0,
  39. "dept" : "collectibles",
  40. },
  41. "Jackie C" : {
  42. "name" : "Jackie",
  43. "username" : "jackiec",
  44. "CM" : "yes",
  45. "delay" : 1,
  46. "duration" : 4,
  47. "dept" : "jewelry",
  48. },
  49. "Jacob L" : {
  50. "name" : "Jacob",
  51. "username" : "Jacob",
  52. "skip" : "allow",
  53. "CM" : "yes",
  54. "delay" : 0,
  55. "duration" : 4,
  56. "debug" : true,
  57. "dept" : "collectibles",
  58. },
  59. "Jeff H" : {
  60. "name" : "Jeff",
  61. "username" : "JeffH",
  62. "skip" : "allow",
  63. "CM" : "BIN",
  64. "delay" : 0,
  65. "duration" : 4,
  66. "debug" : false,
  67. "dept" : "jewelry",
  68. "sup" : true,
  69. },
  70. "Jeremy J" : {
  71. "name" : "Jeremy",
  72. "username" : "JeremyJ",
  73. "skip" : "allow",
  74. "duration" : 4,
  75. "CM" : "yes",
  76. "delay" : 0,
  77. "debug" : true,
  78. "dept" : "collectibles",
  79. },
  80. "Jessica G" : {
  81. "name" : "Jessica",
  82. "username" : "JessicaG",
  83. "delay" : 0,
  84. "dept" : "collectibles",
  85. },
  86. "Joanne H" : {
  87. "name" : "Joanne",
  88. "username" : "JoanneH",
  89. "delay" : 0,
  90. "dept" : "collectibles",
  91. },
  92. "Kathy O" : {
  93. "name" : "Kathy",
  94. "username" : "KathyO",
  95. "skip" : "allow",
  96. "delay" : 0,
  97. "duration" : 4,
  98. "dept" : "collectibles",
  99. },
  100. "Nick Q" : {
  101. "name" : "Nick",
  102. "username" : "NickQ",
  103. "delay" : 0,
  104. "dept" : "collectibles",
  105. "sup" : true,
  106. },
  107. "Nicole H" : {
  108. "name" : "Nicole",
  109. "username" : "nicoleh",
  110. "delay" : 0,
  111. "dept" : "all",
  112. "sup" : true,
  113. },
  114. "Peter N" : {
  115. "name" : "Peter",
  116. "username" : "petern",
  117. "delay" : 0,
  118. "dept" : "collectibles",
  119. },
  120. "Phalada X" : {
  121. "name" : "Phalada",
  122. "username" : "PhaladaX",
  123. "skip" : "allow",
  124. "CM" : "yes",
  125. "delay" : 0,
  126. "duration" : 4,
  127. "dept" : "collectibles",
  128. },
  129. "Phillip S" : {
  130. "name" : "Phillip",
  131. "username" : "PhillipS",
  132. "delay" : 0,
  133. "dept" : "collectibles",
  134. },
  135. "Poppy P" : {
  136. "name" : "Poppy",
  137. "username" : "poppyp",
  138. "delay" : 0,
  139. "debug" : true,
  140. "dept" : "collectibles",
  141. },
  142. "Raynette P" : {
  143. "name" : "Raynette",
  144. "username" : "RaynetteP",
  145. "delay" : 0,
  146. "debug" : true,
  147. "dept" : "all",
  148. "sup" : true,
  149. },
  150. "Tanya K" : {
  151. "name" : "Tanya",
  152. "username" : "TanyaK",
  153. "delay" : 0,
  154. "dept" : "jewelry",
  155. "sup" : true,
  156. },
  157. "Thomas L Butler" : {
  158. "name" : "Tom",
  159. "username" : "TomB",
  160. "delay" : 0,
  161. "dept" : "collectibles",
  162. },
  163. "Valerie W" : {
  164. "name" : "Valerie",
  165. "username" : "ValerieW",
  166. "duration" : 4,
  167. "skip" : "allow",
  168. "CM" : "yes",
  169. "delay" : 0,
  170. "debug" : true,
  171. "dept" : "collectibles",
  172. },
  173. }