Expansion for the slammer. Installing scripts in different browsers. Installing scripts, editing, disabling, deleting

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 functions to the application. The category of such components includes a script for the game Tyuryaga, popular in the Russian-speaking part of the Internet, which operates in various 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 jailbreak on Yandex browser is installed, the user will be able to view the rating of other players, as well as their achievements. Such an opportunity is extremely convenient to use in cases where it is necessary to select the so-called homies in the application, which are authoritative and have a high rating.

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

  • Embedding into the browser;
  • Simplification of the selection of "homies";
  • No load on the browser used.

With the help of such a script, you can easily remove all inactive players from friends, which will allow you to put things in order in the corresponding menu. To do this, you need to go to the friendlist, and then view the user profile. If a person has not shaved for a long time, then most likely he is inactive and keeping him as a friend does not make sense.

Potential hazards and functionality

IMPORTANT! It is very important to understand that any custom scripts can pose a certain danger to the user's computer, therefore, they should be installed using only original or google chrome.

It is also important to consider that cleansing friends in this way significantly increases the likelihood of removing those users who seek to earn the achievement called the Beard. For this, it is necessary not to shave for two months, therefore, it makes sense to remove only those who are inactive for more than this period.

Installing 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 a while, 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.

Why do you need a script for a slammer?

In the first case, you want to find a friend for yourself according to the indicated 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 cheating 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 "Jammer" 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.
  • What kind of boss is he in the house.
  • The amount of authority.
  • The length of the beard (how many days the player has not entered the game).
  • Number of victories over each boss.

Installing the script on Google Chrome

You can download it from the official website of the developer at the link below. To install add-ons, first download it, and then open the "Extensions" tab, drag the downloaded file there. After installation, open the friend's page, if the statistics of achievements are not displayed, then refresh the page by pressing F5.

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

Here's a sidekick for the Jammer!

You can add homies and leave your comments below. Spamming Various Sites - Forbidden!

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

The article describes the installation of scripts in various browsers.
Removing or disabling them. Editing capabilities.
It tells where to find the error console, scripts folder, or script commands.

In my scripts, the code 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 custom scripts installed as extensions
- Installing scripts in pure chrome (deprecated)

Installing scripts in Yandex Browser:
- Installing scripts

Installing scripts in Opera 18+:

- Script commands
- Error console

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

Installing scripts in Safari:
- Installing scripts
- Script commands

Installing scripts on smartphones in the Dolphin browser.

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

Installing scripts in Mozilla Firefox

Installing scripts, editing, disabling, deleting

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


Also, the downloaded script (* .user.js) can be dragged into the browser window.

After the scripts can be found through the browser menu Tools - Add-ons. There are buttons there: Settings, Disable, Delete. It is possible to edit the script through the settings.

The previously 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 the scripts active on the open page and the 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 face or Tools - Greasemonkey - Script commands. There you can also see a list of active scripts and disable them.

Scripts folder

Mozilla keeps scripts open. For Win7 x64, this is the folder c: \ Users \ user \ AppData \ Roaming \ Mozilla \ Firefox \ Profiles \ d0fxdqju.default \ gm_scripts \
The AppData folder in windows is hidden (you need to display hidden folders). For other operating systems, the folder is located approximately in the same place.
This folder can be copied and transferred to another computer. Reinstalling scripts is not required. This should be done with the browser closed. As well as replace this folder (first completely delete, then copy the new one).
Since greasemonkey 1.13, the scripts folder also stores script settings in * .db files
The config.xml file contains all paths to scripts and other settings. The names of scripts and folders cannot be renamed.

Error console

When changing the pages with which the script worked or incorrectly writing the script, errors may occur in it. In this case, the execution of the script 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). Go to the Errors tab, clear your console, and refresh the page. Errors on this page will be displayed.

Installing scripts in Google Chrome

Installing scripts, editing, disabling, deleting

For many scripts to work in Chrome, the Tampermonkey add-on is required: https: //chrome.google.com/webstore/detail/dhdgf ...
The extension emulates greasemonkey functions, since chrome itself supports the execution of javascript scripts.

To install a 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. There is no button to undo the last action!

The trash can next to the name of the script - 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 name of the script).

Sometimes the add-on cannot send some commands to the browser that could be executed by a script in chrome without tampermonkey, but this is extremely rare and is often replaced in scripts.

Script commands

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

Error console

When changing the pages with which the script worked or incorrectly writing the script, errors may occur in it. In this case, the execution of the script is stopped by the browser. You can view errors in the error console: called by the keyboard shortcut Ctrl + Shift + J (or via Menu - Tools - Javascript Console). The console is cleared for each page and displays the errors that have occurred on it.

Chrome disables all custom scripts installed as extensions

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

The prohibition on installing third-party extensions (not from the Chrome Web Store) applies only to the Windows version of Chrome and only for Stable and Beta channels. You can find ways to temporarily enable scripts, but they all get blocked over time by the chrome developers. The most optimal solution is to change the browser or switch to using the Dev or Canary browser assemblies, where third-party extensions are not disabled yet.

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

Installing scripts in pure chrome (deprecated)

My scripts will run 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 the download folder... I recommend deleting everything from it and clicking Install again so that the version of the script is the latest (if there are several of them).

Installing scripts in Yandex Browser

Installing scripts

Yandex is the same Chrome, only an older 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 are accessed via Script Commands. This feature works only in Firefox and there is no alternative to it in other browsers. If the script uses the settings in this way, then 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 the folder from which the scripts will be run in the browser settings and check the Enable JavaScript checkbox.

The scripts need to be downloaded and copied to this folder.

If the script opens as a text file, select Opera - Page - Save As from the menu.

Install the greasemonkey function emulation script if necessary.

If the script data will not be refreshed when the pages are refreshed, disable web page caching in your browser.

The scripts can be edited in notepad.

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

Script commands

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

Error console

When changing the pages with which the script worked or incorrectly writing the script, errors may occur in it. In this case, the execution of the script is stopped by the browser. You can view errors in the error console: called by the Ctrl + Shift + O keyboard shortcut (or via Menu - Page - Development Tools - Error Console). Select JavaScript from the dropdown list, clear the console and refresh the page. Errors 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 to the Safari window.

Script commands

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

Installing scripts on smartphones in the Dolphin browser

Quote: "I installed an add-on to the dolphin - Tampermonkey Dolphin from the Play Market - the scripts are installed and work perfectly. In general, now I play fully on the 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) In the address bar we type opera: config -> the Preferences Editor window will open
2) Find the item User Pref. Click it and look for User javascript and tick
3) In the User javascript File field, write \ ... the path to the folder where the opera is installed ... \ OperaMobile \ UserJS \
4) Go down and click Save
5) Restart the browser

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

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


Top