Fontonic - Change Fonts
Change fonts of any website with your locally installed fonts!
Edit any website text!
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
Update 3/12/2025
Page editor is back! I lost the files for the original extension (they were probably in my old high school laptop), so I decided to recreate it with the help of LLMs!
EDITS ANY PAGE! Good for pranking and trolling your friends!
A very funny extension.
Update 11/28/2016
Good news! Version 3 may or may not be coming out soon.
Inspect the latest comments and rating distribution.
Store average score: 4.0. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Change fonts of any website with your locally installed fonts!
An editor to edit any webpage inline and live. Reload page to remove changes.
Make any webpage into a content editable document and modify it via toolbar popup!
Change the font of any website without altering its formatting.
Change the font of any website to your favorite Google Font
Use Edit Website: Easily web edit, change text, and page edit on and off content instantly. Alter a website with ease
Simple, easy to use, and very useful for pages that need to be edited before printing like web forms.
This is exactly what I was looking for. I use it often and never encountered problems. Thank you!
Nothing seems to happen. I click and...nothing.
To those who don't know how to do it: Just click on the extension. It will turn blue, but nothing pops up. Then, wait a minute. Then, you should see a red underline on some words it doesnt recognize, or if not, just try clicking and typing. Hope this helped!
i like this works good used for prank
epic
I love it personally I used it to prank my friends in school by putting the views of a video to 1 trillion and they believed it at first (this is a worth while extension)
Excelente extensión!
this is very useful as you can delete unblockable ads
it's a simple javascript injection, i made a tampermonkey script that does the same thing, but with buttons. it is called 'page editor'. the injection on is: javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0 , and the injection for off is javascript:document.body.contentEditable = 'false'; document.designMode='off'; void 0 .