Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml"><head>
- <title>Firebug Main Panel</title>
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
- <link type="text/css" href="chrome://firebug/skin/panel.css" rel="stylesheet" />
- <style charset="utf-8" type="text/css" id="chrome://firebug/skin/cookies/cookies.css">/* See license.txt for terms of usage */
- .panelNode-cookies {
- overflow-x: hidden;
- }
- .cookieTable {
- width: 100%;
- }
- /************************************************************************************************/
- /* Support for console */
- .cookieEvent {
- position: relative;
- width: 100%;
- }
- .cookieEvent .cookieDomainLabel {
- position: absolute;
- top: 0;
- right: 0;
- font-family: Lucida Grande, sans-serif;
- font-weight: bold;
- color: #0000FF;
- }
- .logRow-cookie,
- .logRow-cookiesCleared,
- .logRow-cookiesRejected,
- .logRow-cookie:hover {
- background-image: url(chrome://firebug/skin/cookies/cookie.svg);
- background-repeat: no-repeat;
- background-position: 4px 3px;
- }
- .logRow-cookiesRejected .cookieRejectedList {
- font-weight: bold;
- }
- .logRow-cookiesRejected .cookieList {
- color: rgb(128, 128, 128);
- }
- .logRow-cookiesRejected {
- border-bottom: 1px solid #D7D7D7;
- }
- .logRow-cookiesRejected .cookieCol,
- .logRow-cookiesRejected > .logRow {
- border-bottom: 0;
- font-weight: normal;
- padding-top: 0px;
- }
- .logRow-cookiesRejected > .logRow:hover {
- text-decoration: none;
- }
- .logRow-cookiesRejected > .logGroupBody {
- margin-top: 3px;
- }
- .logRow-cookiesRejected > .cookieEvent {
- text-decoration: none;
- }
- .logRow-cookiesCleared > DIV {
- padding: 1px 0 2px 0 !important;
- }
- .logRow-cookie > div > .logContent {
- padding-left: 22px;
- }
- /* Container for document.cookie log within the Console panel */
- .logRow-documentCookie {
- padding: 0;
- }
- /************************************************************************************************/
- /* Console filtering */
- .panelNode.hideType-cookies .logRow-cookie {
- display: none !important;
- }
- /************************************************************************************************/
- /* Header for cookie list */
- .cookieHeaderRow {
- height: 16px;
- }
- .cookieHeaderCell {
- cursor: pointer;
- -moz-user-select: none;
- border-bottom: 1px solid #9C9C9C;
- padding: 0 !important;
- font-weight: bold;
- background: #C8C8C8 linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2)) repeat-x;
- white-space: nowrap;
- }
- .cookieHeaderRow > .cookieHeaderCell:first-child > .cookieHeaderCellBox {
- padding: 2px 14px 2px 18px;
- }
- .cookieHeaderCellBox {
- padding: 2px 14px 2px 10px;
- border-left: 1px solid #D9D9D9;
- border-right: 1px solid #9C9C9C;
- }
- .cookieHeaderCell:hover:active {
- background-color: #B4B4B4;
- }
- .cookieHeaderSorted {
- background-color: #8CA0BE;
- }
- .cookieHeaderSorted > .cookieHeaderCellBox {
- border-right-color: #6B7C93;
- background: url(chrome://firebug/skin/arrowDown.svg) no-repeat calc(100% - 4px);
- }
- .cookieHeaderSorted.sortedAscending > .cookieHeaderCellBox {
- background-image: url(chrome://firebug/skin/arrowUp.svg);
- }
- .cookieHeaderSorted:hover:active {
- background-color: #6E87AA;
- }
- /************************************************************************************************/
- /* Column visibility */
- /*
- * Every row is for one column, the first selector hides column in the header
- * (e.g. id=colName) and the second selector in all rows (e.g. class=cookieNameCol)
- *
- * If a column is hidden, it's presented in a 'hiddenCols' attribute of the .cookieTable
- * element. Value of the attribute is a whitespace separated list of columns IDs.
- */
- .cookieTable[hiddenCols~=colName] #colName,
- .cookieTable[hiddenCols~=colName] .cookieNameCol,
- .cookieTable[hiddenCols~=colValue] #colValue,
- .cookieTable[hiddenCols~=colValue] .cookieValueCol,
- .cookieTable[hiddenCols~=colRawValue] #colRawValue,
- .cookieTable[hiddenCols~=colRawValue] .cookieRawValueCol,
- .cookieTable[hiddenCols~=colDomain] #colDomain,
- .cookieTable[hiddenCols~=colDomain] .cookieDomainCol,
- .cookieTable[hiddenCols~=colSize] #colSize,
- .cookieTable[hiddenCols~=colSize] .cookieSizeCol,
- .cookieTable[hiddenCols~=colRawSize] #colRawSize,
- .cookieTable[hiddenCols~=colRawSize] .cookieRawSizeCol,
- .cookieTable[hiddenCols~=colPath] #colPath,
- .cookieTable[hiddenCols~=colPath] .cookiePathCol,
- .cookieTable[hiddenCols~=colExpires] #colExpires,
- .cookieTable[hiddenCols~=colExpires] .cookieExpiresCol,
- .cookieTable[hiddenCols~=colMaxAge] #colMaxAge,
- .cookieTable[hiddenCols~=colMaxAge] .cookieMaxAgeCol,
- .cookieTable[hiddenCols~=colHttpOnly] #colHttpOnly,
- .cookieTable[hiddenCols~=colHttpOnly] .cookieHttpOnlyCol,
- .cookieTable[hiddenCols~=colSecurity] #colSecurity,
- .cookieTable[hiddenCols~=colSecurity] .cookieSecurityCol,
- .cookieTable[hiddenCols~=colStatus] #colStatus,
- .cookieTable[hiddenCols~=colStatus] .cookieStatusCol {
- display: none;
- }
- /************************************************************************************************/
- /* Breakpoints */
- .panelNode-cookies .cookieRowHeader {
- display: block;
- }
- /* This is the breakpoint column */
- .cookieDebugCol {
- border-right: 1px solid #CCCCCC;
- background-color: #EEEEEE;
- cursor: pointer;
- }
- .cookieDebugCol .sourceLine {
- border-right: none;
- }
- /* When mouse is hovering over a cookie row, the breakpoint/debug column is highlighted. */
- .cookieRow:hover > .cookieDebugCol,
- .cookieRow:hover > .cookieDebugCol > .cookieRowHeader {
- background-color: #F6F6F6;
- }
- .cookieRowHeader {
- position: relative;
- height: 15px;
- margin-right: 0 !important;
- }
- /* Display breakpoint disc */
- .cookieRow .cookieRowHeader {
- background-position: 5px 3px;
- }
- .cookieRow[breakpoint="true"] .cookieRowHeader {
- background-image: url(chrome://firebug/skin/breakpoint.svg);
- }
- .cookieRow[breakpoint="true"][disabledBreakpoint="true"] .cookieRowHeader {
- background-image: none;
- }
- .cookieRow[breakpoint="true"][disabledBreakpoint="true"] .cookieRowHeader::before {
- content: "";
- position: absolute;
- top: 3px;
- left: 5px;
- width: 12px;
- height: 12px;
- background: url(chrome://firebug/skin/breakpoint.svg) no-repeat;
- opacity: 0.5;
- }
- #cookieBreakpointBar {
- max-width: 38px;
- }
- #colName > .cookieHeaderCellBox {
- border-left: 0px;
- }
- /************************************************************************************************/
- /* Break on Next*/
- /* panel badges */
- #fbBreakOnNextButton[panelName="cookies"] #fbBreakOnImageCookies {
- visibility: visible;
- padding-right: 2px;
- }
- /************************************************************************************************/
- .cookieNameLabel:hover {
- cursor: pointer;
- color: blue;
- text-decoration: underline;
- }
- /* Session cookies */
- .panelNode-cookies .sessionCookie > .cookieExpiresCol {
- color: green;
- }
- /* Rejected cookies are red in the Cookies tab */
- .panelNode-cookies .rejectedCookie .cookieLabel {
- color: red !important;
- }
- /************************************************************************************************/
- .cookieRow {
- background: white;
- }
- .cookieRow:hover {
- background: #EFEFEF;
- }
- .cookieCol {
- padding: 0;
- vertical-align: top;
- border-bottom: 1px solid #EFEFEF;
- white-space: nowrap;
- }
- .cookieLabel {
- }
- /* Support for search box */
- .panelNode.searching .cookieRow {
- display: none;
- }
- .cookieRow.matched {
- display: table-row !important;
- }
- /************************************************************************************************/
- .cookieNameLabel {
- -moz-box-sizing: padding-box;
- overflow: hidden;
- padding-top: 1px;
- font-weight: bold;
- min-width: 70px;
- margin-left: 5px;
- }
- .cookieNameCol > .cookieNameLabel {
- padding-left: 18px;
- }
- .cookieDomainLabel,
- .cookieSizeLabel,
- .cookiePathLabel,
- .cookieExpiresLabel,
- .cookieMaxAgeLabel,
- .cookieValueLabel {
- padding: 1px 0 2px 0 !important;
- /*width: 100%; See issue 63*/
- }
- .cookieDomainLabel {
- color: rgb(0, 0, 255);
- }
- .cookieDomainLabel:hover {
- text-decoration:underline;
- cursor:pointer;
- }
- .cookieValueLabel {
- color: rgb(128, 128, 128);
- }
- /* This style makes sure that only portion of text is visible
- depending on current size (width) of the parent column */
- .cookiePathLabel,
- .cookieValueLabel {
- overflow: hidden;
- display: -moz-box;
- }
- /* This style is to avoid warning: XUL box for div element contained
- an inline span child, forcing all its children to be wrapped in a block,
- which is caused by the previous style.
- Related to following message:
- nsIScriptError: XUL box for div element contained an inline #text child,
- forcing all its children to be wrapped in a block. [JavaScript Warning:
- "XUL box for div element contained an inline #text child, forcing all
- its children to be wrapped in a block."
- {file: "chrome://firebug/content/panel.html" line: 0}]
- */
- .cookiePathLabel span,
- .cookieValueLabel span {
- display: inline-block;
- }
- .cookieDomainCol,
- .cookieSizeCol,
- .cookiePathCol,
- .cookieExpiresCol,
- .cookieMaxAgeCol,
- .cookieValueCol,
- .cookieSecurityCol,
- .cookieStatusCol,
- .cookieHttpOnlyCol {
- padding-left: 10px;
- }
- .cookieHttpOnlyCol {
- color: green;
- }
- .cookieSizeCol {
- text-align :right;
- padding-right: 10px;
- }
- /************************************************************************************************/
- .cookieInfoCol {
- border-top: 1px solid #EEEEEE;
- background: #FFFFFF linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent 33px) repeat-x;
- }
- .cookieInfoBody {
- margin: 10px 0 4px 10px;
- }
- .cookieInfoTabs {
- position: relative;
- padding-left: 14px;
- }
- .cookieInfoTab {
- position: relative;
- top: -3px;
- margin-top: 10px;
- padding: 4px 6px;
- border: 1px solid transparent;
- border-bottom: none;
- font-weight: bold;
- color: #565656;
- }
- .cookieInfoTab:hover {
- cursor: pointer;
- }
- .cookieInfoTab[selected="true"] {
- cursor: default !important;
- border-color: #D7D7D7;
- border-radius: 4px 4px 0 0;
- background-color: #FFFFFF;
- }
- .cookieInfoText {
- display: none;
- margin: 0;
- border: 1px solid #D7D7D7;
- border-right: none;
- padding: 8px;
- background-color: #FFFFFF;
- font-family: monospace;
- overflow-x: auto;
- }
- .cookieInfoText[selected="true"] {
- display: block;
- }
- /************************************************************************************************/
- /* Support for Net panel */
- .netInfoCookiesText {
- padding-top: 0;
- font-family: inherit;
- }
- .netInfoCookies {
- margin: 5px 0;
- color: inherit;
- }
- .netInfoCookies > .cookieTable {
- border-left: solid 1px rgb(239, 239, 239);
- }
- .netInfoCookies .cookieInfoRow:last-child > .cookieInfoCol {
- border-bottom: 1px solid #EEEEEE;
- }
- .netInfoCookies .deletedCookie > .cookieExpiresCol,
- .netInfoCookies .deletedCookie > .cookieMaxAgeCol {
- color: red;
- }
- .cookieInfoRow .cookieRowHeader {
- display: table-cell;
- }
- /************************************************************************************************/
- /* Hide breakpoint column + proper header field (ie the cookieBreakpointBar) within the net
- panel info body */
- .netInfoCookiesText .cookieInfoRow .cookieRowHeader,
- .netInfoCookiesText #cookieBreakpointBar,
- .netInfoCookiesText .cookieDebugCol {
- display: none;
- }
- /* Hide breakpoint column + proper header field (ie the cookieBreakpointBar) within the
- console panel (when logging document.cookie) */
- .documentCookieBody .cookieInfoRow .cookieRowHeader,
- .documentCookieBody #cookieBreakpointBar,
- .documentCookieBody .cookieDebugCol {
- display: none;
- }
- /************************************************************************************************/
- .disabledPanelBox .descImage-cookies {
- background-image: url(chrome://firebug/skin/cookies/activation-menu-cookies.png);
- }
- /************************************************************************************************/
- /* Firefox folds max-age into expires internally, so for the Cookies panel we
- * hide the corresponding rows & header.
- * N.B.: This is not, in fact, redundant: there are several elements with the
- * id "colMaxAge"... */
- .panelNode-cookies #colMaxAge,
- .panelNode-cookies .cookieMaxAgeCol {
- display: none;
- }
- </style></head>
- <body role="application">
- <div role="progressbar" class="disabledPanelNode" collapsed="true"></div>
- <div class="infoTip "></div><div class="panelNode panelNode-html contextUID=3"></div><div class="panelNode panelNode-stylesheet contextUID=3"></div><div class="panelNode panelNode-dom contextUID=3"></div><div class="panelNode panelNode-console contextUID=3" active="true"><div class=" "><table width="100%" cellspacing="0" cellpadding="0" class=" "><tbody class=" "><tr class="netRow netLimitRow collapsed "><td class="netCol netLimitCol " colspan="8"><table cellspacing="0" cellpadding="0" class=" "><tbody class=" "><tr class=" "><td class=" "><span class="netLimitLabel ">Firebug's log limit has been reached. 0 entries not shown.</span></td><td class=" " style="width:100%"></td><td class=" "><button class="netLimitButton " title="In order to change the limit modify 'extensions.firebug.console.logLimit'">Preferences</button></td><td class=" "> </td></tr></tbody></table></td></tr></tbody></table></div><div class="logRow logRow-errorMessage " role="listitem"><div class=" "><div class="logContent "><span class="objectBox objectBox-errorMessage hasBreakSwitch " role="presentation"><div class="errorTitle focusRow subLogRow " role="listitem"><span class="errorMessage ">[TSPixivMangaViewer@TimidScript] TypeError: document.body is null</span></div><div class="errorTrace " role="presentation"></div><span class=" "></span><div class="errorSourceBox errorSource-show focusRow subLogRow " role="listitem"><table cellspacing="0" cellpadding="0" class=" "><tbody class=" "><tr class=" "><td class=" "><span class="errorUnbreakable a11yFocus " title="Break On This Error" aria-checked="false" role="checkbox"></span></td><td class=" "><a class="errorSource a11yFocus "><pre class="errorSourceCode " title="document.body.innerHTML = "";">document.body.innerHTML = "";</pre></a></td></tr><tr class=" "><td class=" "></td><td class=" "><div class="errorColPosition ">--------</div><div class="errorColCaret "></div></td></tr></tbody></table></div></span></div><div class="logCounter "><span class="logCounterValue "></span></div><a class="objectLink objectLink-sourceLink a11yFocus "><div class=" ">tspixi...user.js (line 231, col 8)</div><div class=" "></div></a></div></div><div class="logRow logRow-spy loaded" role="listitem"><div class=" "><div class="logContent "><div class="spyHead "><table cellspacing="0" cellpadding="0" class="spyHeadTable focusRow outerFocusRow " aria-expanded="false" role="listitem"><tbody class=" " role="presentation"><tr class="spyRow "><td class="spyTitleCol spyCol "><div class="spyTitle ">GET https://apis.google.com/_/scs/apps-static/_/js/k...RSTNObRkzoD-ZvLgaYgQu_gr6oyd2mQ/cb=gapi.loaded_0</div><div class="spyFullTitle spyTitle ">GET https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.en_US.r0VNoEwO_MY.O/m=googleapis_client,iframes_styles_bubble_internal,gapi_iframes_style_common,gapi_iframes_iframer/rt=j/sv=1/d=1/ed=1/am=EQ/rs=AItRSTNObRkzoD-ZvLgaYgQu_gr6oyd2mQ/cb=gapi.loaded_0</div></td><td class="spyCol "><div class="spyStatus ">200 OK</div></td><td class="spyCol "><span class="spyIcon "></span></td><td class="spyCol "><span class="spyTime "> 269ms</span></td><td class="spyCol "><a class="objectLink objectLink-sourceLink a11yFocus "><div class=" ">fastbu...1440499 (line 19)</div><div class=" "></div></a></td></tr></tbody></table></div></div><div class="logCounter "><span class="logCounterValue "></span></div></div></div><div class="logRow logRow-spy loaded" role="listitem"><div class=" "><div class="logContent "><div class="spyHead "><table cellspacing="0" cellpadding="0" class="spyHeadTable focusRow outerFocusRow " aria-expanded="false" role="listitem"><tbody class=" " role="presentation"><tr class="spyRow "><td class="spyTitleCol spyCol "><div class="spyTitle ">GET https://apis.google.com/_/scs/apps-static/_/js/k...RSTN5QiXEY2cPpriWuIc_mEbnJe5R1A/cb=gapi.loaded_1</div><div class="spyFullTitle spyTitle ">GET https://apis.google.com/_/scs/apps-static/_/js/k=oz.plusone.en_US.k7dvH6FYyVE.O/m=p1b,p1p/rt=j/sv=1/d=1/ed=1/am=jA/rs=AItRSTN5QiXEY2cPpriWuIc_mEbnJe5R1A/cb=gapi.loaded_1</div></td><td class="spyCol "><div class="spyStatus ">200 OK</div></td><td class="spyCol "><span class="spyIcon "></span></td><td class="spyCol "><span class="spyTime "> 456ms</span></td><td class="spyCol "><a class="objectLink objectLink-sourceLink a11yFocus "><div class=" ">fastbu...1440499 (line 19)</div><div class=" "></div></a></td></tr></tbody></table></div></div><div class="logCounter "><span class="logCounterValue "></span></div></div></div><div class="logRow logRow-log " role="listitem"><div class=" "><div class="logContent "><span class="objectBox objectBox-text " role="presentation">Ignoring mismatched auth param request_visible_actions=http://schemas.google.com/AddActivity</span></div><div class="logCounter "><span class="logCounterValue "></span></div><a class="objectLink objectLink-sourceLink a11yFocus "><div class=" ">cb=gapi.loaded_0 (line 414)</div><div class=" "></div></a></div></div><div class="logRow logRow-log " role="listitem"><div class=" "><div class="logContent "><span class="objectBox objectBox-text " role="presentation">Ignoring mismatched auth param scope=https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/userinfo.email</span></div><div class="logCounter "><span class="logCounterValue "></span></div><a class="objectLink objectLink-sourceLink a11yFocus "><div class=" ">cb=gapi.loaded_0 (line 414)</div><div class=" "></div></a></div></div><div class="logRow logRow-log " role="listitem"><div class=" "><div class="logContent "><span class="objectBox objectBox-text " role="presentation">Ignoring mismatched auth param request_visible_actions=http://schemas.google.com/AddActivity</span></div><div class="logCounter "><span class="logCounterValue "></span></div><a class="objectLink objectLink-sourceLink a11yFocus "><div class=" ">cb=gapi.loaded_0 (line 414)</div><div class=" "></div></a></div></div><div class="logRow logRow-log " role="listitem"><div class=" "><div class="logContent "><span class="objectBox objectBox-text " role="presentation">Ignoring mismatched auth param scope=https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/userinfo.email</span></div><div class="logCounter "><span class="logCounterValue "></span></div><a class="objectLink objectLink-sourceLink a11yFocus "><div class=" ">cb=gapi.loaded_0 (line 414)</div><div class=" "></div></a></div></div><div class="logRow logRow-log " role="listitem"><div class=" "><div class="logContent "><span class="objectBox objectBox-text " role="presentation">Ignoring mismatched auth param request_visible_actions=http://schemas.google.com/AddActivity</span></div><div class="logCounter "><span class="logCounterValue "></span></div><a class="objectLink objectLink-sourceLink a11yFocus "><div class=" ">cb=gapi.loaded_0 (line 414)</div><div class=" "></div></a></div></div><div class="logRow logRow-log " role="listitem"><div class=" "><div class="logContent "><span class="objectBox objectBox-text " role="presentation">Ignoring mismatched auth param scope=https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/userinfo.email</span></div><div class="logCounter "><span class="logCounterValue "></span></div><a class="objectLink objectLink-sourceLink a11yFocus "><div class=" ">cb=gapi.loaded_0 (line 414)</div><div class=" "></div></a></div></div><div class="logRow logRow-warn " role="listitem"><div class=" "><div class="logContent "><span class="objectBox objectBox-text " role="presentation">FB.getLoginStatus() called before calling FB.init().</span></div><div class="logCounter "><span class="logCounterValue "></span></div><a class="objectLink objectLink-sourceLink a11yFocus "><div class=" ">all.js...6861960 (line 56)</div><div class=" "></div></a></div></div><div class="logRow logRow-spy loaded" role="listitem"><div class=" "><div class="logContent "><div class="spyHead "><table cellspacing="0" cellpadding="0" class="spyHeadTable focusRow outerFocusRow " aria-expanded="false" role="listitem"><tbody class=" " role="presentation"><tr class="spyRow "><td class="spyTitleCol spyCol "><div class="spyTitle ">GET http://static.xx.fbcdn.net/rsrc.php/v2/y5/r/LTZWl9K_7pu.js</div><div class="spyFullTitle spyTitle ">GET http://static.xx.fbcdn.net/rsrc.php/v2/y5/r/LTZWl9K_7pu.js</div></td><td class="spyCol "><div class="spyStatus ">200 OK</div></td><td class="spyCol "><span class="spyIcon "></span></td><td class="spyCol "><span class="spyTime "> 507ms</span></td><td class="spyCol "><a class="objectLink objectLink-sourceLink a11yFocus "><div class=" ">like.p...idth=90 (line 121)</div><div class=" "></div></a></td></tr></tbody></table></div></div><div class="logCounter "><span class="logCounterValue "></span></div></div></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment