-
Notifications
You must be signed in to change notification settings - Fork 67
Installation en
What is the difference? Functionally, the ESNext version of Dollchan is no different from ES5.
ESNext means using a new standards of the JavaScript language, in which many useful features were implemented. Dollchan is developed using these new standards and specifications.
The ES5 version of Dollchan is obtained by compiling from ESNext, using babel to support older browsers. It is expected that the ESNext version will work a little faster in new browsers because they support new language standards natively, and do not need the babel-emulation that is used in the compiled ES5 version.
Method 1 — version 56 and higher:
- Just install the Firefox add-on.
Method 2 — version 23 and higher:
- Install the Greasemonkey add-on for:
- Install the script.
Method 3 — version 48 and higher:
-
Install the Violentmonkey add-on.
-
Click on the script link.
-
Press "Install" button.
Method 3 — version 46 and higher:
-
Install the Tampermonkey add-on.
-
Install the script.
Method 1:
- Just install the Web Extension from Chrome Web Store.
Method 2:
- Install the Tampermonkey extension for:
- Install the script.
Method 3:
-
Download the repository archive and unpack it.
-
Go to the extensions page by typing
chrome://extensions/
in your browser's address bar. -
Set the
"Developer's mode"
checkbox, press the"Load unpacked extension"
button, set the path toextension
directory in unpacked archive and apply.
If Сhrome freezes at animation of previews / new posts
-
Go to
chrome://flags
. -
Press
Ctrl+F
. -
Search for the
#ignore-gpu-blacklist
string. -
Press
Enable
button.
Requirements: version 12.10 and higher.
Method 1 — Opera 33 and higher:
-
Install the Tampermonkey Beta extension.
-
Install the script.
Method 2 — Opera 12...33:
-
Install the Violentmonkey extension.
-
Install the script.
Method 3 — Opera 12 only:
-
Save the script file to your hard disk.
-
Change file extension from
.user.js
to.js
. -
If you haven't already set your userscripts folder, go to
(Ctrl+F12)
>Advanced
>Content
> setEnable JavaScript
>JavaScript Options
> specify the path to the userscripts folder. -
Move the script file to that folder.
-
Paste
opera:config#PersistentStorage|UserJSStorageQuota
into the address bar, setUser JavaScript on HTTPS
to1024000
and save your settings. -
Paste
opera:config#UserPrefs|UserJavaScriptonHTTPS
into the address bar, enableUser JavaScript on HTTPS
and save your settings.
Requirements: version 14 and higher.
-
Install the Tampermonkey extension.
-
Install the script.
-
Install the Tampermonkey extension.
-
Install the script.
-
Install the Violentmonkey extension.
-
Install the script.
-
Install the Greasemonkey add-on. Install from this link, not from the official site!
-
Install the script.
Requirements: version 7 and higher.
-
Install the Greasemonkey add-on.
-
Install the script.
-
Go to browser settings by typing
about:config
. -
Set
browser.privatebrowsing.autostart = false
.