fix(cc-redirect): redirect community guides and videos

Fixed: twpowertools:179
Change-Id: Id4318084100d7a464e82bba47b8085ed7ffd07ea
diff --git a/src/contentScripts/publicGuide.js b/src/contentScripts/publicGuide.js
new file mode 100644
index 0000000..fa2f47b
--- /dev/null
+++ b/src/contentScripts/publicGuide.js
@@ -0,0 +1,3 @@
+import {redirectIfApplicable} from '../redirect/index.js';
+
+redirectIfApplicable();