Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
langkhach270389 committed Oct 27, 2019
1 parent 783f783 commit 5f5da09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Terminus.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ obj.account["plan_type"] = "Premium";
obj.account["user_type"] = "Premium";
obj.account["current_period"]["until"] = "2099-10-10T03:27:34";
$done({body:JSON.stringify(obj)})
//bynubyta
1 change: 1 addition & 0 deletions jibjab.vip.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
let obj = JSON.parse($response.body);
obj.data.attributes["is-paid"] = true;
$done({body: JSON.stringify(obj)});
//bynubyta
1 change: 1 addition & 0 deletions vsco.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ if (url.indexOf(path1) != -1) {
}

$done({body});
//bynubyta

0 comments on commit 5f5da09

Please sign in to comment.