[go: nahoru, domu]

Skip to content

Commit

Permalink
Make the update work again after the next changes on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
JustOff committed Dec 18, 2019
1 parent a84970e commit 6aa4871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function checkUpdate() {
} else {
vermask = /tree\/firefox\-legacy\-(\d+\.\d+\.\d+(?:\.\d+)?)/;
}
request.open("GET", "https://github.com/gorhill/uBlock/ref-list/master?source_action=disambiguate&source_controller=files");
request.open("GET", "https://github.com/gorhill/uBlock/refs-tags/master?source_action=disambiguate&source_controller=files&tag_name=firefox-legacy&q=firefox-legacy");
request.onload = function() {
if ((ver = vermask.exec(request.responseText)) !== null) {
doUpdate(ver[1]);
Expand Down

0 comments on commit 6aa4871

Please sign in to comment.