Scripter
By firstzerg
Download the Scripter extension for opera Browser add-ons store. Scripter extension latest version 2.0.4 free Download and use it.
Scripter extension Download for Opera
In this paragraph, I’m speaking of the Scripter extension for opera. Scripter extension is a very useful add-on all over the world. Actually, the extension allows to execution of custom JavaScript code on any website and to shop the remarks for pages. Also, JavaScript code is achieved while the page loads and might comprise jQuery selectors.
Firstly, the Scripter extension is an attractive and very useful opera browser add-ons. Installing the Scripter add-on only requires you to visit the dedicated section for the Opera extensions store. Also, Scripter extension latest version 2.0.4 for opera browser Free Download and install now. Opera browser provides Open source add-ons code for every user.
Table of Contents
Scripter extension for opera
However, I have been using Different versions of opera for about 10 years. I can say that its many features. Opera extension is very helpful for customizing and developing every work. Also read: Facebook Messenger extension
Scripter extensions Features
The extension allows to execute custom JavaScript code on any site and to store the comments for pages.
JavaScript code is executed when the page loads, and can contain jQuery selectors.
Custom JavaScript code can be executed for different groups of pages:
1. For all sites
2. For a specific domain
If you go to the page “http://www.google.com/imghp” switch “Script execution order” to “onready” and fill in the following Script:
alert(‘this is a site’);
Then press “Save” button
When you visit “http://www.google.com/imghp” will be displayed message: “this is a site”
If you set the script to all sites in options:
setTimeout( “$(‘*’).each(function(){
if ($(this).css(‘z-index’)>100)
$(this).remove();
}); “,1000);
One second after loading any page where you switced “Script execution order” to “onready”, script will remove all the layers with z-index more than 100.
It is easy to remove the advertising layers
For example you can import dump:
1. Open extension options
2. Create a text file with the following contents:
{“*”:”alert(‘message for all sites’);”,”www.google.com”:”{\”event\”:\”onready\”,\”script\”:\”alert(‘google page’);\”,\”comment\”:\”\”}”}
Select the file in the settings Scripter, in the “Export / Import text”
3. Select this file in the settings Scripter “Export extenssion data to text”
4. Click “Import” button
5. Visit the “http://www.google.com/imghp”
In scripts, you can use the variable “values”, the function scripter_data(key [, value]) and scripter_save()
The variable “values” is synchronized with storage server for every website
Function scripter_data(key) – returns values[key]
Function scripter_data(key, value) – writes the values[key]=value, and stores values on the storage server
Function scripter_save() – saves the values on the storage server
In conclusion, It is Normally a Good idea to stick to the Opera Browser extension store. Whenever you have To download and install the extension on the opera add-ons web store. The Opera addons store generally works well. Moreover, The extension is guaranteed to be safe but on the rare occasion, the store may be down, or you’re restricted from using it.
Technical Information
Version: | 2.0.4 |
---|---|
File size: | 93.0 KB |
Language: | English (United States) |
Copyright: | firstzerg |
RaSeLbd
Nice