Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit 30103b7

Browse files
committed
Use a createElement method to create elements
Make code cleaner Restructure methods in inject.js Update TODO
1 parent 4aa66d2 commit 30103b7

File tree

6 files changed

+298
-263
lines changed

6 files changed

+298
-263
lines changed

TODO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
get api key via login
2+
improve keyword highlighting
23
readme, presentation, video and stuff

contentscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ asyncParallel({
112112
injectScriptText(`
113113
console.log('<<< fbDevInterest >>>');
114114
fbDevInterest.parent.innerHTML = '';
115-
fbDevInterest.getFeed();
115+
fbDevInterest.init();
116116
`);
117117
});
118118
});

dist/contentscript.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/inject.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)