JavaScript でグローバル領域を汚染しているプロパティを見つける
グローバルオブジェクトをガンガン汚染してる得体の知れない HTML をメンテせざるを得ないこともあったりします。(ちょっと韻踏んでる)
ソースコード直リンク
iframe で生成したピュアな window オブジェクトと差分を取ることでグローバルリークしているプロパティを探せます。ちなみに Tumblr のダッシュボードはこんな感じ。
["ENVIRONMENT","Tumblr","tinyMCE","_sf_startpt","language_for_tinymce","l10n_str","localized_str","i","localized_str_ajax_error","localized_str_loading","localized_str_remove_tag","localized_str_promote_this_post_in","localized_str_promote","localized_str_promote_warning_none","localized_str_promote_warning_singular","localized_str_promote_warning_plural","localized_str_markdown","localized_str_html_enabled","localized_str_bold","localized_str_italic","localized_str_strikethrough","localized_str_enter_the_url","localized_str_insert_link","localized_str_adding_tags","localized_str_removing_tags","localized_str_only_100_posts","localized_str_select_posts_to_edit","localized_str_select_posts_to_delete","localized_str_enter_tags_to_add","localized_str_select_posts_to_tag","localized_str_wait_for_last_operation","localized_str_confirm_delete_selected_posts","localized_str_my_posts","localized_str_search_tumblr","localized_str_my_dashboard","localized_str_search_posts","localized_str_search_help","localized_str_search_by_tag","localized_str_search","localized_str_this_tumblelog","localized_str_you_answered","localized_str_thank_you","localized_str_confirm_block_this_person","localized_str_cancel","localized_str_reply","localized_str_250_max","localized_str_confirm_block","localized_str_new_posts","localized_str_over_max_file_size_mb","localized_str_empty_query","localized_str_image_upload","localized_str_old_password","localized_str_password_mismatch","localized_str_confirm_password","localized_str_valid_email","localized_str_unsaved_changes","$","jQuery","_","Backbone","video_thumbnail_hover","load_typekit","select_field","get_cookie","set_cookie","unset_cookie","trackable_follow","toggle_video_embed","cycle_video_thumbnails","pano_iframe_preloader","flashVersion","renderVideo","replaceIfFlash","Ajax","Spinner","AutoPaginator","loading_next_page","BeforeAutoPaginationQueue","AfterAutoPaginationQueue","add_to_image_queue","process_image_queue","start_processing_image_queue","increment_note_count","decrement_note_count","GIF","jQuery110205483331584837288","_gaq","tumblr_custom_tracking_url","_gat","gaGlobal","_qevents","_comscore","__qc","quantserve","uh","YAHOO","__","udm_","ns_p","COMSCORE","dialog_translations","audiojs","audiojsInstance","tinymce","data-mce-expando","Markdown","mejs","JpegMeta","MediaElement","createSetter","createGetter","vdata1384174873883","_V_","VideoJS","default_search_text","next_page","toast_translations","img_obj"]
多すぎ!
追記 (2013/11/12 2:46)
@haya14busa さんにブックマークレット化して頂きました。お試しあれ。
http://haya14busa.com/js-global-leak-detector-marklet/
















