JScript tricks
「JScript tricks」的項目標誌圖片

JScript tricks

精選商品
4.2(

50 個評分

)
擴充功能開發人員工具2,000 使用者
項目媒體「2」螢幕截圖
項目媒體「3」螢幕截圖
項目媒體「1」螢幕截圖
項目媒體「2」螢幕截圖
項目媒體「3」螢幕截圖
項目媒體「1」螢幕截圖
項目媒體「2」螢幕截圖
項目媒體「1」螢幕截圖
項目媒體「2」螢幕截圖
項目媒體「3」螢幕截圖

總覽

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}");

4.2 分 (滿分 5 分)50 個評分

Google 不會驗證評論。 進一步瞭解結果與評論。

詳細資料

  • 版本
    0.9.88
  • 已更新
    2020年9月24日
  • 提供者
    szamil
  • 大小
    340KiB
  • 語言
    English
  • 開發人員
    電子郵件
    thewall37@gmail.com
  • 非交易商
    這位開發人員並未表明自己是交易商。歐盟地區的消費者請注意,消費者權利不適用於你和這位開發人員之間簽訂的合約。

隱私權

開發者未提供關於蒐集或使用資料的任何資訊。

支援

如有疑問或建議,請使用電腦版瀏覽器開啟這個頁面

Google 應用程式