Installing scripts in various browsers. Installing scripts in various browsers Installing a script on Google Chrome

Why do you need a script for the prison?

In the first case, you want to choose a friend according to the specified criteria (mostly by talent). In this case, the script makes it possible to see a friend or friends before you add them to your contact list.

In the second case, you were offered a new, cool program for selling poisons, etc. In this case, your actions are to look at the data of this player. He has eight talents, why not 359 and then why didn’t he cheat himself?

I want to remind you that such a program simply does not exist.

In the third case, you can just do everything and immediately see who, who and how much.

How does the achievement script for the game "Prison" work?

If your friend has the application installed, then when you go to his page you will see information about his character. The script shows the following data:

  • Klikuhu.
  • Which boss's house is he sitting in?
  • Amount of authority.
  • Beard length (how many days the player has not logged into the game).
  • Number of victories over each boss.

Installing the script on Google Chrome

You can download it from the developer’s official website using the link below. To install add-ons, first download it, and then open the “Extensions” tab and drag the downloaded file there. After installation, open your friend’s page; if achievement statistics are not displayed, then refresh the page by pressing F5.

I hope I was able to help you. If you have any questions, I'm waiting for them in the comments.

Here are the sidekicks for the Prison!

Feel free to add homies and leave your comments below. Spam of various sites is prohibited!

If this article helped you or you liked it, don't forget give your like, this will help other users find it faster. And I can find out what interests you most in order to prepare and write even more interesting and useful articles! Best regards, Vyacheslav.

Among the capabilities of the Yandex browser, there is a function for installing custom scripts that allow you to add the necessary and, sometimes, unique features to the application. The category of such components includes the script for the game Tyuryaga, popular in the Russian-speaking part of the Internet, which works in various in social networks. Thanks to him, it is possible to make the gameplay much more meaningful and interesting.

The essence of the script

After the script for the jailhouse is installed on the Yandex browser, the user will have the opportunity to view the ratings of other players, as well as their achievements. This opportunity is extremely convenient to use in cases where you need to select so-called buddies in the application who enjoy authority and have a high rating.

Scripts of this kind have several obvious advantages that deserve mention:

  • Browser embedding;
  • Simplifying the selection of “homies”;
  • No load on the browser used.

Using such a script, you can easily remove all inactive players from friends, which will allow you to restore order in the corresponding menu. To do this, you will need to go to the friend list and then view the user profiles. If a person has not shaved for a long time, then most likely he is inactive and there is no point in keeping him as a friend.

Possible dangers and functionality

IMPORTANT! It is very important to understand that any user scripts can pose a certain danger to the user’s computer, which is why you should install them using only original ones or Google Chrome.

It is also important to take into account that cleaning friends in this way significantly increases the likelihood of deleting those users who are trying to earn an achievement called the Beard. To do this, you need to not shave for two months, which is why it makes sense to remove only those who are inactive for more than this period.

Installation of the script is extremely simple. First you need to go to the application store from which you plan to download it, after which you must click the Install button. After some time, you will need to restart the browser for the changes to take effect.

In addition, there are a number of other scripts that make the game easier, however, the use of some of them is not approved by the application developers.

This article describes how to install scripts in various browsers.
Removing or disabling them. Editing capabilities.
Tells you where to find the error console, script folder or script commands.

The code in my scripts is universal and they should work in different browsers.
And also on the mirrors heroeswm.ru and lordswm.com

Installing scripts in Google Chrome:
-
- Script commands
- Error console
- Chrome disables all user scripts installed as extensions
- Installing scripts in pure chrome (outdated)

Installing scripts in Yandex Browser:
- Installation of scripts

Installing scripts in Opera 18+:

- Script commands
- Error console

Installing scripts in Opera< 18:
-
- Script commands
- Error console

Installing scripts in Safari:
- Installation of scripts
- Script commands

Installing scripts on smartphones in the Dolphin browser.

Installing scripts in Opera Mobile - on tablets and phones:
- Installation of scripts

Installing scripts in Mozilla Firefox

Installing scripts, editing, disabling, deleting

To run scripts in Mozilla, you need the Greasemonkey add-on: https://addons.mozilla.org/ru/firefox/addon/gre...


You can also drag the downloaded script (*.user.js) into the browser window.

Afterwards, the scripts can be found through the browser menu Tools - Add-ons. There are buttons: Settings, Disable, Delete. Through the settings you can edit the script.

A pre-downloaded script can be edited in Notepad.

You will have a monkey face in the add-ons panel. When you click on it, all scripts will be disabled/enabled. The drop-down list will display active on open page scripts and checkboxes opposite them indicate whether the script is enabled (they can be removed by disabling the script).

Script commands

Script commands are available through the monkey's face or Tools - Greasemonkey - Script Commands. There you can also see a list of active scripts and disable them.

Scripts folder

Mozilla stores scripts openly. For Win7 x64 this is the folder c:\Users\user\AppData\Roaming\Mozilla\Firefox\Profiles\d0fxdqju.default\gm_scripts\
AppData folder in windows hidden(need to display hidden folders). For other OSes the folder is located approximately in the same place.
This folder can be copied and transferred to another computer. No need to reinstall scripts. This must be done with the browser closed. How to replace this folder (first completely delete it, then copy a new one).
Since version greasemonkey 1.13, the scripts folder also stores script settings in *.db files
The config.xml file stores all paths to scripts and other settings. Script names and folders cannot be renamed.

Error Console

If you change the pages that the script worked with or if the script is not written correctly, errors may occur in it. In this case, the script execution is stopped by the browser. You can view errors in the error console: called by the keyboard shortcut Ctrl+Shift+J (or through Tools - Web Development). You should go to the Errors tab, clear the console and refresh the page. Errors that occur on this page will be displayed.

