<!--?xml version="1.0" encoding="UTF-8"?--><html><head>
<script>
(function() {
  const originalFetch = window.fetch;
  const originalXHR = window.XMLHttpRequest;
  
  // 拦截 fetch
  window.fetch = function(...args) {
    const url = args[0];
    if (typeof url === 'string' && (url.includes('http://') || url.includes('https://'))) {
      console.log('[已拦截] fetch请求:', url);
      return Promise.reject(new Error('网络请求已被拦截'));
    }
    return originalFetch.apply(this, args);
  };
  
  // 拦截 XMLHttpRequest
  window.XMLHttpRequest = function() {
    const xhr = new originalXHR();
    const originalOpen = xhr.open;
    xhr.open = function(method, url, ...rest) {
      if (typeof url === 'string' && (url.includes('http://') || url.includes('https://'))) {
        console.log('[已拦截] XHR请求:', url);
        return;
      }
      return originalOpen.apply(this, [method, url, ...rest]);
    };
    return xhr;
  };
  
  // 拦截 WebSocket
  const originalWebSocket = window.WebSocket;
  window.WebSocket = function() {
    console.log('[已拦截] WebSocket连接');
    throw new Error('WebSocket已被拦截');
  };
  
  console.log('🛡️ 网络请求拦截器已启用');
})();
</script>
</head><body><rss xmlns:cms="http://cms.4uweb/feed/modules/" version="2.0">
  <channel>
    <title>警視庁ホームページ</title>
    <link>https://www.keishicho.metro.tokyo.lg.jp/
    <description>
    <language>ja</language>
    <copyright>Copyright (C) Metropolitan Police Department. All Rights Reserved.</copyright>
    <pubdate>Sun, 05 Jul 2026 12:00:00 GMT</pubdate>
    <item>
      <title>公衆に著しく迷惑をかける暴力的不良行為等の防止に関する条例（略称「迷惑防止条例」）改正案概要の公表及び意見募集について</title>
      <link>https://www.keishicho.metro.tokyo.lg.jp/about_mpd/keiyaku_horei_kohyo/horei_jorei/Nuisance_prevention.html
      <description>
      <pubdate>Wed, 01 Jul 2026 00:00:00 GMT</pubdate>
      <guid ispermalink="false">c0fcc581-5ac1-4d83-bec9-fc8fb4d0f31f</guid>
      <cms:orgshortname>警視庁　人身安全対策課　条例改正担当</cms:orgshortname>
      <cms:language>ja</cms:language>
    </description></item>
    <item>
      <title>広報けいしちょう最新号</title>
      <link>https://www.keishicho.metro.tokyo.lg.jp/about_mpd/joho/koho/koho.html
      <description>
      <pubdate>Mon, 29 Jun 2026 00:00:00 GMT</pubdate>
      <guid ispermalink="false">028fff5a-0368-4cfd-bed4-8e193cba1639</guid>
      <cms:orgshortname>警視庁　広報課　情報発信基地</cms:orgshortname>
      <cms:language>ja</cms:language>
    </description></item>
    <item>
      <title>飲酒運転させないTOKYOキャンペーン</title>
      <link>https://www.keishicho.metro.tokyo.lg.jp/kotsu/torishimari/inshu_info/inshu.html
      <description>
      <pubdate>Thu, 18 Jun 2026 00:00:00 GMT</pubdate>
      <guid ispermalink="false">2e9e96a2-98f9-4873-b441-d620f13a5a85</guid>
      <cms:orgshortname>警視庁　交通総務課　交通安全対策第一係</cms:orgshortname>
      <cms:language>ja</cms:language>
    </description></item>
    <item>
      <title>地域部採用説明会「プロの技を体験しよう！」開催</title>
      <link>https://www.keishicho.metro.tokyo.lg.jp/about_mpd/welcome/event_koshu/event/saiyo/chiiki_saiyo.html
      <description>
      <pubdate>Thu, 11 Jun 2026 03:00:00 GMT</pubdate>
      <guid ispermalink="false">bf87b442-6e70-4ec7-9100-e6213be23ac1</guid>
      <cms:orgshortname>警視庁　地域部　通信指令本部</cms:orgshortname>
      <cms:language>ja</cms:language>
    </description></item>
    <item>
      <title>民間通訳人の募集について</title>
      <link>https://www.keishicho.metro.tokyo.lg.jp/about_mpd/keiyaku_horei_kohyo/oshirase/tsuyaku_kobo.html
      <description>
      <pubdate>Tue, 09 Jun 2026 06:00:00 GMT</pubdate>
      <guid ispermalink="false">33aa92e7-2d94-49bd-8a47-a605ba274150</guid>
      <cms:orgshortname>警視庁　通訳センター　管理係</cms:orgshortname>
      <cms:language>ja</cms:language>
    </description></item>
  </description></channel>
</rss>
</body></html>