Post Reply 
Prox Menu: Show xx CSS
Apr. 18, 2009, 10:57 PM (This post was last modified: May. 08, 2009 02:32 PM by sidki3003.)
Post: #1
Prox Menu: Show xx CSS
5/08: attached files updated here

I'm using such a bookmarklet, similar to "Show xx Scripts", for Mozilla (by Jesse Ruderman) for a long while. However, the main drawback was that it didn't display imports.

Recently, ddandyy posted a "Show All CSSs" mod for the Prox menu. The new thing here is that it also displays most inline imports.

What follows is an attempt to get such a thing cross-browser ready, to also display (all!) imports by external style sheets, show disabled (i.e.: currently inactive) style sheets, etc.

The modified prox-x-menu.js is attached. (It also contains a fix for Google Chrome not reversing "Toggle Topo View".)

Below header filters need to be updated:
Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "! : Redir: Delayed - /local.ptron/     9.04.17 [mona sd] (d.r) (Out) TEST"
URL = "($TST(hRdir=\0)|\0)&$TST(\0=[^/]+/local.ptron/((sidki_h*)\1$SET(2=http://local.ptron/\1)|$SET(keyword=.s_flag.)$SET(flag=.cookie_b:2.)\2))&$SET(hRdir=\2)"

In = FALSE
Out = TRUE
Key = "! : Redir: Delayed - Prox Query Strings II     9.04.16 [sd] (d.r) (Out)"
URL = "($TST(hRdir=\0)|\0)&$TST(\0=\1\?prx-(sniff:(proxov$TST(\1=((*.(aspx|css|json|js|vbs))\#prox)+\#)$SET(1=\@)$SET(2=Override)$SET(3=plain)$SET(flag=$TST(flag=(^*.cookie_)\6)\6cookie_b:1.)|$SET(2=Sniffer)\3)\&prx-$SET(hRealCT=\2: text/\3)|)ref:(\4(\?prx-*|#*)\5|\4))&$SET(hPrevRef=\4)$SET(hRdir=\1\5)"

In = FALSE
Out = TRUE
Key = "! : Redir: Final Redirect     9.04.17 [sd] (d.r) (Out) TEST"
URL = "$TST(hRdir=\1)&$TST(\1=https+://&\2)|$URL(\0://)$SET(2=\0://\1)&$RDIR(\2)$LOG(RGET $DTM(c) : Final Redirect: \2)$SET(hRdir=)"

! : Redir: . /local.ptron/ to Offsite Location becomes obsolete -> Uncheck.

After merging, disabling the respective previous filter versions, and saving, do "Configure -> OK -> Save -> Reload" three times.


The main obstacles being:
- Entirely different syntax in IE vs. W3C for accessing the import rules.
- At least 2 different security models for accessing off-domain rules.
- Turning imports with relative URLs into absolute ones.
- Getting IE to display text/css inline.


Tricky scenarios:
Lots of imports called by an onsite CSS, some disabled style sheets:
http://www.info07.com/

Like above, plus disabled imports, plus style sheets blocked by Proxomitron:
http://piro.sakura.ne.jp/

Off-domain import called by inline style (plus off-domain CSS bug):
http://googlesystem.blogspot.com/


