Chrome Extension: Page Modifier Sample Scripts

Filter by title: 
Possibilities are endless...

Wikipedia - hide unnecesary languages

IMDB Link to CSFD.cz

Font Zoom Sample

Applied to: ip.guris.cz

Changes the font, background color and animates font size and text position to simulate zoom effect.

$("body").css({
  "background-color": "cyan",
  "text-align": "center",
  "font-family": "Arial"
}).animate({
  "padding-top": "200px",
  "font-size": "48px"
}, 2000);
        

CSFD links at TVprogram.cz

Trollface fun

CSFD actor faces

Google Play Store SearchBox Focus

Better view of acquired trophies at PS3trophies.com

Prevent page from closing

More scripts will be added in the future....

Have some interesting idea for the script which more users might find useful? Let me know about it.