wrc-script-middle_window

I get this script is AVAST who introduces it?

In reviewing a personal project I have seen this code (attached header functions) in the head (head), to inspect fire bug or the equivalent of chrome. First I thought of the libraries I use in the project but then I realized that appears on every page I visit.

....css rules....

Disabling browser protection of AVAST (I use the free version and is updated) seems to disappear.

Since the function names are a minimum alarming, I am looking for documentation on the subject.

In the css seems to create a hidden frame.

You have information?, AVAST is really who enter this code?

If so be not you think it would be a help to sign, at least one comment …

Thanks in advance

Quim

I have the same problem. I have weird code being injected . PLEASE RESPOND.

.wrc_whole_window{ display: none; position: fixed; z-index: 2147483647; background-color: rgba(40, 40, 40, 0.9); word-spacing: normal; margin: 0px; padding: 0px; border: 0px; left: 0px; top: 0px; width: 100%; height: 100%; line-height: normal; letter-spacing: normal;}.wrc_middle_main { font-family: Segoe UI, Arial Unicode MS, Arial, Sans-Serif; font-size: 14px; width: 600px; height: auto; margin: 0px auto; margin-top: 15%; background: url(chrome-extension://icmlaeflemplmjndnaapfdbbnpncnbda/skin/images/background-body.jpg) repeat-x left top; background-color: rgb(39, 53, 62);}.wrc_middle_logo { background: url(chrome-extension://icmlaeflemplmjndnaapfdbbnpncnbda/skin/images/logo.jpg) no-repeat left bottom; width: 140px; height: 42px; color: orange; display: table-cell; text-align: right; vertical-align: middle;}.wrc_icon_warning { margin: 20px 10px 20px 15px; float: left; background-color: transparent;}.wrc_middle_title { color: #b6bec7; height: auto; margin: 0px auto; font-size: 2.2em; white-space: nowrap; text-align: center;}.wrc_middle_hline { height: 2px; width: 100%; display: block;}.wrc_middle_description { text-align: center; margin: 15px; font-size: 1.4em; padding: 20px; height: auto; color: white; min-height: 3.5em;}.wrc_middle_actions_main_div { margin-bottom: 15px; text-align: center;}.wrc_middle_actions_blue_button { -moz-appearance: none; border-radius: 7px; -moz-border-radius: 7px/7px; border-radius: 7px/7px; background-color: rgb(0, 173, 223) !important; display: inline-block; width: auto; cursor: Pointer; border: 2px solid #00dddd;}.wrc_middle_actions_blue_button:hover { background-color: rgb(0, 159, 212) !important;}.wrc_middle_actions_blue_button:active { background-color: rgb(0, 146, 200) !important; border: 2px solid #00aaaa;}.wrc_middle_actions_blue_button div { display: inline-block; width: auto; cursor: Pointer; margin: 3px 10px 3px 10px; color: white; font-size: 1.2em; font-weight: bold;}.wrc_middle_action_low { font-size: 0.9em; white-space: nowrap; cursor: Pointer; color: grey !important; margin: 10px 10px 0px 10px; text-decoration: none;}.wrc_middle_action_low:hover { color: #aa4400 !important;}.wrc_middle_actions_rest_div { padding-top: 5px; white-space: nowrap; text-align: center;}.wrc_middle_action { white-space: nowrap; cursor: Pointer; color: red !important; font-size: 1.2em; margin: 10px 10px 0px 10px; text-decoration: none;}.wrc_middle_action:hover { color: #aa4400 !important;}

@meishern

start your own topic and explain the problem

Do you have documentation about?

If you do, please also include that in your own post.

In order for the WebRep plugin to work it needs to inject CSS and JavaScript code into the webpages. WRC is the original internal codename that later became WebRep.

Mentioned code is injected by avast plugin. It is the part of anti-phising filter.

We need to know how to disable this, turning phishing off didn’t change a thing for me and I’d prefer to keep that feature active…it just needs to be built smarter.

It’s injecting code into my sites while I develop them which makes it difficult to determine what is my css and what is not. i.e. all external urls have extra nbsp spaces and spans injected right inside my blocks of code thus pushing elements, forcing wraps, adding extra margin/padding and line heights, etc. (different for each browser) Learn how to use overlays with position absolute instead please. Do it the proper way.