Advertisement
bulrush

FoxReplace json file

Jan 12th, 2017
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. {
  2. "_comment": "Updated July 9, 2017",
  3. "version": "0.15",
  4. "groups": [
  5. {
  6. "name": "EbayBadSeller",
  7. "urls": [
  8. "ebay.com"
  9. ],
  10. "substitutions": [
  11. {
  12. "input": "<span class=\"mbg-nw\">xxxxxx</span>",
  13. "inputType": "text",
  14. "output": "<span class=\"mbg-nw\" style=\"background-color:red; color:white; font-size:150%;\">testing</span>",
  15. "caseSensitive": false
  16. },
  17. {
  18. "input": "<span class=\"mbg-nw\">wonderfulbuying36588</span>",
  19. "inputType": "text",
  20. "output": "<span class=\"mbg-nw\" style=\"background-color:red; color:white; font-size:150%;\">wonderfulbuying36588</span>",
  21. "caseSensitive": false
  22. },
  23. {
  24. "input": "<span class=\"mbg-nw\">lovecc1020</span>",
  25. "inputType": "text",
  26. "output": "<span class=\"mbg-nw\" style=\"background-color:red; color:white; font-size:150%;\">lovecc1020</span>",
  27. "caseSensitive": false
  28. },
  29. {
  30. "input": "<span class=\"mbg-nw\">mhestore2009</span>",
  31. "inputType": "text",
  32. "output": "<span class=\"mbg-nw\" style=\"background-color:red; color:white; font-size:150%;\">mhestore2009</span>",
  33. "caseSensitive": false
  34. },
  35. {
  36. "input": "<span class=\"mbg-nw\">mhestore2009</span>",
  37. "inputType": "text",
  38. "output": "<span class=\"mbg-nw\" style=\"background-color:red; color:white; font-size:150%;\">mhestore2009</span>",
  39. "caseSensitive": false
  40. }
  41. ],
  42. "html": "inputoutput",
  43. "enabled": true
  44. },
  45. {
  46. "name": "EbayHiltCountry",
  47. "urls": [
  48. "ebay.com"
  49. ],
  50. "substitutions": [
  51. {
  52. "input": "From Hong Kong",
  53. "inputType": "text",
  54. "output": "<span style=\"background-color:green; color:white; font-size:150%;\">From Hong Kong</span>",
  55. "caseSensitive": false
  56. },
  57. {
  58. "input": "From Thailand",
  59. "inputType": "text",
  60. "output": "<span style=\"color:white; background-color:green;\">From Thailand</span>",
  61. "caseSensitive": false
  62. },
  63. {
  64. "input": "From Malaysia",
  65. "inputType": "text",
  66. "output": "<span style=\"color:white; background-color:green;\">From Malaysia</span>",
  67. "caseSensitive": false
  68. }
  69. ],
  70. "html": "output",
  71. "enabled": true
  72. },
  73. {
  74. "name": "Ebay Fast Ship",
  75. "urls": [
  76. "ebay.com"
  77. ],
  78. "substitutions": [
  79. {
  80. "input": "class=\"mbg-nw\">suiyanr",
  81. "inputType": "text",
  82. "output": "class=\"mbg-nw\" style=\"background: aqua;\">suiyanr (fast ship)",
  83. "caseSensitive": false
  84. },
  85. {
  86. "input": "class=\"mbg-nw\">superdeals711",
  87. "inputType": "text",
  88. "output": "class=\"mbg-nw\" style=\"background: aqua;\">superdeals711 (fast ship)",
  89. "caseSensitive": false
  90. },
  91. {
  92. "input": "class=\"mbg-nw\">kanzezol-store",
  93. "inputType": "text",
  94. "output": "class=\"mbg-nw\" style=\"background: aqua;\">kanzezol-store (fast ship)",
  95. "caseSensitive": false
  96. },
  97. {
  98. "input": "class=\"mbg-nw\">cpthreego",
  99. "inputType": "text",
  100. "output": "class=\"mbg-nw\" style=\"background: aqua;\">cpthreego (fast ship)",
  101. "caseSensitive": false
  102. }
  103. ],
  104. "html": "inputoutput",
  105. "enabled": true
  106. },
  107. {
  108. "name": "Pastebin",
  109. "urls": [
  110. "pastebin.com"
  111. ],
  112. "substitutions": [
  113. {
  114. "input": "<div id=\"content_left\">",
  115. "inputType": "text",
  116. "output": "<div id=\"content_left\" width=\"80%\" style=\"min-width:0px;\">",
  117. "caseSensitive": false
  118. },
  119. {
  120. "input": "<div id=\"header\"",
  121. "inputType": "text",
  122. "output": "<div id=\"header\" style=\"min-width:500px;\"",
  123. "caseSensitive": false
  124. },
  125. {
  126. "input": "<div id=\"super_frame\"",
  127. "inputType": "text",
  128. "output": "<div id=\"super_frame\" style=\"min-width:500px;\"",
  129. "caseSensitive": false
  130. },
  131. {
  132. "input": "class=\"buttonsm\">edit",
  133. "inputType": "text",
  134. "output": "class=\"buttonsm\" style=\"background-color:lime;\">edit",
  135. "caseSensitive": false
  136. }
  137. ],
  138. "html": "inputoutput",
  139. "enabled": true
  140. }
  141. ]
  142. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement