Skip to content

Commit

Permalink
Merge pull request #98 from hurda/master
Browse files Browse the repository at this point in the history
Change /vr/ to use desuarchive
  • Loading branch information
loadletter committed Apr 18, 2021
2 parents 109293e + e5f62ce commit 9571b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 4chan_x.user.js
Expand Up @@ -5193,7 +5193,6 @@
case 'lit':
case 'sci':
case 'tg':
case 'vr':
return "https://warosu.org/" + board + "/full_image/" + filename;
case 'a':
case 'aco':
Expand All @@ -5212,6 +5211,7 @@
case 'r9k':
case 'trash':
case 'wsg':
case 'vr':
return "//desuarchive.org/" + board + "/full_image/" + filename;
case 'cm':
case 'vip':
Expand Down Expand Up @@ -5390,7 +5390,6 @@
case 'lit':
case 'sci':
case 'tg':
case 'vr':
url = Redirect.path('https://warosu.org', 'fuuka', data);
break;
case 'a':
Expand All @@ -5410,6 +5409,7 @@
case 'r9k':
case 'trash':
case 'wsg':
case 'vr':
url = Redirect.path('//desuarchive.org', 'foolfuuka', data);
break;
case 'cm':
Expand Down
4 changes: 2 additions & 2 deletions archives/priorities.json
Expand Up @@ -28,7 +28,7 @@
"trash": 23,
"v": 24,
"vip": 24,
"vr": 10,
"vr": 23,
"vrpg": 25,
"vst": 4,
"vmg": 4,
Expand Down Expand Up @@ -57,7 +57,7 @@
"t": 16,
"tg": 10,
"vip": 24,
"vr": 10,
"vr": 23,
"w": 4,
"wg": 4
}
Expand Down

0 comments on commit 9571b2c

Please sign in to comment.