Update Github URLs and stuff after I renamed myself

This commit is contained in:
Sainan 2020-04-08 05:41:44 +02:00
parent c3fc8578c1
commit 5a90551247
10 changed files with 11 additions and 12 deletions

1
.github/FUNDING.yml vendored
View File

@ -1,2 +1 @@
github: "timmyRS"
custom: "https://paypal.me/timspeckhals"

View File

@ -6,7 +6,7 @@ labels: 'broken bypass'
---
Before you report a broken bypass, please use the search function to ensure that there are no other open issues regarding that site: https://github.com/timmyRS/Universal-Bypass/issues?utf8=%E2%9C%93&q=ENTER+DOMAIN+HERE
Before you report a broken bypass, please use the search function to ensure that there are no other open issues regarding that site: https://github.com/Sainan/Universal-Bypass/issues?utf8=%E2%9C%93&q=ENTER+DOMAIN+HERE
I know it can be frustrating, but creating 10 issues regarding the same problem doesn't help.
If that is not the case, please **provide an example link.** We need to be able to see what has gone wrong in order to fix it.

View File

@ -5,7 +5,7 @@ labels: 'bypass detected'
---
Before you report a website that detects Universal Bypass, please use the search function to ensure that there are no other open issues regarding that site: https://github.com/timmyRS/Universal-Bypass/issues?utf8=%E2%9C%93&q=ENTER+DOMAIN+HERE
Before you report a website that detects Universal Bypass, please use the search function to ensure that there are no other open issues regarding that site: https://github.com/Sainan/Universal-Bypass/issues?utf8=%E2%9C%93&q=ENTER+DOMAIN+HERE
I know it can be frustrating, but creating 10 issues regarding the same problem doesn't help.
If that is not the case, please **provide an example link.** We need to be able to see what has gone wrong in order to fix it.

View File

@ -6,6 +6,6 @@ labels: 'new bypass'
---
Before you report a website that isn't bypassed yet, please use the search function to ensure that the site wasn't already reported: https://github.com/timmyRS/Universal-Bypass/issues?utf8=%E2%9C%93&q=ENTER+DOMAIN+HERE
Before you report a website that isn't bypassed yet, please use the search function to ensure that the site wasn't already reported: https://github.com/Sainan/Universal-Bypass/issues?utf8=%E2%9C%93&q=ENTER+DOMAIN+HERE
If that is not the case, please **provide an example link.** We need to be able to see what there is to be bypassed, otherwise there can't be a bypass.

View File

@ -2,7 +2,7 @@
Thanks to everyone who helps make Universal Bypass:
- The [code contributors](https://github.com/timmyRS/Universal-Bypass/graphs/contributors) right here at Github.
- The [code contributors](https://github.com/Sainan/Universal-Bypass/graphs/contributors) right here at Github.
- All the translators into various languages over at [Crowdin](https://crowdin.com/project/bypass).
## Libraries used by Universal Bypass

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2018-20 Tim "timmyRS" Speckhals
Copyright (c) 2018-20 Sainan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -233,7 +233,7 @@ const updateBypassDefinitions = callback => {
finishDownload()
}
}
xhr.open("GET", "https://raw.githubusercontent.com/timmyRS/Universal-Bypass/" + upstreamCommit + "/injection_script.js", true)
xhr.open("GET", "https://raw.githubusercontent.com/Sainan/Universal-Bypass/" + upstreamCommit + "/injection_script.js", true)
xhr.send()
let xhr2 = new XMLHttpRequest()
xhr2.onload = () => {
@ -249,7 +249,7 @@ const updateBypassDefinitions = callback => {
finishDownload()
}
}
xhr2.open("GET", "https://raw.githubusercontent.com/timmyRS/Universal-Bypass/" + upstreamCommit + "/rules.json", true)
xhr2.open("GET", "https://raw.githubusercontent.com/Sainan/Universal-Bypass/" + upstreamCommit + "/rules.json", true)
xhr2.send()
}
}
@ -258,7 +258,7 @@ const updateBypassDefinitions = callback => {
sendToOptions({updateStatus})
callback(false)
}
xhr.open("GET", "https://api.github.com/repos/timmyRS/Universal-Bypass/commits/master", true)
xhr.open("GET", "https://api.github.com/repos/Sainan/Universal-Bypass/commits/master", true)
xhr.send()
}
xhr.open("GET", brws.runtime.getURL("injection_script.js"), true)

View File

@ -45,7 +45,7 @@
<p><span data-message="optionsUserscriptsDescription"></span></p>
<div id="userscript" style="font-family:'DejaVu Sans Mono',monospace;min-height:500px;height:calc(100vh - 200px)"></div>
<hr>
<p>Copyright (c) 2018-20 Tim "timmyRS" Speckhals &middot; <a href="https://github.com/timmyrs/Universal-Bypass/blob/master/PRIVACY.md" target="_blank" data-message="privacyPolicy"></a></p>
<p>Copyright (c) 2018-20 <a href="https://sainan.de/" target="_blank">Sainan</a> &middot; <a href="https://github.com/Sainan/Universal-Bypass/blob/master/PRIVACY.md" target="_blank" data-message="privacyPolicy"></a></p>
</div>
<script src="i18n.js"></script>
<script src="uikit/uikit.js"></script>

View File

@ -1,7 +1,7 @@
document.querySelector("[data-message='optionsNavigationDelay']").innerHTML=document.querySelector("[data-message='optionsNavigationDelay']").innerHTML.replace("%",'<input id="option-navigation-delay" type="number" min="0" skip="1" style="width:34px">')
document.querySelector("[data-message='optionsCrowdAutoOpen']").innerHTML=document.querySelector("[data-message='optionsCrowdAutoOpen']").innerHTML.replace("%",'<input id="option-crowd-open-delay" type="number" min="0" skip="1" style="width:34px">')
document.querySelector("[data-message='optionsCrowdAutoClose']").innerHTML=document.querySelector("[data-message='optionsCrowdAutoClose']").innerHTML.replace("%",'<input id="option-crowd-close-delay" type="number" min="3" skip="1" style="width:34px">')
document.querySelector("[data-message='optionsUserscriptsDescription']").innerHTML=document.querySelector("[data-message='optionsUserscriptsDescription']").textContent.replace("GitHub","<a href='https://github.com/timmyrs/Universal-Bypass/blob/master/injection_script.js' target='_blank'>GitHub</a>")
document.querySelector("[data-message='optionsUserscriptsDescription']").innerHTML=document.querySelector("[data-message='optionsUserscriptsDescription']").textContent.replace("GitHub","<a href='https://github.com/Sainan/Universal-Bypass/blob/master/injection_script.js' target='_blank'>GitHub</a>")
document.getElementById("version").textContent=brws.runtime.getManifest().version
const updateButton=document.querySelector("[data-message='update']"),

View File

@ -12,7 +12,7 @@
"description": "__MSG_appDesc__",
"homepage_url": "https://universal-bypass.org/",
"version": "13.9",
"author": "Tim \"timmyRS\" Speckhals",
"author": "Sainan.de",
"permissions": [
"alarms",
"storage",