Installing scripts in Google Chrome

Installing scripts, editing, disabling, deleting

Many scripts require the Tampermonkey add-on to work in Chrome: https://chrome.google.com/webstore/detail/dhdgf...
The extension emulates the functions of greasemonkey, because... Chrome itself supports the execution of javascript scripts.

To install the script on this site, just click Install on the script page, or on the link leading to the script.

An incomprehensible tampermonkey icon will appear in the browser panel. By clicking on it, you can go to the extension settings and edit the script. Cancel buttons last action No!

The trash can next to the name of the script means deleting it.

When you click on the tampermonkey icon in the drop-down list, you can disable the execution of scripts by clicking on the name of the script or play in the add-on settings with a traffic light (numbers to the left of the script name).

Sometimes the add-on cannot transmit some commands to the browser that a script in Chrome could execute without tampermonkey, but this is extremely rare and is more often replaced in scripts.

Script commands

Some scripts can be accessed through Script Commands. This feature only works in Firefox and there is no alternative to it in other browsers. If the script uses the settings in this way, it will not be possible to access them.

Error Console

If you change the pages that the script worked with or if the script is not written correctly, errors may occur in it. In this case, the script execution is stopped by the browser. You can view errors in the error console: called by the keyboard shortcut Ctrl+Shift+J (or through Menu - Tools - Javascript Console). The console is cleared for each page and displays any errors that occurred on that page.

Chrome disables all user scripts installed as extensions

Since June 2014, Chrome disables all extensions installed not from the Chrome Web Store, including scripts installed by dragging and dropping into extensions.

The ban on installing third-party extensions (not from the Chrome Web Store) applies only to the Windows version of Chrome and only for the Stable and Beta channels. You can find ways to temporarily enable scripts, but all of them are eventually blocked by Chrome developers. Most optimal solution- changing the browser or switching to using Dev or Canary browser builds, where third party extensions They haven't turned off yet.

Thus, you can either change the browser (build) to install scripts in pure chrome or install the tampermonkey extension.

Installing scripts in pure chrome (obsolete)

My scripts will work in pure chrome, because... they contain functions for emulating greasemonkey commands, but most other scripts will not work.

Instead of installation, the script is downloaded to the downloads folder. You can open it through Menu - Downloads (or by pressing Ctrl+J), and then click on the link on the right Open download folder. I recommend deleting everything from it and clicking Install yet times so that the script version is the latest (if there are several of them).

Installing scripts in Yandex.Browser

Installing scripts

Yandex is the same as Chrome, only more old version(at the time of writing Chrome v26, Yandex v22).

For him, accordingly, everything that is written above about Chrome is true.

Installing scripts in Opera 18+

Installing scripts, editing, deleting

For scripts to work in Opera 18+ you need the Violent monkey add-on: https://addons.opera.com/ru/extensions/details/...

Script commands

Some scripts can be accessed through Script Commands. This feature only works in Firefox and there is no alternative to it in other browsers. If the script uses the settings in this way, it will not be possible to access them.

Error Console

Called by the keyboard shortcut Ctrl+Shift+J.

Installing scripts in Opera< 18

Installing scripts, editing, deleting

To install scripts in Opera, you need to specify in the browser settings the folder from which the scripts will be launched and check the Enable JavaScript box.

Scripts need to be downloaded and copied to this folder.

If the script opens as text file Select from the Opera menu - Page - Save As.

If necessary, install the greasemonkey function emulation script.

If script data will not update when you refresh pages, disable web page caching in your browser.

Scripts can be edited in notepad.

If the script is not needed, delete it from the folder.

Script commands

Some scripts can be accessed through Script Commands. This feature only works in Firefox and there is no alternative to it in other browsers. If the script uses the settings in this way, it will not be possible to access them.

Error Console

If you change the pages that the script worked with or if the script is not written correctly, errors may occur in it. In this case, the script execution is stopped by the browser. You can view errors in the error console: called by the keyboard shortcut Ctrl+Shift+O (or through Menu - Page - Development Tools - Error Console). You should select JavaScript from the drop-down list, clear the console and refresh the page. Errors that occur on this page will be displayed.

Installing scripts in Safari

Installing scripts

For scripts to work in Safari, you need the GreaseKit add-on: http://8-p.info/greasekit/

After installing it, the GreaseKit item appears in the Safari menu with a list of installed scripts and various functions. To add the script you need to GreaseKit, open it in your browser, or drag the previously saved script into the Safari window.

Script commands

Some scripts can be accessed through Script Commands. This feature only works in Firefox and there is no alternative to it in other browsers. If the script uses the settings in this way, it will not be possible to access them.

Installing scripts on smartphones in the Dolphin browser

Quote: "I installed an addon for the dolphin - Tampermonkey Dolphin with Play Market- scripts are installed and work perfectly. In general, now I play fully on my phone and can do everything.”

Installing scripts in Opera Mobile - on tablets and phones

Installing scripts

User scripts from phone browsers are supported in Opera Mobile. Method from World_is_Hell: http://www.heroeswm.ru/forum_messages.php?tid=2... They are included as follows:

1) Type opera:config in the address bar -> the Preferences Editor window will open
2) Find the User Pref item. Click it and look for User javascript and check the box
3) In the User javascript File field write \...path to the folder in which Opera is installed...\OperaMobile\UserJS\
4) Scroll down and click Save
5) Restart the browser

After this, create a ..\UserJS folder in some file manager and put the necessary scripts in it.

The method works, I tested it on my phone and tablet.