- Add
edgeservices.bing.com
- [README.md] Add github actions badge
- [devDependencies] Update
addons-linter
andeslint
- Add
toyhou.se
- Add
app.adjust.com
- Add
bhpz.adj.st
- [README.md] Drop travis CI
- [.gitignore] Remove travis CI config
- Add
tiktok.com
- [package.json] Align with add-on listing
- Add
linkedin.com/redir/redirect
(Fixes #50) - Add
prod.outgoing.prod.webservices.mozgcp.net/v1/
(Fixes #51) - Add
statics.teams.cdn.office.net/evergreen-assets/safelinks/1/atp-safelinks
(Fixes #49)
- Handle all subdomains of
safelinks.protection.outlook.com
- Improve logic for handling subdomains
- [.appveyor] Use node v18
- [.circleci] Use node
lts
on "next-gen" Docker image - [.github/workflows] Use node v18
- [.github/workflows] Update actions versions
- [.travis] Remove travis-ci config
- [devDependencies] Update
addons-linter
,eslint
, andmocha
- Add
linkedin.com
- Add
facebook.com
- Add
redirect.epicgames.com
- Add
c212.net
- Add
cj.dotomi.com
- Add
r.klar.na
- Add
onlyfans.com
- Add funding information
- Fix duplicate entry: 2nd
*://www.google.com/imgres
should have been*://www.google.se/imgres
- [Tests] Start using
addons-linter
- Add
www.google.se
- Only redirect
sorry/index
fromgoogle.com
- [devDependencies] Update
eslint
&mocha
- [
README.md
] Fix a grammatical error
- Add
www.google.com/sorry/index
- [devDependencies] Update
eslint
- [
.gitignore
] Ignorepackage-lock.json
- Add
clickserve.dartsearch.net
- Add
github-redirect.dependabot.com
- [Tests] Add support for arbitrary expected redirectURLs
- [CI] Only test on node v16
- Add support for
t.lever-analytics.com
- [devDependencies] Update
mocha
&eslint
- [
.npmignore
] It should be the filename with extension:.eslintrc.json
- [
README.md
] Add a better description and make the image link to the website - [
package.json
] npm now deletes empty dependencies - [
.npmignore
] Publish less extraneous data to npm
- Add
https://href.li
- [Tests] Update tests to use strictEqual instead of equal
- Add
https://m.facebook.com/flx/warn/
- Add
https://www.kraken.com/redirect
- Add more languages for
javlibrary
- [
manifest.json
] Make URLs more specific - [Tests] Use a variable for the encoded URL to avoid copy/paste errors
- [Tests] Use URL to extract the host instead of doing it ourselves
- [devDependencies] Update mocha & eslint
- Add a link to the Microsoft Edge version in the
README
(Fixes #23) - Add
special-google-chrome-web-store-description.txt
to assets - Redirect to the correct URL on
outgoing.prod.mozaws.net
when slashes are not url encoded (Fixes #22) - Update devDependency
eslint
fromv7.0.0
tov7.1.0
- Update devDependency
mocha
fromv7.1.2
tov7.2.0
- Use the
icon-300
image from assets for theREADME
(Fixes #21)
- Add 16px and 48px icons as an attempt to appease the Google Chrome Web Store team
- Add support for
lm.facebook.com
- Add a privacy policy:
PRIVACY.md
- Add a badge for CWS
- Add a 300x300 icon for Microsoft Edge Addons Catalog
- Add github actions to perform CI
- Add AMO badge to the README (Addresses #16)
- Add support for
www.googleadservices.com
(Fixes #17) - Improve messaging for Opera
- Actually de-emphasize the Chrome Web Store in the README
- Use more quotes in YAML, CircleCI choked somewhere
- Ensure a protocol is in the URL (Fixes #12)
- De-emphasize the Chrome Web Store in the README (Fixes #13)
- Update devDependency
mocha
fromv7.1.0
tov7.1.2
- Try using node
v14
in all three CI - CircleCI can run lint and mocha in parallel
- Add reports to
.gitignore
- Add
outgoing.prod.mozaws.net
- Use new format for parsing
- Add
gcc01.safelinks.protection.outlook.com
- Add
www.javlibrary.com
- Use arrow functions in
index.js
- Ensure
README
lists all sites
- Update
mocha
fromv7.0.1
tov7.1.0
- Add
eslint
- Use Object.prototype.hasOwnProperty
- Fix typo in test description
- Split test into
mocha
andeslint
- Use arrow functions in tests
- Remove
browser extension
from keywords inpackage.json
- Update all CI platforms to node v12
manifest.json
uses spaces instead of tabs or spaces- Update devDependency
mocha
fromv6.2.0
tov7.0.1
- Remove
package-lock.json
- Update README
- Add
console.ebsta.com
- Add soundcloud's
gate.sc
- Make build.sh executable
- Fix image URL in README
- Update SVG to occupy the whole frame
- Update app icons to occupy the whole frame
- Remove other sizes of icons
- Make the README match what's in the description
- Add .DS_Store to .gitignore
- Add a link in the README to install the extension
- List all supported domains in the README
- Add a build script, outputs in build directory
- Move webstore assets into assets directory
- Add icons, screenshots, and promo tile created by Janet Fu
curseforge.com
actually double URI encodes their link
- Add
curseforge.com
's linkout
- [CircleCI] Restore badge, they rolled back the badge change
- [CircleCI] Remove badge again, they've put an unwelcome warning in the badge
- Add
workable.com
(Fixes #3) - [Packaging] Update description and copy to
manifest.json
- [npm] Add
.npmignore
- [Dependencies] Update
mocha
fromv5.1.1
tov5.2.0
- [CircleCI] Restore badge to README, it appears to be passing now, but no communication was received from CircleCI indicating it was fixed
- [Testing] Improve CHANGELOG version detection: The first version detected should match the package version
- [Packaging] Add
browser extension
to keywords
- Add
*.digidip.net
(Fixes #2) - Add support for wildcard subdomains
- [Testing] Add missing space in test description
- [Testing] Ensure CHANGELOG has an entry for current version
- Improve readability of URL polyfill
- [CircleCI] Remove badge from README because it shows build as failing instead of passing, issue reported to CircleCI, but after a week nothing has changed
- [Appveyor] Test 3 latest versions of node
- [Appveyor] Upload test results to the junit endpoint
- [README] Add CircleCI and Appveyor badges
- [Appveyor] Add support for testing on
appveyor
- [Testing] Purposely failing test was successfully caught
- [Packaging] Match manifest and package versions
- [CircleCI] Try adding test results
- [Testing] Switch from
tap
tomocha
, it's faster - [CircleCI] Output test results in xunit format in the
reports
directory
- [CircleCI]
save_cache
useskey
notkeys
- [CircleCI] Cache node_modules to share among jobs
- Actually add travis badge to README
- [CircleCI] Add version to workflows
- [CircleCI] Requires should be a map
- [CircleCI] Fix spacing for test
- Add travis badge to README
- Add travis-ci
workflows
instead ofworkflow
build
instead ofinstall
- Add circleci
- Test with TAP
- Rename
src
towebextension
- Add
package.json
- Add
node_modules
to.gitignore
- Put built web extensions in
build
directory
- Add Google image search redirect
- Add
test.js
- Reorganize into src & build directories
- Add compatibility for node
- If there's no extra data, just return the key
- I should probably write some tests
- Intercept all requests regardless of transport
disq.us
adds some extraneous data to the url, we need to strip it- Add dates and
v
to changelog
- Add
disq.us
- Add
news.url.google.com
- Reorganize list of sites so each site is listed once
- Add gitignore
- Add plus.url.google.com
- Update CHANGELOG format
- Initial Release