Skip to content

Commit

Permalink
Add Prince Charles Cinema to URL cleaner
Browse files Browse the repository at this point in the history
Close #9
  • Loading branch information
kittsville committed Dec 27, 2023
1 parent beb1115 commit ed7970f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions url-cleaner/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@ const queryParamAllowlist = [
'www.google.cat'
],
'params': ['q', 'tbm']
},
{
'hosts': [
'princecharlescinema.com'
],
'params': ['f', 'p', 'e']
}
];

Expand Down

0 comments on commit ed7970f

Please sign in to comment.