Discussions » Creation Requests

Need Code to Prevent Word Wrap & This Style

§
Posted: 2014-08-08

Need Code to Prevent Word Wrap & This Style

Hi, I use Opera (verion 12.16) on XP and I use Stylish. I got 2 questions:

1) In my browser, I got webpages set to 'Fit to Width' which is the same as, 'word wrap'. But there are some webpages that I need to turn off word wrap on. What code do I use for a specific webpage to ignore 'word wrap'?

2) I got a style listed below I want to use for just a few sites, not all sites. What code do I use for just a few sites only?
https://userstyles.org/styles/2187/myfavolours-global-custom-color-scheme

wOxxOmMod
§
Posted: 2014-09-21
Edited: 2014-09-21
  1. I doubt Opera allows a script to control the fit-to-width mode which is a special proprietary display mode, but who knows, try asking on old opera forums.

  2. add the line below after @namespace url(http://www.w3.org/1999/xhtml);

  @-moz-document domain("site1.com"), domain("site2.com") {

And add a closing } at the very end of the text.

Post reply

Sign in to post a reply.