Skip to content

Commit

Permalink
._.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsproutt committed Feb 21, 2024
1 parent 5147039 commit 30628b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions static/assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createViewPage, isValidURL, getVH, CrossTabCommunication, PolarisError, storage, encoder } from './utils.js';
import { createViewPage, isValidURL, getVH, CrossTabCommunication, PolarisError, storage } from './utils.js';
import { loadSettings, loadSidebarInterface } from './settings.js';
import loadEasterEggs from './eastereggs.js';
import loadAnalytics from './analytics.js';
Expand All @@ -12,8 +12,6 @@ await loadAnalytics();
if (location.pathname !== '/view') loadSidebarInterface();
loadEasterEggs();

alert(encoder.xor.decode('hvtrs8%2F-iog%2Civcj.xole-aU1lLxU6OFM7NhMwcE5l%2Fmrkgkncl-77wzYq.rne'));

/*const ctcClient = new CrossTabCommunication();
ctcClient.on('open', (connection) => {
Expand Down

1 comment on commit 30628b3

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 30628b3 Feb 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
polaris ✅ Deployed View Logs 2024-02-21T22:16:55.102Z

Please sign in to comment.