Opera 브라우저가 필요합니다.
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
- 이 확장 기능은 모든 웹 사이트의 데이터에 액세스할 수 있습니다.
- 이 확장 기능은 탭 및 탐색 활동에 액세스할 수 있습니다.
- This extension can store an unlimited amount of client-side data.
스크린샷
확장 기능 정보
- 다운로드 횟수
- 103,512
- 범주
- 생산성
- 버전
- 2.0.4
- 크기
- 93.0 KB
- 최종 업데이트 일
- 2015년 3월 2일
- 라이선스
- Copyright 2015 firstzerg
Related
-
Atavi bookmarks
모든 장치와 브라우저에서 북마크 동기화
등급: 총 등급 수: 167
-
YouTube High Definition
A Powerful tool that will let you play all YouTube videos in High Definition automatically.
등급: 총 등급 수: 30
-
Copy As Plain Text
Easily copy the selected text without formatting to the clipboard via the right-click menu.
등급: 총 등급 수: 5
-
SG Fórum tuning
등급: 총 등급 수: 2
-
Evernote Web Clipper
Evernote 확장 프로그램을 사용해 웹에서 본 정보를 Evernote 계정에 저장하세요.
등급: 총 등급 수: 697