Skip to content

Commit

Permalink
remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
squidgetx committed Feb 7, 2023
1 parent 423f230 commit cfda1e1
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 211 deletions.
Binary file removed extension/src/alarm128.png
Binary file not shown.

This file was deleted.

53 changes: 0 additions & 53 deletions extension/src/js/background.notifs.js

This file was deleted.

7 changes: 1 addition & 6 deletions extension/src/js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ const setupFeedObserver = function (exp_config, logger) {
// So, we want to trigger filtering logic whenever its modified
console.log(`Timeline Extension Loaded, ${JSON.stringify(exp_config)}`);
const container = document.documentElement || document.body;
let observer;
if (window.location.hostname.includes("twitter")) {
observer = twitter.getObserver(exp_config, logger);
} else {
observer = facebook.getObserver(treatment_group, logger);
}
const observer = twitter.getObserver(exp_config, logger);
observer.observe(container, {
attributes: false,
childList: true,
Expand Down
89 changes: 0 additions & 89 deletions extension/src/js/facebook.js

This file was deleted.

8 changes: 0 additions & 8 deletions extension/src/js/recontact.js

This file was deleted.

1 change: 0 additions & 1 deletion extension/src/onboarding.html

This file was deleted.

53 changes: 0 additions & 53 deletions extension/src/recontact.html

This file was deleted.

0 comments on commit cfda1e1

Please sign in to comment.