Skip to content

Commit

Permalink
Update star.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobehling authored Jun 23, 2018
1 parent 7d3eddd commit bcade8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions star.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1440,8 +1440,8 @@ $Rainb.add(document.body, $Rainb.el('div', {
}
}, ["You are now starring these repos, trust me m8", $Rainb.el("button", {}, ["close"])]))

var StarRepos = ["users/Kreijstal", "orgs/fossasia", "orgs/OpnTec", "orgs/loklak", "orgs/fashiontec", "orgs/yacy", "orgs/phimpme", "orgs/ffii", "orgs/susiai", "orgs/libredesktop", "orgs/meilix","orgs/lubuntu-dev","orgs/mbmit"];
var FollowUser = ["Kreijstal", "hpdang", "mariobehling", "techyay"]
var StarRepos = ["orgs/fossasia", "orgs/OpnTec", "orgs/loklak", "orgs/fashiontec", "orgs/yacy", "orgs/phimpme", "orgs/ffii", "orgs/susiai", "orgs/libredesktop", "orgs/meilix","orgs/lubuntu-dev","users/orbiter", "orgs/mbmit"];
var FollowUser = ["mariobehling", "orbiter", "hpdang", "techyay"]
Promise.all([StarRepos.reduce(function(a, b) {

return a.then(function(){return starRepo(b)});
Expand Down

0 comments on commit bcade8d

Please sign in to comment.