Snippets

anticensority Detecting Blocks From Extension

Created by ilyaigpetrov last modified

HTTPS

webRequest

https://rutracker.org/forum/index.php
onErrorOccurred // Only this one.
{
  error: "net::ERR_CONNECTION_RESET",
  frameId: 0,
  fromCache: true,
  ip: "163.172.173.40",
  method: "GET",
  parentFrameId: -1,
  requestId: "505",
  tabId: 9,
  timeStamp: 1492711072520.493,
  type: "main_frame",
  url: "https://rutracker.org/forum/index.php",
  __proto__:Object,
}

webNavigation

https://rutracker.org/forum/index.php
onBeforeNavigate
{
  frameId: 0,
  parentFrameId: -1,
  processId: -1,
  tabId: 609,
  timeStamp: 1495896771255.2122,
  url: "https://rutracker.org/",
  __proto__: Object,
}
https://rutracker.org/forum/index.php
onErrorOccurred
{
  error: "net::ERR_CONNECTION_RESET",
  frameId: 0,
  processId: -1,
  tabId: 609,
  timeStamp: 1495896775303.212,
  url: "https://rutracker.org/",
  __proto__: Object,
}

HTTP

webRequest

http://rutracker.org/forum/index.php
onHeadersReceived
{
  frameId: 0,
  method: "GET",
  parentFrameId: -1,
  requestId: "18775",
  statusCode: 302,
  statusLine: "HTTP/1.1 302 Found",
  tabId: 1713,
  timeStamp: 1495822196513.14,
  type: "main_frame",
  url: "http://rutracker.org/forum/index.php",
  __proto__: Object,
}

http://rutracker.org/forum/index.php
onBeforeRedirect
{
  frameId: 0,
  fromCache: false,
  ip: "195.82.146.214",
  method: "GET",
  parentFrameId: -1,
  redirectUrl: "http://warning.rt.ru/?id=20&st=0&dt=195.82.146.214&rs=http%3A%2F%2Frutracker.org%2Fforum%2Findex.php",
  requestId: "18775",
  statusCode: 302,
  statusLine: "HTTP/1.1 302 Found",
  tabId: 1713,
  timeStamp: 1495822196517.14,
  type: "main_frame",
  url: "http://rutracker.org/forum/index.php",
  __proto__: Object,
}

http://warning.rt.ru/?id=20&st=0&dt=195.82.146.214&rs=http%3A%2F%2Frutracker.org%2Fforum%2Findex.php
onHeadersReceived
Object {frameId: 0, method: "GET", parentFrameId: -1, requestId: "18775", statusCode: 200}

webNavigation

http://rutracker.org/forum/index.php
onBeforeNavigate
{
  frameId: 0,
  parentFrameId: -1,
  processId: -1,
  tabId: 668,
  timeStamp: 1495897849153.781,
  url: "http://rutracker.org/forum/index.php",
  __proto__: Object,
}

http://warning.rt.ru/?id=20&st=0&dt=195.82.146.214&rs=http%3A%2F%2Frutracker.org%2Fforum%2Findex.php
onCommitted
{
  frameId: 0,
  processId: 229,
  tabId: 668,
  timeStamp: 1495897849366.781,
  transitionQualifiers:
  [
    0: "server_redirect",
    1: "from_address_bar",
    length: 2,
    __proto__: Array(0),
  ],
  transitionType: "typed",
  url: "http://warning.rt.ru/?id=20&st=0&dt=195.82.146.214&rs=http%3A%2F%2Frutracker.org%2Fforum%2Findex.php",
  __proto__: Object,
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.