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

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -