[SOLVED] browser chromium hijacked

hello
I thought using linux I was safe, but I think my browser chromium is hijacked, because when I click randomly on some links, a tab opens showing the search engine scour.com.
I do not know what to do.
Can you help me?
Thank You
Last edited by ppsalama (2015-02-06 16:27:13)

@ppsalama:
Your question about exploits and hijacking brings up an interesting issue.  Most people think about security in a backwards way.  Every browser has a zillion exploits in its history, many of which are patched, but at any one time there are both known and unknown unpatched exploit vulnerabilities in the wild.  Using software with such vulnerabilities is a little like knowing that the road is absolutely infested with bloodthirty banditos, along every curve and narrow spot, but taking the horse and buggy through the pass every day in spite of knowing about those ugly characters.  Instead, one should be taking the train (or the jet plane) - and not take the bad road at all.  The bad road is the unencrypted one.  Theoretically, an encrypted connection completely isolates your channel so that banditos cannot get into it (because you're flying way high up over their heads).   
This works under three conditions: 1) Your cipher text cannot be broken on the fly.  2) Your authentication works (certificates), and you have no fuel leaks that cause you to crash in the desert.  The fuel leaks are the unencrypted side channels (http) branching from  a site that connects to you with https on the main page. (This mix of https/http is called mixed content=BAD). 
Unfortunately, the cipher suites that are typically used by default after https handshakes are often broken (easily) "on the fly."  This is because of the way server private keys have gotten into the wild.  The use of ephemeral keys alleviates this issue in all but the most targeted attacks, assuming the actual data encryption is also up to snuff.  Most ssl stack/browser combinations do not end up selecting a cipher suite that utilizes ephemeral keys (called DHE* cipher suites, or suites that use the diffie helman ephemeral key exchange mechanism).  However; this can be remedied by modifying your ssl stack + browser to supply ONLY DHE* cipher suites in the preferences list sent to the server, and to allow only DHE cipher suites in the final connection produced after the handshake.
The fact that DHE* is not uniformly being used is one of the reasons the internet is broken, along with certificates, mixed content, and invasive proxies.  Call your congressman.
Now, the good news:  This site (bbs.archlinux.org) accepts DHE* cipher suites if your browser puts them in the preferences list!  So, archlinux.org is one of VERY few sites that I feel comfortable visiting (Of course I have made the modifications to my ssl and browser).  This is a pretty important issue.  You should study it, or ask a techie friend about it.  Sometimes the key mechanism is referred to as a PFS (perfect forward secrecy) mechanism, if you want more buzzwords.  Sorry for such a long first post.
(See disclaimer in next message (below)).
Last edited by Ronaldlees (2015-03-08 14:47:33)

