Extension for jail in vk. Installing scripts in various browsers

Why do I need a script for jailbroken?

In the first case, you want to pick a friend for yourself according to the indicated criteria (in most cases 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 wrapping up poisons, etc. In this case, your actions to see the data of this player. He has eight talents, and why not 359, and then that he did not win himself up?

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 "Tyuryaga" work?

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

  • Klikuhu.
  • In the hut of which boss he is sitting.
  • The amount of authority.
  • Beard length (how many days a player did not enter the game).
  • The number of victories over each boss.

Installing a script on Google Chrome

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

Hope I could help you. If you have questions, I am waiting for them in the comments.

Here is a sidekick for Jug!

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

If you have helped or liked this article, 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! Sincerely, Vyacheslav.

Among the capabilities of the Yandex browser, there is a function to install 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, which is popular in the Russian-language part of the Internet, and works on 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 the slammer on the Yandex browser is installed, the user will be able to view the ratings of other players, as well as their achievements. This opportunity is extremely convenient to use in cases where it is necessary to select the so-called homies in the application, which are respected and have a high rating.

This kind of script has several obvious advantages that deserve mention:

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

Using this script, you can easily remove all inactive players from your friends, which will allow you to clean up the corresponding menu. To do this, you need to go into the friendlist, and then view the user dossiers. If a person has not shaved for a long time, then most likely he is inactive and it makes no sense to keep him as a friend.

Possible hazards and functionality

IMPORTANT! It is very important to understand that any user scripts can carry a certain danger to the user's computer, so you should install them using only original or google chrome.

It is important to take into account that cleaning friends in this way significantly increases the likelihood of deleting those users who want to earn an achievement called 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 a script is extremely simple. First, you need to go to the application store, from which it is planned to be downloaded, 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 facilitate the game, however, the use of some of them is not approved by the developers of the application.

This article describes how to install scripts in various browsers.
Delete or disable them. Editing features.
It tells where to find the error console, script 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 user 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

Script installation, editing, disabling, deleting

Greasemonkey add-on is required for scripts to work in Mozilla: https: //addons.mozilla.org/en/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: Settings, Disable, Delete. Through the settings, it is possible to 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 turned off / on. The drop-down list displays the scripts active on the open page and the daws 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.

Script folder

Mozilla stores scripts openly. 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 the rest of the OS, the folder is located in the same place.
This folder can be copied and transferred to another computer. Reinstalling scripts is not required. You need to do this with the browser closed. As well as replacing this folder (first completely delete, then copy a new one).
From version greasemonkey 1.13, the script settings are also stored in the script folder 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 that the script worked with or not writing the script correctly, 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: it is called by the key combination Ctrl + Shift + J (or through Tools - Web Development). Go to the Errors tab, clear the console, and refresh the page. Errors that occur on this page will be displayed.

Scripting in Google Chrome

Script installation, editing, disabling, deleting

For many scripts to work in Chrome, the Tampermonkey add-on is needed: https: //chrome.google.com/webstore/detail/dhdgf ...
The extension emulates greasemonkey functions, as chrome itself supports 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 basket next to the script name is its deletion.

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

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

Script commands

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

Error console

When changing the pages that the script worked with or not writing the script correctly, 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: it is called by the key combination Ctrl + Shift + J (or through the Menu - Tools - Javascript Console). The console is cleared for each page and it displays errors that occurred on it.

Chrome disables all user 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 ban 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 may find ways to temporarily enable scripts, but all of them are blocked over time by the chrome developers. The most optimal solution is to change the browser or switch to the use of browser assemblies Dev or Canary, where third-party extensions have not yet been disabled.

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 work in pure chrome because they contain greasemonkey command emulation functions, but most other scripts will not work.

Instead of installing the script, it is downloaded to the download folder. You can open it through the Menu - Downloads (or by pressing Ctrl + J), and then click on the link on the right Open the download folder. I recommend that you remove everything from it and click Install again to have the latest version of the script (if there are several of them).

Installing scripts in Yandex.Browser

Script Installation

Yandex is the same Chrome, only the 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+

Script installation, editing, removal

Scripting in Opera 18+ requires the Violent monkey add-on: https: //addons.opera.com/en/extensions/details / ...

Script commands

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

Error console

Called by the keyboard shortcut Ctrl + Shift + J.

Installing scripts in Opera< 18

Script installation, editing, removal

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

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.

If necessary, install the greasemonkey function emulation script.

If the script data will not be updated when the pages are updated, disable the caching of web pages in the browser.

Scripts can be edited in notepad.

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

Script commands

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

Error console

When changing the pages that the script worked with or not writing the script correctly, errors may occur in it. In this case, the execution of the script is stopped by the browser. You can see the errors in the error console: it is called by Ctrl + Shift + O (or via 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

Script Installation

For scripts to work in Safari, the GreaseKit add-on is needed: 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 in GreaseKit, open it in a browser, or transfer the previously saved script to the Safari window.

Script commands

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

Installing scripts on smartphones in Dolphin browser

Quote: “I put the addon to the dolphin - Tampermonkey Dolphin from the Play Market - scripts are installed and working fine. In general, now I play fully on the phone and can do everything.”

Installing scripts in Opera Mobile - on tablets and phones

Script Installation

User scripts from telephone browsers are supported in Opera Mobile. The method from World_is_Hell: http: //www.heroeswm.ru/forum_messages.php? Tid \u003d 2 ... They are included as follows:

1) We type opera in the address bar: config -\u003e the Preferences Editor window opens
2) Find the item User Pref. Click it and look for User javascript and put a checkmark
3) In the User javascript File field, write \\ ... the path to the folder in which the opera ... \\ OperaMobile \\ UserJS \\
4) Click below and click Save
5) Reboot the browser

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

The method works, checked on the phone and tablet.

Share this