If you get an empty popup or a download dialog, then something went wrong.
Let me know in this case (which doesn't imply that i can fix it).


Attached File(s)
.zip  proxjs-x-menu.zip (Size: 8.61 KB / Downloads: 733)
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Prox Menu: Show xx CSS - sidki3003 - Apr. 18, 2009 10:57 PM
RE: Prox Menu: Show xx CSS - whenever - Apr. 19, 2009, 11:37 AM
RE: Prox Menu: Show xx CSS - sidki3003 - Apr. 19, 2009, 11:47 PM
RE: Prox Menu: Show xx CSS - sidki3003 - Apr. 19, 2009, 11:50 AM
RE: Prox Menu: Show xx CSS - whenever - Apr. 19, 2009, 12:35 PM
RE: Prox Menu: Show xx CSS - lnminente - Apr. 19, 2009, 01:09 PM
RE: Prox Menu: Show xx CSS - lnminente - Apr. 20, 2009, 12:12 PM
RE: Prox Menu: Show xx CSS - whenever - Apr. 20, 2009, 01:20 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Apr. 20, 2009, 01:01 PM
RE: Prox Menu: Show xx CSS - lnminente - Apr. 20, 2009, 06:27 PM
RE: Prox Menu: Show xx CSS - whenever - Apr. 21, 2009, 01:29 AM
RE: Prox Menu: Show xx CSS - sidki3003 - Apr. 24, 2009, 12:27 AM
RE: Prox Menu: Show xx CSS - whenever - Apr. 24, 2009, 09:27 AM
RE: Prox Menu: Show xx CSS - sidki3003 - Apr. 25, 2009, 09:54 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Apr. 26, 2009, 12:02 AM
RE: Prox Menu: Show xx CSS - whenever - Apr. 26, 2009, 01:40 AM
RE: Prox Menu: Show xx CSS - sidki3003 - Apr. 26, 2009, 02:03 AM
RE: Prox Menu: Show xx CSS - ProxRocks - Apr. 26, 2009, 02:16 AM
RE: Prox Menu: Show xx CSS - ProxRocks - Apr. 26, 2009, 02:38 AM
RE: Prox Menu: Show xx CSS - sidki3003 - Apr. 26, 2009, 03:09 AM
RE: Prox Menu: Show xx CSS - ProxRocks - Apr. 26, 2009, 11:28 AM
RE: Prox Menu: Show xx CSS - sidki3003 - Apr. 26, 2009, 01:05 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Apr. 26, 2009, 03:16 PM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 02, 2009, 03:29 PM
RE: Prox Menu: Show xx CSS - ProxRocks - May. 03, 2009, 12:58 PM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 03, 2009, 02:39 PM
RE: Prox Menu: Show xx CSS - ProxRocks - May. 03, 2009, 01:13 PM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 03, 2009, 02:43 PM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 08, 2009, 02:28 PM
RE: Prox Menu: Show xx CSS - ProxRocks - May. 08, 2009, 04:18 PM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 08, 2009, 04:38 PM
RE: Prox Menu: Show xx CSS - ProxRocks - May. 08, 2009, 05:16 PM
RE: Prox Menu: Show xx CSS - ProxRocks - May. 08, 2009, 05:33 PM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 08, 2009, 05:47 PM
RE: Prox Menu: Show xx CSS - DarthTrader - May. 08, 2009, 09:37 PM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 08, 2009, 09:48 PM
RE: Prox Menu: Show xx CSS - DarthTrader - May. 08, 2009, 10:07 PM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 08, 2009, 10:17 PM
RE: Prox Menu: Show xx CSS - DarthTrader - May. 08, 2009, 10:26 PM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 08, 2009, 10:35 PM
RE: Prox Menu: Show xx CSS - DarthTrader - May. 08, 2009, 10:48 PM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 08, 2009, 10:47 PM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 08, 2009, 10:53 PM
RE: Prox Menu: Show xx CSS - DarthTrader - May. 08, 2009, 11:11 PM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 08, 2009, 11:34 PM
RE: Prox Menu: Show xx CSS - ProxRocks - May. 08, 2009, 11:50 PM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 09, 2009, 12:01 AM
RE: Prox Menu: Show xx CSS - ProxRocks - May. 09, 2009, 12:09 AM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 07, 2009, 12:35 AM
RE: Prox Menu: Show xx CSS - ProxRocks - May. 09, 2009, 12:08 AM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 09, 2009, 12:14 AM
RE: Prox Menu: Show xx CSS - ProxRocks - May. 09, 2009, 12:17 AM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 09, 2009, 12:23 AM
RE: Prox Menu: Show xx CSS - ProxRocks - May. 09, 2009, 12:34 AM
RE: Prox Menu: Show xx CSS - ProxRocks - May. 09, 2009, 12:24 AM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 09, 2009, 12:42 AM
RE: Prox Menu: Show xx CSS - ProxRocks - May. 09, 2009, 12:37 AM
RE: Prox Menu: Show xx CSS - sidki3003 - May. 09, 2009, 12:39 AM
RE: Prox Menu: Show xx CSS - ProxRocks - May. 09, 2009, 12:47 AM
RE: Prox Menu: Show xx CSS - sidki3003 - Jun. 07, 2009, 12:44 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 07, 2009, 12:55 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 07, 2009, 12:52 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 07, 2009, 03:11 PM
RE: Prox Menu: Show xx CSS - sidki3003 - Jun. 07, 2009, 03:48 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 07, 2009, 04:21 PM
RE: Prox Menu: Show xx CSS - sidki3003 - Jun. 07, 2009, 05:25 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 08, 2009, 12:36 PM
RE: Prox Menu: Show xx CSS - sidki3003 - Jun. 08, 2009, 01:29 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 08, 2009, 01:55 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 08, 2009, 02:18 PM
RE: Prox Menu: Show xx CSS - lnminente - Jun. 09, 2009, 12:10 AM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 09, 2009, 10:03 AM
RE: Prox Menu: Show xx CSS - sidki3003 - Jun. 09, 2009, 12:33 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 09, 2009, 12:49 PM
RE: Prox Menu: Show xx CSS - lnminente - Jun. 09, 2009, 01:32 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 09, 2009, 02:15 PM
RE: Prox Menu: Show xx CSS - sidki3003 - Jun. 09, 2009, 02:44 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 09, 2009, 03:01 PM
RE: Prox Menu: Show xx CSS - lnminente - Jun. 09, 2009, 03:56 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 09, 2009, 04:31 PM
RE: Prox Menu: Show xx CSS - sidki3003 - Jun. 09, 2009, 09:18 PM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 09, 2009, 09:28 PM
RE: Prox Menu: Show xx CSS - whenever - Jun. 10, 2009, 04:02 AM
RE: Prox Menu: Show xx CSS - ProxRocks - Jun. 10, 2009, 10:14 AM
RE: Prox Menu: Show xx CSS - sidki3003 - Jun. 10, 2009, 12:10 PM

Forum Jump: