Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions 6 src/chrome/content/rules/Apress.com.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<ruleset name="Apress.com">
<target host="apress.com" />
<target host="www.apress.com" />

<rule from="^http://(www\.)?apress\.com/" to="https://www.apress.com/" />
</ruleset>
6 changes: 6 additions & 0 deletions 6 src/chrome/content/rules/Steaknshake.com.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<ruleset name="Steaknshake.com">
<target host="steaknshake.com" />
<target host="www.steaknshake.com" />

<rule from="^http://(www\.)?steaknshake\.com/" to="https://www.steaknshake.com/" />
</ruleset>
9 changes: 9 additions & 0 deletions 9 src/chrome/content/rules/Uakron.edu.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<ruleset name="University of Akron (partial)">
<target host="uakron.edu" />
<target host="*.uakron.edu" />

<!-- There might be more, but these are the ones that I could easily find
with some carefully crafted Google queries. :) -->
<rule from="^http://(www\.|my\.|zipline\.|id\.|support\.|supportchat\.|maps\.|auth\.|library\.|ece\.|www\.lawalum\.|wayne\.|wiep\.|lists\.|lawscout\.|ztv\.|eohs\.|springboard\.|lawclerk\.|blogs\.)?uakron\.edu/"
to="https://$1uakron.edu/" />
</ruleset>
17 changes: 17 additions & 0 deletions 17 src/chrome/content/rules/Weather.gov.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!--
For other U.S. goverment coverage, see US-government.xml.
-->
<ruleset name="Weather.gov" default_off="Akamai">

<target host="aviationweather.gov" />
<target host="www.aviationweather.gov" />
<target host="weather.gov" />
<target host="www.weather.gov" />

<rule from="^http://(?:www\.)?weather\.gov/"
to="https://www.weather.gov/" />

<rule from="^http://(?:www\.)?aviationweather\.gov/"
to="https://www.aviationweather.gov/" />

</ruleset>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.