Skip to content

Commit

Permalink
Ran npm build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabdev committed Apr 29, 2019
1 parent 3b878ae commit 726b8f8
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion build/chrome/background/background.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/chrome/content/all/script/script.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/chrome/content/reddit/script/script.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/chrome/content/twitter/script/script.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/chrome/content/wikipedia/script/script.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/chrome/content/youtube/script/script.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/chrome/manifest.json
@@ -1 +1 @@
{"manifest_version":2,"name":"Dissenter Extension","short_name":"Dissenter","description":"Dissenter is the comment section of the Internet.","homepage_url":"https://dissenter.com","icons":{"16":"assets/images/logo/icon-16.png","48":"assets/images/logo/icon-48.png","128":"assets/images/logo/icon-128.png"},"permissions":["activeTab","https://*.dissenter.com/*"],"browser_action":{"default_icon":"assets/images/logo/icon-128.png","default_popup":"popup/popup.html"},"commands":{"_execute_browser_action":{"suggested_key":{"default":"Alt+Shift+D","mac":"Alt+Shift+D"}}},"background":{"scripts":["background/background.js"],"persistent":false},"content_scripts":[{"matches":["https://*.twitter.com/*"],"js":["content/twitter/script/script.js"],"run_at":"document_end"},{"matches":["https://*.youtube.com/*"],"js":["content/youtube/script/script.js"]},{"matches":["https://*.reddit.com/*"],"js":["content/reddit/script/script.js"]},{"matches":["https://*.wikipedia.org/*"],"js":["content/wikipedia/script/script.js"]},{"matches":["http://*/*","https://*/*"],"js":["content/all/script/script.js"]}],"content_security_policy":"script-src 'self' 'unsafe-eval'; object-src 'self' https://*.dissenter.com/*","incognito":"spanning","optional_permissions":["topSites"],"offline_enabled":false,"version_name":"0.1.6","version":"0.1.6","options_page":"options/options.html","update_url":"https://dissenter.com/dist/extensions/updates/chrome/manifest.xml","omnibox":{"keyword":"dissent"},"chrome_url_overrides":{"newtab":"newtab/newtab.html"}}
{"manifest_version":2,"name":"Dissenter Extension","short_name":"Dissenter","description":"Dissenter is the comment section of the Internet.","homepage_url":"https://dissenter.com","icons":{"16":"assets/images/logo/icon-16.png","48":"assets/images/logo/icon-48.png","128":"assets/images/logo/icon-128.png"},"permissions":["activeTab","https://*.dissenter.com/*"],"browser_action":{"default_icon":"assets/images/logo/icon-128.png","default_popup":"popup/popup.html"},"commands":{"_execute_browser_action":{"suggested_key":{"default":"Alt+Shift+D","mac":"Alt+Shift+D"}}},"background":{"scripts":["background/background.js"],"persistent":false},"content_scripts":[{"matches":["https://*.twitter.com/*"],"js":["content/twitter/script/script.js"],"run_at":"document_end"},{"matches":["https://*.youtube.com/*"],"js":["content/youtube/script/script.js"]},{"matches":["https://*.reddit.com/*"],"js":["content/reddit/script/script.js"]},{"matches":["https://*.wikipedia.org/*"],"js":["content/wikipedia/script/script.js"]},{"matches":["http://*/*","https://*/*"],"js":["content/all/script/script.js"]}],"content_security_policy":"script-src 'self' 'unsafe-eval'; object-src 'self' https://*.dissenter.com/*","incognito":"spanning","optional_permissions":["topSites"],"offline_enabled":false,"version_name":"0.1.7","version":"0.1.7","options_page":"options/options.html","update_url":"https://dissenter.com/dist/extensions/updates/chrome/manifest.xml","omnibox":{"keyword":"dissent"}}
2 changes: 1 addition & 1 deletion build/chrome/newtab/newtab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/chrome/options/options.html
Expand Up @@ -3,4 +3,4 @@
All Rights Reserved -->
<!DOCTYPE html><html><head><title>Dissenter Extension - Options</title><meta charset="utf-8"><link href="./options.css" type="text/css" rel="stylesheet"></head><body><div class="main"><header class="header fixed"><div class="header__inner"><img class="header__img-logo" src="../assets/images/logo/icon-128.png"><h1 class="header__title">Dissenter Extension &mdash; Options</h1><span class="header__subtitle">Close this page when you're done</span></div></header><div class="content rel"><div class="content__inner"><div class="input-block"><div class="input-block__meta no-select"><span class="input-block__meta-title">Content Scripts</span><span class="input-block__meta-subtitle">"Content scripts" are scripts that run in specific web pages.
By using the standard Document Object Model (DOM), these scripts are able to make changes to those websites in order to enhance the experience.</span></div><div class="input-block__items"><label class="input-block-item no-select"><input class="input-block-item__checkbox" id="twitter-enabled" type="checkbox" checked="">Twitter Enabled</label><label class="input-block-item no-select"><input class="input-block-item__checkbox" id="reddit-enabled" type="checkbox" checked="">Reddit Enabled</label><label class="input-block-item no-select"><input class="input-block-item__checkbox" id="youtube-enabled" type="checkbox" checked="">YouTube Enabled</label><label class="input-block-item no-select"><input class="input-block-item__checkbox" id="wikipedia-enabled" type="checkbox" checked="">Wikipedia Enabled</label><label class="input-block-item no-select"><input class="input-block-item__checkbox" id="window-sidebar-enabled" type="checkbox" checked="">Open new window when sidebar unavailable (Firefox only)</label><label class="input-block-item no-select"><input class="input-block-item__checkbox" id="comment-badge-enabled" type="checkbox" checked="">Comment Badge Enabled</label><label class="input-block-item no-select"><input class="input-block-item__checkbox" id="disqus-dissent-enabled" type="checkbox" checked="">Disqus Dissent Button Enabled</label></div></div><div class="input-block"><div class="input-block__meta no-select"><span class="input-block__meta-title">About Browser Permissions</span></div><div class="input-block__items input-block__items--full"><p class="input-block-item__paragraph"><b>Active Tab:&nbsp;</b>The "Active Tab" permission gives this extension temporary access to the currently active tab when the you invoke the extension.&nbsp;
Access to the tab lasts while the you are on that page, and is revoked when the you navigates away or closes the tab.</p></div></div><div class="input-block"><div class="input-block__meta no-select"><span class="input-block__meta-title">Contact</span></div><div class="input-block__items input-block__items--full"><p class="input-block-item__paragraph">If you have any questions, ideas, bugs or anything else, please post a new gab using the hashtag: <b>#DissenterExtension</b>.</p><p class="input-block-item__paragraph">Your question, idea or bug may have already been posted by someone else, please have a look at the most recent posts using hashtag <b>#DissenterExtension</b> here: <a class="input-block-item__paragraph-link" rel="noreferrer nofollow" href="https://gab.com/hash/DissenterExtension" target="_blank">gab.com/hash/DissenterExtension</a>.</p><p class="input-block-item__paragraph">Please be mindful that when submitting a post, more is better. Include any and all information related to your query, use photos or videos if necessary and someone will be sure to respond in a timely manner.</p><p class="input-block-item__paragraph input-block-item__paragraph--about-extension"> <b>Browser:&nbsp;</b><span id="extension-about__browser">Google Chrome</span><b>Version:&nbsp;</b><span id="extension-about__version">0.1.6</span><b>Download:&nbsp;</b><a class="input-block-item__paragraph-link" rel="noreferrer nofollow" href="https://www.dissenter.com/download" target="_blank">dissenter.com/download</a></p><p class="input-block-item__paragraph center input-block-item__paragraph--about-extension"> Copyright &copy; 2019 Gab AI, Inc.<br>Made in USA</p></div></div></div></div></div><script src="./options.js"></script></body></html>
Access to the tab lasts while the you are on that page, and is revoked when the you navigates away or closes the tab.</p></div></div><div class="input-block"><div class="input-block__meta no-select"><span class="input-block__meta-title">Contact</span></div><div class="input-block__items input-block__items--full"><p class="input-block-item__paragraph">If you have any questions, ideas, bugs or anything else, please post a new gab using the hashtag: <b>#DissenterExtension</b>.</p><p class="input-block-item__paragraph">Your question, idea or bug may have already been posted by someone else, please have a look at the most recent posts using hashtag <b>#DissenterExtension</b> here: <a class="input-block-item__paragraph-link" rel="noreferrer nofollow" href="https://gab.com/hash/DissenterExtension" target="_blank">gab.com/hash/DissenterExtension</a>.</p><p class="input-block-item__paragraph">Please be mindful that when submitting a post, more is better. Include any and all information related to your query, use photos or videos if necessary and someone will be sure to respond in a timely manner.</p><p class="input-block-item__paragraph input-block-item__paragraph--about-extension"> <b>Browser:&nbsp;</b><span id="extension-about__browser">Google Chrome</span><b>Version:&nbsp;</b><span id="extension-about__version">0.1.7</span><b>Download:&nbsp;</b><a class="input-block-item__paragraph-link" rel="noreferrer nofollow" href="https://www.dissenter.com/download" target="_blank">dissenter.com/download</a></p><p class="input-block-item__paragraph center input-block-item__paragraph--about-extension"> Copyright &copy; 2019 Gab AI, Inc.<br>Made in USA</p></div></div></div></div></div><script src="./options.js"></script></body></html>

0 comments on commit 726b8f8

Please sign in to comment.