JScript tricks chrome extension

Version: 0.9.88
JScript tricks
You can trick any page! Add your own JavaScript (powered by JQuery) and/or CSS to any page.
4.22 Based on 49 user rates

What is JScript tricks?

JScript tricks is a css extension for chrome. also, it is javascript extension. it's a free extension , it has 2,000+ active users since released its first version, it earns an average rating of 4.22 from 49 rated user, last update is 1316 days ago.


What’s new in version 0.9.88?

                #### 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?

You could download the latest version crx file or older version files and install it.


Preview of JScript tricks


Technical Features:

  • Latest Version: 0.9.88
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Thursday, September 24th, 2020
  • Author: szamil

JScript tricks Available languages:

English.


FAQ


Reviews of jscript tricks:


Aero Windwalker May 22nd, 2014
Aero Windwalker

A very powerful tool. But it should include "storage.sync" method so when using multiple computers, the scripts can be shared. Also, window in JScript tricks is not the same window in the webpage, making it less useful in many cases.


Yunus emrah dursun October 19th, 2017
Yunus emrah dursun

very usefull, ty man!


kelvin barsana July 24th, 2017
kelvin barsana

auto start suddenly working, thanks

Read more review & comments of jscript tricks