Extension to return old Twitter layout from 2015.
1[
2 {
3 "id": 1,
4 "priority": 1,
5 "action": {
6 "type": "modifyHeaders",
7 "responseHeaders": [
8 {
9 "header": "content-security-policy",
10 "operation": "remove"
11 },
12 {
13 "header": "x-frame-options",
14 "operation": "remove"
15 }
16 ]
17 },
18 "condition": {
19 "urlFilter": "*://twitter.com/*",
20 "resourceTypes": ["main_frame", "sub_frame", "stylesheet", "script", "image", "font", "xmlhttprequest", "other"]
21 }
22 },
23 {
24 "id": 2,
25 "priority": 1,
26 "action": { "type": "block" },
27 "condition": {
28 "urlFilter": "*://twitter.com/manifest.json",
29 "resourceTypes": ["main_frame", "sub_frame", "script", "xmlhttprequest", "other"]
30 }
31 },
32 {
33 "id": 3,
34 "priority": 1,
35 "action": { "type": "block" },
36 "condition": {
37 "urlFilter": "*://*.twitter.com/manifest.json",
38 "resourceTypes": ["main_frame", "sub_frame", "script", "xmlhttprequest", "other"]
39 }
40 },
41 {
42 "id": 4,
43 "priority": 1,
44 "action": { "type": "block" },
45 "condition": {
46 "urlFilter": "*://twitter.com/sw.js",
47 "resourceTypes": ["main_frame", "sub_frame", "script", "image", "stylesheet", "object", "xmlhttprequest", "other"]
48 }
49 },
50 {
51 "id": 5,
52 "priority": 1,
53 "action": { "type": "redirect", "redirect": { "extensionPath": "/images/logo32_new.png" } },
54 "condition": {
55 "urlFilter": "*://abs.twimg.com/favicons/twitter.3.ico",
56 "resourceTypes": ["main_frame", "sub_frame", "stylesheet", "script", "image", "font", "xmlhttprequest", "other"]
57 }
58 },
59 {
60 "id": 6,
61 "priority": 1,
62 "action": { "type": "redirect", "redirect": { "extensionPath": "/images/logo32_new_notification.png" } },
63 "condition": {
64 "urlFilter": "*://abs.twimg.com/favicons/twitter-pip.3.ico",
65 "resourceTypes": ["main_frame", "sub_frame", "stylesheet", "script", "image", "font", "xmlhttprequest", "other"]
66 }
67 }
68]