Difference between revisions of "Help:Firefox workarounds"

From YTMND
Jump to: navigation, search
(Workarounds for Using Mozilla Firefox to view YTMND's)
Line 13: Line 13:
 
</li>
 
</li>
  
<li> Sample Forumla: <code>/^http:\/\/(?!wiki.).*ytmnd.com.*$/</code>
+
<li> Sample Forumla: <code>/^http:\/\/(?!wiki\.).*ytmnd.com.*$/</code>
 
<br>This formula will open all ytmnd.com pages in internet explorer except those starting with "http&#58;//wiki." so the YTMND wiki will still open in a Firefox rendered tab.
 
<br>This formula will open all ytmnd.com pages in internet explorer except those starting with "http&#58;//wiki." so the YTMND wiki will still open in a Firefox rendered tab.
 
</li>
 
</li>
 
</ul>
 
</ul>

Revision as of 19:09, October 6, 2006

Workarounds for Using Mozilla Firefox to view YTMND's

If you use Mozilla Firefox and are receiving the "Additional plugins are required to display all the media on this page." error, you may find one of the following workarounds useful for browsing YTMND's.


IE Tab[1]

  • IE Tab is an extension that lets you view content in Firefox as if it were rendered in Internet Explorer.
  • You can change the rendering engine of the current page and open links in Internet Explorer tabs or in the external application itself.
    Using Javascript-style regular expression, you can even filter some sites to automatically render in IE.
  • Sample Forumla: /^http:\/\/(?!wiki\.).*ytmnd.com.*$/
    This formula will open all ytmnd.com pages in internet explorer except those starting with "http://wiki." so the YTMND wiki will still open in a Firefox rendered tab.