Add Trailing Slash to Narou URL

なろうの小説トップページのURLが「/n0001a」「/n0001a/?p=1」のとき「/n0001a/」へリダイレクトする。

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
haaarug
Daily installs
0
Total installs
0
Ratings
0 0 0
Version
1.2
Created
2025-06-05
Updated
2025-06-05
Size
1.04 KB
License
CC0
Applies to

目的
ブラウザのブックマーク整理を簡単にするために、小説家になろうの小説トップページを開くURLを統一。

動作
・「/」がないURLに自動でスラッシュを追加(評価をつけた作品一覧リンク用)
 例1: https://ncode.syosetu.com/n0001a にアクセスすると、自動で https://ncode.syosetu.com/n0001a/ にリダイレクトされます。
・「?p=1」を削除(目次ページ移動用)
 例2: https://ncode.syosetu.com/n0001a/?p=1 にアクセスすると、自動で https://ncode.syosetu.com/n0001a/ にリダイレクトされます。

補足
各小説へのリンクは、一般的にURLが「n0001a/」となっています。
しかし、「評価をつけた作品一覧」で表示されるリンクは、URL末尾に「/」が付きません。
また、目次を「前へ」で最初に戻った場合、URL末尾に「/?p=1」が付きます。(「最初へ」のリンクは「/?p=1」が付きません。)
これらのページは同一内容を表示しますが、“別ページ”として扱われるためブラウザのブックマークが混在しやすく、手動で確認するのは煩雑です。
そのため、ブックマーク整理を簡単にするために「n0001a/」を自動的に開くようにしています。