javascript - Customize website UI as a user -
i want create alternative ui awful website need use everyday, , eyes bleeding. so, first try create html document , embed site via iframe , use jquery css modify ui.
<iframe src="site-to-modify">
but cannot access site dom security reasons. way without using plugins stylish (https://addons.mozilla.org/es/firefox/addon/stylish/) using html+css+js, , frameworks based on those. possible? :d
as user93 said, you're going face cors issues. if don't want use stylish or want more fine-grained control, best option (assuming there's no api can use) write server scrapes website information , serves json, or regular html.
Comments
Post a Comment