diff --git a/options.js b/options.js
index cc1acab..711b04c 100644
--- a/options.js
+++ b/options.js
@@ -17,10 +17,9 @@ var tcDefaults = {
{ action: "reset", key: 82, value: 1, force: false, predefined: true }, // R
{ action: "fast", key: 71, value: 1.8, force: false, predefined: true } // G
],
- blacklist: `\
- www.instagram.com
+ blacklist:
+ `www.instagram.com
twitter.com
- vine.co
imgur.com
teams.microsoft.com
`.replace(regStrip, "")
@@ -148,7 +147,7 @@ function add_shortcut() {
`;
var div = document.createElement("div");