JScript tricks Chrome Extension

JScript tricks chrome extension

JScript tricks for Chrome Download

JScript tricks chrome extension is You can trick any page! Add your own JavaScript (powered by JQuery) and/or CSS to any page..

You can trick any page! Add your own JavaScript (powered by JQuery) and/or CSS to any page..
#### App development suspended ####

This app allows you to inject your own JavaScript or CSS tricks to any page (by domain). You can use nice editor (from CodeMirror), which has nice syntax highlighter. Script and CSS are applied after the page is loaded (document.onload event).

Script and css are injected before DOM creation. Use $(function(){ ... }) to start script on DOMReady.

New:

Export/Import scripts to/from text file.

bugs fixed

Features:

- auto save to cache + load cache button, separate for CSS and JS

- automatic jquery injection,

- custom JavaScript and CSS injection,

- popup to quick edit and apply tricks or selected text only,

- Autostart option,

- Default script for all pages,

- nice options interface,

- f1 jquery help

- Ctrl+S support,

- Ctrl+Alt+H for hidden tricks!

- Cache to save current code

If you find a bug or need some features just let me know!

Example usage:

1. Search some image with google image search.

2. Click on the "JScript Tricks" icon and enter js code:

//---beginig

// This code replace focused image title on google image search results by adding direct link to the picture.

if( location.href.match(/tbm\=isch/))

{

var interval = setInterval("initGL()",300);

}

function initGL(){

if($("#rg_h").length == 1)

{

if( $("#mylink").length == 0 )

{

$("#rg_hta").attr("href",$("#rg_hta").attr("href").match(/imgurl=([^\&]+)/)[1]);

$("#rg_hta").text(" ยป "+$("#rg_hta").text());

}

}

}

//-----end is here

3. Remember to save! (Ctrl+S)

4. Now refresh the page or press "Apply" to start script.

5. You can also check "Autostart" option.

In the option tab you can easily edit this entry!

known bugs:

- Some CSS cannot be applied correctly. You should use this syntax then:

$(document.head).find("style").append(".someCustomClass{some:styles}");

How to install JScript tricks chrome extension in chrome Browser

You can Follow the below Step By Step procedure to install the JScript tricks Chrome Extension to your Chrome Web browser.

  • Step 1: Go to the Chrome webstore https://chrome.google.com/webstore or download the extension JScript tricks Chrome Extension Download from https://pluginsaddonsextensions.com
  • Step 2: Now search for the JScript tricks in Chrome Webstore Search and click on the search button.
  • Step 3: click on the JScript tricks Chrome Extension Link
  • Step 4: in the next page click on the Add to Chrome button to Download and Install the JScript tricks extension for your Chrome Web browser .

JScript tricks Chrome extension Download

Looking for a method to JScript tricks Download for Chrome then this download link is for you.

It is the JScript tricks Chrome extension download link you can download and install Chrome Browser.

Download JScript tricks chrome extension (CRX)

Tags: Nice Syntax Highlighter , Google Image Search , Css Tricks , Text Rg , Apply Tricks , Href Rg , F1 Jquery Help , Var Interval Setinterval , Focused Image Title , Automatic Jquery Injection , Cache Load Cache Button , Google Image Search Results ,

JScript tricks Related Chrome Extensions