Skip to content

Commit

Permalink
dev 187
Browse files Browse the repository at this point in the history
  • Loading branch information
DTACat committed Jan 2, 2025
1 parent e4c6d0a commit 7803b95
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 239 deletions.
48 changes: 10 additions & 38 deletions assets/10.js
Original file line number Diff line number Diff line change
@@ -1,38 +1,10 @@
// // Force rollout for Items In Shop experiment
// if (localStorage.items_in_shop != "false") {
// if (localStorage.items_in_shop != "true") {
// localStorage.items_in_shop = "none"
// }
// }

// // Force rollout for Top Selling Item Tag experiment
// if (localStorage.top_selling_item != "false") {
// if (localStorage.top_selling_item != "true") {
// if (localStorage.top_selling_item != "two") {
// localStorage.top_selling_item = "none"
// }
// }
// }

// // Force rollout for Full Client Rework experiment
// if (localStorage.full_client_rework != "false") {
// if (localStorage.full_client_rework != "true") {
// localStorage.full_client_rework = "none"
// }
// }

// // Force rollout for API Designed URL experiment
// if (localStorage.api_designed_url != "false") {
// if (localStorage.api_designed_url != "true") {
// localStorage.api_designed_url = "none"
// }
// }

// // Force rollout for Premium Type Two Included With Nitro experiment
// if (localStorage.premium_type_two_included_with_nitro != "false") {
// if (localStorage.premium_type_two_included_with_nitro != "two") {
// if (localStorage.premium_type_two_included_with_nitro != "three") {
// localStorage.premium_type_two_included_with_nitro = "true"
// }
// }
// }
EXPERIMENT_ID_1 = 1
EXPERIMENT_ID_2 = -1
EXPERIMENT_ID_3 = -1
EXPERIMENT_ID_4 = 1
EXPERIMENT_ID_5 = 1
EXPERIMENT_ID_6 = 1
EXPERIMENT_ID_7 = 1
EXPERIMENT_ID_8 = 1
EXPERIMENT_ID_9 = -1
EXPERIMENT_ID_10 = 1
Loading

0 comments on commit 7803b95

Please sign in to comment.