Similar Messages

  • [Solved] Set Chromium default browser

    Here https://wiki.archlinux.org/index.php/Ch … lt_browser it says to put
    if [ -n "$DISPLAY" ]; then
    BROWSER=chromium
    fi
    in ~/.profile
    I have put it but chromium is still not the default browser. Should I put something more than this in empty .profile I just created?
    Thank you
    Last edited by hariskar (2012-12-01 05:38:33)

    As far as I can see in the link you have posted there are additional options/procedures in order to make sure Chromium is the default browser. Did you try them?

  • I got an error message that said my browser had been hijacked and was given a random number to call. The person told me my browser was hijacked and wanted to help me fix it. Sounds like spam to me, how do i fix it?

    I got an error msg that my browser was compromised.  Was given an 800 # to call and the person told me he could help me fix it.
    He said my browser was hijacked and he wanted to remote into my machine to fix it.  Sounds like spam to me!  How do I protect my
    computer from spam.

    Choose Force Quit from the Apple menu, close Safari, and then launch it with the Shift key held down. If that doesn't work, temporarily disconnect the computer from the Internet.
    (125496)

  • Has my browser been hijacked?

    After leaving the computer (& closing Firefox) the hard drive runs wild hours later. Task Manager says Firefox is using ~50% of the CPU (rest is mainly system idle), versus only ~5% normally (ie. right now). Has the browser been hijacked, even though closed? Or is the computer just sick? Ideas?

    You should never install software or a Firefox extension when a website asks you to do this as this is likely an effort to install malware.
    You can check the target line in the Firefox desktop shortcut (right-click: Properties) to make sure that nothing is appended after the path to the Firefox program.
    Your System Details List shows the Default Tab 2.3.1 and the SafeSearch 2.1 extensions.
    Do a malware check with some malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • [SOLVED] Using chromium-browser-bin with tsocks

    Has anyone else tried to to use chromium with tsocks? I thought it would be transparent and work fine, but it doesn't seem to work at all. I just get error messages that chromium can't load the web page, but no site errors. I've tried both by setting LD_PRELOAD and by running 'tsocks chromium-browser' with an existing /etc/tsocks.conf that works perfectly with other applications (mutt,irssi, pacman, etc.). Is this just a chromium bug? Anyone else care to test this?
    Thanks!
    Scott
    Last edited by firecat53 (2010-01-07 17:00:49)

    EDIT: I should have had SOCKS_VERSION=4 or just left it alone for the default of 4. Works as expected now.
    I have a computer ($BG) with sshd open on port 81.
    from my .bashrc
    function unblock() {
    port=5432
    export SOCKS_SERVER=localhost:$port
    export SOCKS_VERSION=5
    chromium &
    ssh -p 81 -D $port $BG
    "unblock" brings chromium up but with no change in it's behavior. It's not using SOCKS.
    man chromium wrote:
    ENVIRONMENT
           Chromium obeys the following environment variables:
           all_proxy
                  Shorthand for specifying all of http_proxy, https_proxy, ftp_proxy
           http_proxy, https_proxy, ftp_proxy
                  The proxy servers used for HTTP, HTTPS, and FTP.  Note: because Gnome/KDE proxy settings may propagate into these variables in some terminals, this variable is ignored (in preference  for actual system proxy settings) when running under Gnome or KDE.  Use the command-line flags to set these when you want to force their values.
           auto_proxy
                  Specify proxy autoconfiguration.  Defined and empty autodetects; otherwise, it should be  an autoconfig URL.  But see above note about Gnome/KDE.
    FILES
    The man page does not mention any SOCKS_* settings.
    However, wrench icon->options->Under the Hood: Network (Change proxy settings) launches about:linux-proxy-config which does.
    about:linux-proxy-config wrote:SOCKS_SERVER: SOCKS proxy server (defaults to SOCKS v4, also specify SOCKS_VERSION=5 to use SOCKS v5)
    pacman -Qi chromium wrote:Version        : 5.0.375.55-1
    Am I doing it wrong?
    Last edited by _will (2010-06-09 15:39:40)

  • Another web browser has hijacked my Firefox and I cannot see how to get rid of it. In the meantime, I have stopped using Firefox on my laptop because I do not trust this other web browser.

    A website I was using to find out some transport information has hijacked my Firefox on my laptop and I am unable to get rid of it. I do not trust this other browser so I have stopped using Firefox altogether on my laptop until I find out how to get rid of this other browser. I have an Apple MacBook.

    Hi there and thanks for replying. I am not quite sure what you mean by 'restore back to the troubled date'. Would you please explain how I should do this?

  • [SOLVED] chrome/chromium displaying garbled text in tab/browsers bar

    basically anywhere that isn't a webpage the text is garbled.
    installed arch yesterday following the newbie guide and then immedietly installed xorg - i3 - chrome and it's broken
    here's a screenshot, sorry about the terminal wasn't sure how to take it without having that take up half the screen
    http://i.imgur.com/TtNfhT6.png
    Last edited by Xarik1 (2014-07-27 01:40:14)

    Hi Xarik1,
    After some very brief google searching, it seems that bugs similar to this occur from time to time within chromium.  As a workaround you might try installing a different version, as listed here.  I'm assuming your issue won't be consistent across other browsers, if it is, that would indicate an issue beyond chromium itself, and would help in further problem solving.

  • [SOLVED] Browser cannot display the full character set

    Characters from some languages like persian, vietnames, japanese, chinese are not displayed in my browsers (I have chromium and firefox installed). The browser just displays little squares. However I don't think it is a problem with the browser but the x installation. I think I have all basic fonts installed.
    In my x-installation I have the following fonts installed (These are all fonts I could find via 'pacman -Ss xorg-font').
    extra/font-misc-ethiopic 1.0.3-1 (xorg xorg-fonts) [installed]
    X.org Misc Ethiopic fonts
    extra/xorg-font-util 1.3.0-2 (xorg-fonts xorg) [installed]
    X.Org font utilities
    extra/xorg-font-utils 7.6-4 [installed]
    Transitional package depending on xorg font utilities
    extra/xorg-fonts-100dpi 1.0.1-5 (xorg) [installed]
    X.org 100dpi fonts
    extra/xorg-fonts-75dpi 1.0.3-1 (xorg) [installed]
    X.org 75dpi fonts
    extra/xorg-fonts-alias 1.0.3-1 [installed]
    X.org font alias files
    extra/xorg-fonts-cyrillic 1.0.1-4
    X.org cyrillic fonts
    extra/xorg-fonts-encodings 1.0.4-4 (xorg-fonts xorg) [installed]
    X.org font encoding files
    extra/xorg-fonts-misc 1.0.1-3 [installed]
    X.org misc fonts
    extra/xorg-fonts-type1 7.4-3 [installed]
    X.org Type1 fonts
    Can anybody give me a hint on how to diagnose the problem.
    Last edited by helmut (2014-07-10 15:29:41)

    Read the wiki article on CJKV fonts: https://wiki.archlinux.org/index.php/Fo … Vietnamese
    Last edited by karol (2014-07-10 15:09:16)

  • [SOLVED] Lowered Chromium Tab/Close Icons

    Hello, I just recently re-installed arch and Chromium on my computer.
    I installed and set the gtk theme to Futura-Blue (https://aur.archlinux.org/packages/?O=0&K=futura-theme).
    When doing this the Icons next to the website name, as well as the close icon in Chromium lowered about 3 pixels or so.
    I have tried setting the gtk theme to others and am currently using Zukitwo, deleting my ~/.config/gtk-2.0 and gtk-3.0, uninstalling chromium and removing it's settings, removing /usr/share/themes/Futura-*, and have been searching the forums for a while.
    Here is a picture of an example:
    Any help would be greatly appreciated.
    Thanks
    Edit: there also seems to be an issue with the insertion cursor being too tall.
    Picture for reference:
    Edit 2: I also get this error frequently in chromium.
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 143 minor 1 serial 1977721
    error 3: BadWindow (invalid Window parameter) request 129 minor 6 serial 1977722
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 1977723
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 1977724
    error 3: BadWindow (invalid Window parameter) request 2 minor 0 serial 1977725
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 1977726
    error 3: BadWindow (invalid Window parameter) request 2 minor 0 serial 1977727
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 1977728
    Last edited by kyzys (2013-07-08 20:22:03)

    I actually swtiched to firefox because it's not a big deal. It can be marked as Woked Around or something.
    Edit: Solved by deleting old openbox/chromium cache files in ~/.cache
    Last edited by kyzys (2013-07-08 20:22:42)

  • Browser is hijacked by Conduit and I cannot get it back

    My browser home page has been hijacked by Conduit and I cannot get it back. I have tried:
    - changing the home page in Options
    - removing all toolbars and extensions
    - removing all Conduit-related programs via control panel applet
    - using the about:config to search for 'Conduit' and reset all config lines
    - scanning with SuperAntiSpyware
    - using the Mozilla profile manager to delete my Firefox profile
    - using Help-> Troubleshooting Information -> Reset Firefox
    - searching and deleting line containing 'Conduit' in the .js files in my profile
    No matter what I do, whenever Firefox starts, my homepage is set back to Conduit. How can I fix this?
    thx

    I have just had the same problem but found part of the solution in this forum.
    The first thing to do is to type into the Firefox address bar about:config and hit enter.
    Acknowledge that you'll be careful!
    In the search bar type "conduit" and hit enter.
    Nullify all the entries by right clicking and select "reset". There are likely to be a lot.
    Now, what the other forum thread failed to say was to then go to Options, Privacy, and under History select "Remember History".
    Next, in the same window, select "Delete Individual Cookies" and search for "conduit". Delete all cookies containing the word conduit.
    Close and reopen Firefox and all should be well.
    As an added precaution I have added the Block Site extension to Firefox and in the options have added "search.conduit.com", which will hopefully stop this pest from reappearing. DO NOT SELECT THIS HYPERLINK FROM THIS POST!

  • Browser: chromium or iron from AUR?

    Hi,
    a few weeks ago, I wanted to test a current version of chromium, the open source web browser on which Google Chrome is based. As there were several packages in AUR with the name chrome or chromium in its name, I asked on the IRC which one to use. I was recommended to choose "chromium-browser-latest", which worked pretty well.
    When trying to update this package yesterday with "yaourt -Syu --aur", I had to notice that this package does not exist anymore:
    ~> yaourt -Syu --aur
    You are not allowed to launch /usr/bin/pacman with sudo
    Please enter root password
    Password:
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    You are not allowed to launch /usr/bin/pacman with sudo
    Please enter root password
    Password:
    ==> Searching for new version on AUR
    chromium-browser-latest: not found on AUR
    yaourt: up to date
    Now I'm wondering which package to use instead:
    ~> yaourt chromium
    1 community/chromium-bsu 0.9.14-1
         A fast paced top scrolling shooter
    2 aur/chrome-like-icons 1.3-1 (17)
        Icon theme which is like chromium web browser icons.
    3 aur/chromium-browser-bin LATEST-3 (409)
        The open-source project behind Google Chrome
    4 aur/chromium-browser-svn -18 (26)
        An open source web browser developed by Google.
    5 aur/iron 4.0.227-1 (110)
        A web browser based on chromium without Google's tracking 'features'
    The description of number 5 sounds insteresting: >>A web browser based on chromium without Google's tracking 'features'<<.
    So, I am curious: What do you use? And why? - What are the differences between the packages number 3, 4 and 5?
    Thanks in advance for your answers.
    Kind regards,
    jamesbond007.

    jamesbond007 wrote:
    wonder wrote:maybe because they are called extensions?
    Maybe, but this site I was just browsing did not really seem to suggest that to me: http://www.mychromeaddons.com
    But seriously: Is there a GUI configuration tool/dialog inside chromium that shows a list of the installed add-ons/extensions and allows e.g. to remove one? If yes: where is it hidden?
    in the menu. along with Downloads, Bookmanager and Options. in fact is under Downloads with the Extensions name
    screenshot: http://omploader.org/vMnFxOA
    later: i have 4.0.242.0 (31426) try to remove chrome-linux.zip from the build directory and run makepkg again to get the latest version
    Last edited by wonder (2009-11-10 22:25:28)

  • [SOLVED] Delete Chromium App Desktop shortcut in XFce 4.8

    I just want to ask how I can delete chromium app shortcut from the xfce menu?
    [not the actual chromium icon, but a shortcut of webapp that I created using chromium]
    I am using LXDE Menu Editor, because alacarte does not work for me.
    LXMED can see and do everything I want apart from the fact that it can't see shortcuts to webapps created by chromium.
    Let me put it this way:
    I had created an web - desktop shortcut [to grooveshark] using chromium's tools [Menu > Tools > Create Aplication Shortcut...], it created a new entry called 'Grooveshark' under Internet category in my xfce menu, which I now want to delete.
    How can I do that?
    I was thinking about .desktop files, but since LXMED cannot see this shortcut, I am assuming that this may not be a standard .desktop file.
    Maybe there is even some really easy way of deleting this shortcut directly from chromium, but I can't see one.
    Any ideas?
    Thanks,
    Last edited by MatejLach (2011-10-18 19:32:36)

    R00KIE wrote:Go to ~/.local/share/applications and delete what you don't want.
    Thanks, I have another little question;
    I have a quick access to Web Browser, Mail Reader, File Manager and Terminal using the 'quick access slots' at the top of xfce application menu.
    When I did some of my menu edits using lxde menu editor, I noticed that I 'pulled off' my 'Web browser' shortcut from quick slot - how can I restore it?
    Thanks,
    I am still getting familiar with xfce...
    Last edited by MatejLach (2011-10-18 19:37:49)

  • Browser's hijacked by pop ups and advertisements

    Hi guys,
    First time I have used this.
    Recently I decided to just scan my mac with Norton Security software and found two trojans on the Mac from the software Genieo. I deleted these files followed by the Genieo app istelf and anything to do with it.
    Since this I have had poker advertisements come up on all websites I visit as well as pop ups, redireced sites and 'download now' adverts. (always the same adverts)
    I have looked into the possible reasons and read that a Genieo virus is present, a fake copy filled with malware etc. Im in desperate help of removing these adverts that keep showing on all my browser's (safari, chrome and firefox).
    Norton still runs daily scans and no further virus's are found but the adverts still keep showing. A browser hijacker can only seem to be the possible answer but I want rid of this.
    An example of the poker advert is shown below when researching into the problem, as you can see the website is legit like all those I visist but this as well as other adverts plague the browser.
    Can anyone help?
    Best,
    Ollie

    You installed the "Genieo" search-hijacking rootkit. There is an uninstaller, but as the developer is dishonest, you can't use it. I suggest the tedious procedure below to disable Genieo.
    Back up all data. You must know how to restore from a backup even if the system becomes unbootable. If you don't know how to do that, or if you don't have any backups, stop here and ask for guidance.
    Triple-click anywhere in the line below on this page to select it:
    /etc/launchd.conf
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.
    If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.
    A folder may open with a file selected, or the file may not exist, in which case you'll get a message that it can't be found. If it does exist, it's a configuration file created or replaced by the Genieo installer. Any software installer that does this should be considered ipso facto malware. Move the file to the Trash. You'll be prompted for your administrator password. Then restart, empty the Trash, and continue as below.
    IMPORTANT: If the launchd.conf file exists, you must move it to the Trash and restart before continuing. Otherwise the system may become unbootable. In that case, restore from your backup and start over. That's how badly Genieo has sabotaged your system. If you're not completely sure you can complete this step, stop here and ask for guidance.
    Once you have trashed the launchd.conf file and restarted, or verified that the file doesn't exist, quit the Genieo application, if it's running. Force quit if necessary.
    Move each of these items to the Trash in the same way as above:
    /Applications/Genieo.app
    /Applications/Uninstall Genieo.app
    /Library/Frameworks/GenieoExtra.framework
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client
    /usr/lib/libgenkit.dylib/usr/lib/libgenkitsa.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib
    There's no need to restart after each one. Again, some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    Restart and empty the Trash. Don't try to empty the Trash until you have restarted.
    Your web browser(s) should now function normally, and you should be able to reset the home page and search engine. If not, stop here and post your results.
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including ones called "Genieo" or "Omnibar," and any that have the word "Spigot" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    The Genieo installer may also install the "Silverlight" web plugin from Microsoft. If you have no use for that plugin, you can remove it according to Microsoft's instructions. Don't remove it if you subscribe to "Netflix" or any other video-streaming service that uses it.
    This procedure may leave a few files behind, but it should deactivate Genieo. Make sure you don't repeat the mistake that led you to install it. Chances are you got it from one of the Internet's open sewers such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site.
    Finally, be forewarned that when Genieo is mentioned on this site, the developer sometimes shows up under the name "Genieo support." If that happens, don't believe anything he says, but feel free to tell him what you think of his scam.
    Remove the worthless Norton/Symantec product by following the instructions on either of these pages:
    Uninstalling your Norton product for Mac
    Removing Symantec programs for Macintosh
    If you have a different version of the product, the procedure may be different.

  • [SOLVED] Browser in Xwayland unresponsive (incl. video)

    I use Wayland with Xwayland and Weston and run X11 applications from an Xserver that is running in Wayland/Weston. This currently includes my browsers, Firefox and Chromium, as the currently cannot run natively on Wayland/Weston to my knowledge. The problem is that klicking on any menu item will not have any effect. E.g. in Chromium no new tab will be opened when I klick on New Tab. In general no menu item has any kind of effect. I tried issuing
    export GDK_BACKEND=wayland
    to no avail. The problem affects both of my browsers, Firefox and Chromium. Other apps do not show this kind of behaviour. Can somebody provide an explanation and preferably a solution?
    Here is a link to a video showing what I mean: https://www.dropbox.com/s/547phqk0qpuz9 … .webm?dl=0
    Last edited by lord.garbage (2014-08-31 21:11:43)

    The solution can be found here and for now consists in applying a patch to the weston package in abs:
    http://lists.freedesktop.org/archives/w … 16984.html

  • Browser is hijacked!! What can I do? I need help now!!

    Started with IE 8. Changed browser to Netscape then Firefox. I can go to my bookmarks, I ca do a search but when I try a site on the search result page, I am redirected to a somewhat related page or one that has nothing to do with the topic I am searching.

    Started with IE 8. Changed browser to Netscape then Firefox. I can go to my bookmarks, I ca do a search but when I try a site on the search result page, I am redirected to a somewhat related page or one that has nothing to do with the topic I am searching.

Maybe you are looking for

  • AIR for IOS not launching CS6 or CS5.5

    I am trying to select Air for IOS and nothing happens. All other palettes seem to work correctly. I own CS 5.5 and have the same problem. I downloaded CS6 trial to see if this problem still exists and it does. Any ideas?    MAC OSX 10.6.8

  • Some questions related to SAP XI

    Hello! I would like to know the answers for the following questions regarding SAP XI-context (if it possible with Yes/No and a short comment/explanation) <b>CAPACITY PLANNING GUIDELINES</b> a) Guidelines to size the server(s)? b) Guidelines for sizin

  • Escaped ampersand still causes LPX-00242 in xmltype.transform

    Running Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production Collecting input from web form, and fetching via SQLX functions to then transform into html and plain text documents. If the "&" is inputted... the SQLX functions do

  • MemoryImageSource exceptions.Please Assist!!

    Hi, when calling: Image temp = createImage(new MemoryImageSource(width,height,pixels,0,width)); i get: Exception occurred during event dispatching: java.lang.ArrayIndexOutOfBoundsException at java/awt/image/MemoryImageSource.<init> (MemoryImageSource

  • What do you call it when there is a scroll bar in the middle of your page?

    Hi, I have a few pages that have four paragrapghs of text. I don't want the over all dimensions of my page to change so I want to have a window within my page that will have a scroll bar allowing the visitor to scroll throught the text without having