xianhua Posted August 3, 2011 at 02:32 PM Report Posted August 3, 2011 at 02:32 PM So the issue I'm experiencing is more of an IT issue than anything else, but it is occuring on Chinese websites and I've only ever experienced it on Chinese websites, so please grant forgiveness for this post. Please take a look at the attached screen print taken from a Chinese website. The issue is quite simple: how do I remove the 'Online Service' banner on the left-hand side which prevents me from seeing the address (which I need to read)? There doesn't appear to be a cross to close it in any of the corners. I use Firefox as my browser. Quote
anonymoose Posted August 3, 2011 at 02:39 PM Report Posted August 3, 2011 at 02:39 PM 公司名称:北京威久咨询有限公司 公司简称:威久留学 电话: 010-68946699(总机) 传真: 010-62648687 地址:北京市海淀区中关村大街32号和盛嘉业大厦11/12A 邮编:100086 E-mail: info@wiseway.com.cn 上班时间:周一至周日9:00-18:00 Quote
xianhua Posted August 3, 2011 at 02:46 PM Author Report Posted August 3, 2011 at 02:46 PM I guess that you did that using the 'copy' functionality (?), but I would still like to actually remove it so that I can read it live on the website - any other takers? Quote
Phil Posted August 3, 2011 at 02:57 PM Report Posted August 3, 2011 at 02:57 PM Turn off JavaScript, then it will look like this : Quote
jbradfor Posted August 3, 2011 at 02:57 PM Report Posted August 3, 2011 at 02:57 PM Wow, that is annoying. What poor design! I couldn't see an easy way. Using ad-block you can keep blocking pieces of it, but that's not a good solution. If any one else wants to try, the URL is http://www.wiseway.com.cn/html/tebietuijian/yingguo/0922010175102HDB8CFDE0KKI48E20H.html Quote
Phil Posted August 3, 2011 at 03:22 PM Report Posted August 3, 2011 at 03:22 PM As an alternative to turning off JavaScript, you can reduce the width of the text block by using Ctrl-minus. A single "zoom out" is sufficient to disclose the whole of the text block. ** Phil. 1 Quote
cababunga Posted August 3, 2011 at 07:31 PM Report Posted August 3, 2011 at 07:31 PM For cases like this it's useful to have a bookmarklet (or browser extension, if you prefer) ready. Quote
anonymoose Posted August 3, 2011 at 07:37 PM Report Posted August 3, 2011 at 07:37 PM I guess that you did that using the 'copy' functionality Well, of course. But the banner wasn't obscuring the text in my browser anyway. 1 Quote
xianhua Posted August 3, 2011 at 09:07 PM Author Report Posted August 3, 2011 at 09:07 PM Well, of course. But the banner wasn't obscuring the text in my browser anyway. A negative mark for your patronising behaviour - as ever. Quote
Matty Posted August 4, 2011 at 12:54 AM Report Posted August 4, 2011 at 12:54 AM Paste this in your address bar and press "Enter" of "Go!" while viewing that page. javascript: document.getElementById('floatDiv').hidden=true; void 0; Quote
Phil Posted August 4, 2011 at 11:54 AM Report Posted August 4, 2011 at 11:54 AM Can't work out what the "var x =" contributes; is the following not sufficient ? javascript: document.getElementById('floatDiv').hidden=true; void 0 ** Phil. Quote
Matty Posted August 4, 2011 at 11:16 PM Report Posted August 4, 2011 at 11:16 PM Can't work out what the "var x =" contributes; is the following not sufficient ? "var x =" contributes as a historical reference as an indicator to me having just woken up and written it in under a minute. Yup, that would be quite sufficient. The most important thing to remember is I wrote it in under a minute and was going to do it in multiple steps originally and I'd only just woke up. Working was enough for me. I didn't even take a second look once I saw it worked. ^^ Hopefully the extra reference didn't burn up too much ram for anyone. ^^ Edit: I usually do much more complex scripts where I like to keep my references to the DOM objects since I often use them many times over. Quote
Recommended Posts
Join the conversation
You can post now and select your username and password later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.