Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
[Nature.com] Fix medicine related subdomains
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo authored Apr 20, 2017
1 parent ec1b5be commit a6bad68
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/chrome/content/rules/Nature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
<target host="secure.languageediting.nature.com" />
<target host="masterclasses.nature.com" />
<target host="materials.nature.com" />
<target host="medecine.nature.com" />
<target host="www.medecine.nature.com" />
<target host="medicine.nature.com" />
<target host="www.medicine.nature.com" />
<target host="medicalresearch.nature.com" />
<target host="nano.nature.com" />
<target host="natureecoevocommunity.nature.com" />
Expand Down Expand Up @@ -125,7 +125,7 @@
<rule from="^http://(deutsche\.)?nature\.com/"
to="https://www.nature.com/" />

<rule from="^http://(biotech|genetics|materials|neurosci|physics)\.nature\.com/"
<rule from="^http://(biotech|genetics|materials|medicalresearch|neurosci|physics)\.nature\.com/"
to="https://www.nature.com/$1//index.html" />

<rule from="^http://(cellbio|structbio)\.nature\.com/"
Expand All @@ -139,6 +139,9 @@

<rule from="^http://(www\.)?immunology\.nature\.com/"
to="https://www.nature.com/subjects/immunology" />

<rule from="^http://(www\.)?medicine\.nature\.com/"
to="https://www.nature.com/medicalresearch//index.html" />

<rule from="^http://(www\.)?naturejobs\.nature\.com/"
to="https://www.nature.com/naturejobs/science/" />
Expand Down

0 comments on commit a6bad68

Please sign in to comment.