aboutsummaryrefslogtreecommitdiffstats
path: root/firefox/Redirector.json
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-09-13 17:32:12 +0000
committerterminaldweller <thabogre@gmail.com>2022-09-13 17:32:12 +0000
commit68e3be1f591e40925b4c5c3f57aee8d4e260ebbf (patch)
treef07a55bbb82c23c688d104ff24d61084f5f5b72b /firefox/Redirector.json
parentupdates (diff)
downloadscripts-68e3be1f591e40925b4c5c3f57aee8d4e260ebbf.tar.gz
scripts-68e3be1f591e40925b4c5c3f57aee8d4e260ebbf.zip
update
Diffstat (limited to 'firefox/Redirector.json')
-rw-r--r--firefox/Redirector.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/firefox/Redirector.json b/firefox/Redirector.json
new file mode 100644
index 0000000..892f8b7
--- /dev/null
+++ b/firefox/Redirector.json
@@ -0,0 +1,40 @@
+{
+ "createdBy": "Redirector v3.5.3",
+ "createdAt": "2022-08-06T06:47:02.721Z",
+ "redirects": [
+ {
+ "description": "medium redirect",
+ "exampleUrl": "https://medium.com/zocdoc-engineering/monorepo-magic-escaping-version-hell-by-decoupling-dependencies-46e817073bdf",
+ "exampleResult": "https://scribe.rip/zocdoc-engineering/monorepo-magic-escaping-version-hell-by-decoupling-dependencies-46e817073bdf",
+ "error": null,
+ "includePattern": "https://medium.com/*",
+ "excludePattern": "",
+ "patternDesc": "",
+ "redirectUrl": "https://scribe.rip/$1",
+ "patternType": "W",
+ "processMatches": "noProcessing",
+ "disabled": false,
+ "grouped": false,
+ "appliesTo": [
+ "main_frame"
+ ]
+ },
+ {
+ "description": "medium redirect",
+ "exampleUrl": "https://dreamume.medium.com/leetcode-458-poor-pigs-adc1bef981c1",
+ "exampleResult": "https://scribe.rip/leetcode-458-poor-pigs-adc1bef981c1",
+ "error": null,
+ "includePattern": "https://*.medium.com/*",
+ "excludePattern": "",
+ "patternDesc": "",
+ "redirectUrl": "https://scribe.rip/$2",
+ "patternType": "W",
+ "processMatches": "noProcessing",
+ "disabled": false,
+ "grouped": false,
+ "appliesTo": [
+ "main_frame"
+ ]
+ }
+ ]
+} \ No newline at end of file