User talk:Novem Linguae/Scripts/NPPLinks

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Suggestions (new opitions in menu)[edit]

@Novem Linguae

1. Please add a "Film Review" option, which searches for reviews by combining the article name with keywords like "film reviews" on Google. You can use these codes. Diff

<li><a href="${this.reviewSearchURL}" ${this.sameTab}>Film Reviews</a></li>
this.reviewSearchURL = `https://www.google.com/search?q=${this.quotedNoUnderscores}+film reviews`;

2. Please add a "Rotten Tomatoes" option to the menu that allows users to search for reviews on Rotten Tomatoes using the article name. Diff 1 and Diff2

<li><a href="${this.rottentomatoesSearchURL}" ${this.sameTab}>Rotten Tomatoes</a></li>
this.rottentomatoesSearchURL = `https://www.rottentomatoes.com/search?search=${this.underscores}`;


Thank you! ๐™ณ๐š›๐šŽ๐šŠ๐š–๐š๐š’๐š–๐š–๐šŽ๐š› ๐š๐š’๐šœ๐šŒ๐šž๐šœ๐šœ 11:35, 15 August 2023 (UTC)[reply]