Advertisement
bulrush

FoxReplacePastebin

Mar 11th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. {
  2. "version": "0.15",
  3. "groups": [
  4. {
  5. "name": "Pastebin",
  6. "urls": [
  7. "pastebin.com"
  8. ],
  9. "substitutions": [
  10. {
  11. "input": "<div id=\"content_left\">",
  12. "inputType": "text",
  13. "output": "<div id=\"content_left\" width=\"80%\" style=\"min-width:0px;\">",
  14. "caseSensitive": false
  15. },
  16. {
  17. "input": "<div id=\"header\"",
  18. "inputType": "text",
  19. "output": "<div id=\"header\" style=\"min-width:500px;\"",
  20. "caseSensitive": false
  21. },
  22. {
  23. "input": "<div id=\"super_frame\"",
  24. "inputType": "text",
  25. "output": "<div id=\"super_frame\" style=\"min-width:500px;\"",
  26. "caseSensitive": false
  27. },
  28. {
  29. "input": "</head>",
  30. "inputType": "text",
  31. "output": "</head><style>ul, ol, li {color:black; background-color:white}</style>",
  32. "caseSensitive": false
  33. }
  34. ],
  35. "html": "inputoutput",
  36. "enabled": true
  37. }
  38. ]
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement