This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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":["http://*/*","https://*/*"],"js":["content/all/script/script.js"]}],"content_security_policy":"script-src 'self' 'unsafe-eval'; object-src 'self' https://*.dissenter.com/*","incognito":"spanning","offline_enabled":false,"version_name":"0.1.5","version":"0.1.5","options_page":"options/options.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://*.porntrex.com/*"],"js":["content/porntrex/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","offline_enabled":false,"version_name":"0.1.5","version":"0.1.5","options_page":"options/options.html"}
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html><head><title>Dissenter Extension - Options</title><metacharset="utf-8"><linkhref="./options.css" type="text/css" rel="stylesheet"></head><body><divclass="main"><headerclass="header fixed"><divclass="header__inner"><imgclass="header__img-logo" src="../assets/images/logo/gab-logo.png"><h1class="header__title">Dissenter Extension — Options</h1><spanclass="header__subtitle">Close this page when you're done</span></div></header><divclass="content rel"><divclass="content__inner"><divclass="input-block"><divclass="input-block__meta no-select"><spanclass="input-block__meta-title">Content Scripts</span><spanclass="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><divclass="input-block__items"><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="twitter-enabled" type="checkbox" checked="">Twitter Enabled</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="reddit-enabled" type="checkbox" checked="">Reddit Enabled</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="youtube-enabled" type="checkbox" checked="">YouTube Enabled</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="window-sidebar-enabled" type="checkbox" checked="">Open new window when sidebar unavailable (Firefox only)</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="comment-badge-enabled" type="checkbox" checked="">Comment Badge Enabled</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="disqus-dissent-enabled" type="checkbox" checked="">Disqus Dissent Button Enabled</label></div></div><divclass="input-block"><divclass="input-block__meta no-select"><spanclass="input-block__meta-title">About Browser Permissions</span></div><divclass="input-block__items input-block__items--full"><pclass="input-block-item__paragraph"><b>Active Tab: </b>The "Active Tab" permission gives this extension temporary access to the currently active tab when the you invoke the extension.
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><divclass="input-block__items"><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="twitter-enabled" type="checkbox" checked="">Twitter Enabled</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="reddit-enabled" type="checkbox" checked="">Reddit Enabled</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="youtube-enabled" type="checkbox" checked="">YouTube Enabled</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="window-sidebar-enabled" type="checkbox" checked="">Open new window when sidebar unavailable (Firefox only)</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="comment-badge-enabled" type="checkbox" checked="">Send every single page on every website I visit back to Gab</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="disqus-dissent-enabled" type="checkbox" checked="">Disqus Dissent Button Enabled</label></div></div><divclass="input-block"><divclass="input-block__meta no-select"><spanclass="input-block__meta-title">About Browser Permissions</span></div><divclass="input-block__items input-block__items--full"><pclass="input-block-item__paragraph"><b>Active Tab: </b>The "Active Tab" permission gives this extension temporary access to the currently active tab when the you invoke the extension.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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":["http://*/*","https://*/*"],"js":["content/all/script/script.js"]}],"content_security_policy":"script-src 'self' 'unsafe-eval'; object-src 'self' https://*.dissenter.com/*","incognito":"spanning","version":"0.1.5","author":"Gab.com","options_ui":{"page":"options/options.html","browser_style":true}}
{"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://*.porntrex.com/*"],"js":["content/porntrex/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","version":"0.1.5","author":"Gab.com","options_ui":{"page":"options/options.html","browser_style":true}}
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html><head><title>Dissenter Extension - Options</title><metacharset="utf-8"><linkhref="./options.css" type="text/css" rel="stylesheet"></head><body><divclass="main"><headerclass="header fixed"><divclass="header__inner"><imgclass="header__img-logo" src="../assets/images/logo/gab-logo.png"><h1class="header__title">Dissenter Extension — Options</h1><spanclass="header__subtitle">Close this page when you're done</span></div></header><divclass="content rel"><divclass="content__inner"><divclass="input-block"><divclass="input-block__meta no-select"><spanclass="input-block__meta-title">Content Scripts</span><spanclass="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><divclass="input-block__items"><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="twitter-enabled" type="checkbox" checked="">Twitter Enabled</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="reddit-enabled" type="checkbox" checked="">Reddit Enabled</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="youtube-enabled" type="checkbox" checked="">YouTube Enabled</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="window-sidebar-enabled" type="checkbox" checked="">Open new window when sidebar unavailable (Firefox only)</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="comment-badge-enabled" type="checkbox" checked="">Comment Badge Enabled</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="disqus-dissent-enabled" type="checkbox" checked="">Disqus Dissent Button Enabled</label></div></div><divclass="input-block"><divclass="input-block__meta no-select"><spanclass="input-block__meta-title">About Browser Permissions</span></div><divclass="input-block__items input-block__items--full"><pclass="input-block-item__paragraph"><b>Active Tab: </b>The "Active Tab" permission gives this extension temporary access to the currently active tab when the you invoke the extension.
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><divclass="input-block__items"><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="twitter-enabled" type="checkbox" checked="">Twitter Enabled</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="reddit-enabled" type="checkbox" checked="">Reddit Enabled</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="youtube-enabled" type="checkbox" checked="">YouTube Enabled</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="window-sidebar-enabled" type="checkbox" checked="">Open new window when sidebar unavailable (Firefox only)</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="comment-badge-enabled" type="checkbox" checked="">Send every single page on every website I visit back to Gab</label><labelclass="input-block-item no-select"><inputclass="input-block-item__checkbox" id="disqus-dissent-enabled" type="checkbox" checked="">Disqus Dissent Button Enabled</label></div></div><divclass="input-block"><divclass="input-block__meta no-select"><spanclass="input-block__meta-title">About Browser Permissions</span></div><divclass="input-block__items input-block__items--full"><pclass="input-block-item__paragraph"><b>Active Tab: </b>The "Active Tab" permission gives this extension temporary access to the currently active tab when the you invoke the extension.