On Sat, 30 Oct 2010 00:32:35 +0000 (UTC) [email protected] wrote: > Author: Seth Schoen <[email protected]> > Date: Fri, 8 Oct 2010 16:52:57 -0700 > Subject: user-contributed rule for DVDFab > Commit: 73ea064a7042ad4d13bb87d439b32a8a8704eaa8 > > --- > src/chrome/content/rules/DVDFab.xml | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > create mode 100644 src/chrome/content/rules/DVDFab.xml > > diff --git a/src/chrome/content/rules/DVDFab.xml > b/src/chrome/content/rules/DVDFab.xml > new file mode 100644 > index 0000000..3365fbc > --- /dev/null > +++ b/src/chrome/content/rules/DVDFab.xml > @@ -0,0 +1,3 @@ > +<ruleset name="DVDFab"> > + <rule from="^https?://(www\.)?dvdfab\.(com|net)/" > to="https://www.dvdfab.$3/"/>
Remove the “s?”, replace “$3” with “$2”, and remove the CRs from the line endings so this will look nicer in Gitweb. > +</ruleset> Robert Ransom
signature.asc
Description: PGP signature
