Jump to content

The whole website is right-aligned. Typing anything is really weird.


Recommended Posts

The whole website is right-aligned and typing anything is really weird. Reading stuff is really weird too. Periods show up before the sentence that I am typing and everything is just confusing. How do I turn it back? Is there some kind of setting that I can change? Anybody help please!.

Link to comment
Share on other sites

If you're looking for some sanity in these (maybe) final hours of the day, have a userscript.

fLy2hl7.png

// ==UserScript==
// @name         LTR
// @namespace    nowhere?
// @version      0.1
// @description  no april fools.
// @author       You
// @match        https://forums.fuwanovel.net/*
// @grant        none
// ==/UserScript==
	(function() {
    //need these
    document.dir="ltr";
    document.getElementsByClassName("cke_wysiwyg_div")[0].dir="ltr";
	    //fix scroll bar
    n=document.getElementsByClassName("ipsLoading");
    n[n.length-1].parentElement.style.right="";
})();

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...