Skip to content

Commit

Permalink
Reference new website where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
aopell committed May 24, 2020
1 parent 6338073 commit 1b3f826
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at schoologyplus@aopell.me. All
reported by contacting the project team at [report@schoologypl.us](mailto:report@schoologypl.us). All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
2 changes: 1 addition & 1 deletion PRIVACY.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Schoology Plus is not affiliated with Schoology Inc. or the Los Angeles Unified

## Contact

The developers of Schoology Plus can be contacted by email at [schoologyplus@aopell.me](mailto:schoologyplus@aopell.me) or through Discord at [this link](https://aopell.me/SchoologyPlus/discord).
The developers of Schoology Plus can be contacted by email at [hello@schoologypl.us](mailto:hello@schoologypl.us) or through Discord at [this link](https://discord.schoologypl.us).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Mozilla Add-on](https://img.shields.io/amo/v/schoology-plus?color=orange&label=firefox%20download)](https://addons.mozilla.org/en-US/firefox/addon/schoology-plus/)
[![Edge Extension](https://img.shields.io/github/release/aopell/SchoologyPlus.svg?label=edge%20download&colorB=0c2b5a)](https://microsoftedge.microsoft.com/addons/detail/fflijjibhgbhdgjgjkbbnamafdelcoal)
[![Discord](https://img.shields.io/discord/526898202495025172.svg?color=7289da&label=discord)](http://discord.schoologypl.us)
[![Changelog](https://img.shields.io/github/release/aopell/SchoologyPlus.svg?label=changelog&colorB=lightgrey)](https://aopell.me/SchoologyPlus/changelog)
[![Changelog](https://img.shields.io/github/release/aopell/SchoologyPlus.svg?label=changelog&colorB=lightgrey)](https://schoologypl.us/changelog)

[![Download for Chrome](https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_206x58.png)](https://chrome.google.com/webstore/detail/schoology-plus/fbfppoaockpecjpbdmldojdehdpepfef)
[<img src="https://imgur.com/hVupcaT.png" height="58" alt="Download for Firefox">](https://addons.mozilla.org/en-US/firefox/addon/schoology-plus/)
Expand Down
8 changes: 4 additions & 4 deletions js/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ bottom.appendChild(createElement("span", ["footer-divider"], { textContent: "|"

document.documentElement.style.setProperty("--default-visibility", "visible");

let verboseModalFooterText = `&copy; Aaron Opell, Glen Husman 2017-2020 | <a id="open-webstore" class="splus-track-clicks" href="${getBrowser() == "Chrome" ? `https://chrome.google.com/webstore/detail/${chrome.runtime.id}` : "https://addons.mozilla.org/en-US/firefox/addon/schoology-plus/"}">Schoology Plus v${chrome.runtime.getManifest().version_name || chrome.runtime.getManifest().version}${getBrowser() != "Chrome" || chrome.runtime.getManifest().update_url ? '' : ' dev'}</a> | <a href="https://aopell.github.io/SchoologyPlus/discord.html" id="open-discord" class="splus-track-clicks" title="Get support, report bugs, suggest features, and chat with the Schoology Plus community">Discord Server</a> | <a href="https://github.com/aopell/SchoologyPlus" id="open-github" class="splus-track-clicks">GitHub</a> | <a href="#" id="open-contributors" class="splus-track-clicks">Contributors</a> | <a target="_blank" href="https://aopell.me/SchoologyPlus/privacy-policy" id="open-privacy-policy" class="splus-track-clicks">Privacy Policy</a> | <a href="#" id="open-changelog" class="splus-track-clicks"> Changelog</a>`;
let verboseModalFooterText = `&copy; Aaron Opell, Glen Husman 2017-2020 | <a id="open-webstore" class="splus-track-clicks" href="${getBrowser() == "Chrome" ? `https://chrome.google.com/webstore/detail/${chrome.runtime.id}` : "https://addons.mozilla.org/en-US/firefox/addon/schoology-plus/"}">Schoology Plus v${chrome.runtime.getManifest().version_name || chrome.runtime.getManifest().version}${getBrowser() != "Chrome" || chrome.runtime.getManifest().update_url ? '' : ' dev'}</a> | <a href="https://aopell.github.io/SchoologyPlus/discord.html" id="open-discord" class="splus-track-clicks" title="Get support, report bugs, suggest features, and chat with the Schoology Plus community">Discord Server</a> | <a href="https://github.com/aopell/SchoologyPlus" id="open-github" class="splus-track-clicks">GitHub</a> | <a href="#" id="open-contributors" class="splus-track-clicks">Contributors</a> | <a target="_blank" href="https://schoologypl.us/privacy" id="open-privacy-policy" class="splus-track-clicks">Privacy Policy</a> | <a href="#" id="open-changelog" class="splus-track-clicks"> Changelog</a>`;
let modalFooterText = "Schoology Plus &copy; Aaron Opell, Glen Husman 2017-2020";

let frame = document.createElement("iframe");
frame.src = `https://aopell.me/SchoologyPlus/changelog?version=${chrome.runtime.getManifest().version}`;
frame.src = `https://schoologypl.us/changelog?version=${chrome.runtime.getManifest().version}`;

let modals = [
new Modal(
Expand All @@ -97,7 +97,7 @@ let modals = [
createElement("h2", ["setting-entry"], { textContent: "Anonymous Usage Statistics" }),
createElement("p", ["setting-description"], { style: { fontSize: "14px" } }, [
createElement("span", [], { textContent: "Schoology Plus would like to collect anonymous usage statistics to better understand how people use this extension. Per our " }),
createElement("a", ["splus-track-clicks"], { id: "analytics-privacy-policy-link", href: "https://aopell.me/SchoologyPlus/privacy-policy", textContent: "privacy policy" }),
createElement("a", ["splus-track-clicks"], { id: "analytics-privacy-policy-link", href: "https://schoologypl.us/privacy", textContent: "privacy policy" }),
createElement("strong", [], { textContent: " we don't collect ANY personal information." }),
]),
createElement("p", ["setting-description"], { style: { fontSize: "14px", paddingTop: "10px", paddingBottom: "10px" } }, [
Expand Down Expand Up @@ -143,7 +143,7 @@ let modals = [
createElement("h2", ["setting-entry"], { textContent: "Enable βeta Testing" }),
createElement("p", ["setting-description"], { style: { fontSize: "14px" } }, [
createElement("span", [], { textContent: "If you have been given a Schoology Plus βeta code, you can enter it below to enable that beta test. If you don't know what this is, you should probably close this window, or you can " }),
createElement("a", ["splus-track-clicks"], { id: "beta-discord-link", href: "https://aopell.me/SchoologyPlus/discord", textContent: "join our Discord server" }),
createElement("a", ["splus-track-clicks"], { id: "beta-discord-link", href: "https://discord.schoologypl.us", textContent: "join our Discord server" }),
createElement("span", [], { textContent: " if you want to learn more." }),
]),
createElement("p", ["setting-description"], { style: { fontSize: "14px", paddingTop: "10px", paddingBottom: "10px" } }, [
Expand Down
4 changes: 2 additions & 2 deletions js/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ var firstLoad = true;
updateSettings();

var beta_tests = {
// "darktheme": "https://aopell.me",
// "newgrades": "https://aopell.me"
// "darktheme": "https://schoologypl.us",
// "newgrades": "https://schoologypl.us"
};

var defaultCourseIconUrlRegex = /\/sites\/[a-zA-Z0-9_-]+\/themes\/[%a-zA-Z0-9_-]+\/images\/course-default.(?:svg|png|jpe?g|gif)(\?[a-zA-Z0-9_%-]+(=[a-zA-Z0-9_%-]+)?(&[a-zA-Z0-9_%-]+(=[a-zA-Z0-9_%-]+)?)*)?$/;
Expand Down

0 comments on commit 1b3f826

Please sign in to comment.