Guest User

"Indivious" configuration for RDIRECTOR Firefox extension

a guest
Oct 29th, 2023
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. {
  2. "createdBy": "Redirector v3.5.3",
  3. "createdAt": "2023-10-29T07:41:05.639Z",
  4. "redirects": [
  5. {
  6. "description": "Example redirect, try going to http://example.com/anywordhere",
  7. "exampleUrl": "http://example.com/some-word-that-matches-wildcard",
  8. "exampleResult": "https://google.com/search?q=some-word-that-matches-wildcard",
  9. "error": null,
  10. "includePattern": "http://example.com/*",
  11. "excludePattern": "",
  12. "patternDesc": "Any word after example.com leads to google search for that word.",
  13. "redirectUrl": "https://google.com/search?q=$1",
  14. "patternType": "W",
  15. "processMatches": "noProcessing",
  16. "disabled": true,
  17. "grouped": false,
  18. "appliesTo": [
  19. "main_frame"
  20. ]
  21. },
  22. {
  23. "description": "YouTube to Indivious",
  24. "exampleUrl": "https://www.youtube.com/watch?v=tr8ud6ZO_yE",
  25. "exampleResult": "https://yewtu.be/watch?v=tr8ud6ZO_yE",
  26. "error": null,
  27. "includePattern": "https://*youtube.com/watch?*v=*",
  28. "excludePattern": "",
  29. "patternDesc": "Watch YouTube videos through Indivious.",
  30. "redirectUrl": "https://yewtu.be/watch?$2v=$3",
  31. "patternType": "W",
  32. "processMatches": "noProcessing",
  33. "disabled": false,
  34. "grouped": false,
  35. "appliesTo": [
  36. "main_frame"
  37. ]
  38. },
  39. {
  40. "description": "YouTube to Indivious",
  41. "exampleUrl": "https://www.youtube.com/watch?v=tr8ud6ZO_yE",
  42. "exampleResult": "https://onion.tube/watch?v=tr8ud6ZO_yE",
  43. "error": null,
  44. "includePattern": "https://*youtube.com/watch?*v=*",
  45. "excludePattern": "",
  46. "patternDesc": "Watch YouTube videos through Individious.",
  47. "redirectUrl": "https://onion.tube/watch?$2v=$3",
  48. "patternType": "W",
  49. "processMatches": "noProcessing",
  50. "disabled": true,
  51. "grouped": false,
  52. "appliesTo": [
  53. "main_frame"
  54. ]
  55. }
  56. ]
  57. }
  58.  
Add Comment
Please, Sign In to add comment