Fontonic - Change Fonts
Change fonts of any website with your locally installed fonts!
Edit any website text!
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
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.
查看最近评论和评分分布。
商店综合星级:4.0。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
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 .