Add sloanreview.mit.edu
This commit is contained in:
parent
f48feae6ae
commit
5c26bb9f46
@ -48,6 +48,7 @@ Notes:
|
||||
[Les Échos](https://lesechos.fr)\
|
||||
[Libération](https://liberation.fr)\
|
||||
[Los Angeles Times](https://www.latimes.com)\
|
||||
[MIT Sloan Management Review](https://sloanreview.mit.edu)\
|
||||
[MIT Technology Review](https://www.technologyreview.com)\
|
||||
[Medium](https://www.medium.com)\
|
||||
[NRC](https://www.nrc.nl)\
|
||||
|
@ -36,6 +36,7 @@ var defaultSites = {
|
||||
'Liberation': 'liberation.fr',
|
||||
'Los Angeles Times': 'latimes.com',
|
||||
'Medium': 'medium.com',
|
||||
'MIT Sloan Management Review': 'sloanreview.mit.edu',
|
||||
'MIT Technology Review': 'technologyreview.com',
|
||||
'Newsrep': 'thenewsrep.com',
|
||||
'New York Magazine': 'nymag.com',
|
||||
@ -136,6 +137,7 @@ const remove_cookies = [
|
||||
'thestar.com',
|
||||
'qz.com',
|
||||
'demorgen.be',
|
||||
'sloanreview.mit.edu',
|
||||
]
|
||||
|
||||
// Override User-Agent with Googlebot
|
||||
|
@ -60,3 +60,8 @@ if (window.location.href.indexOf("wsj.com") !== -1) {
|
||||
document.querySelector('.close-btn').click();
|
||||
}
|
||||
}
|
||||
|
||||
if (window.location.href.indexOf("sloanreview.mit.edu") !== -1) {
|
||||
document.querySelector('#cboxClose').click();
|
||||
}
|
||||
|
||||
|
@ -34,6 +34,7 @@ var defaultSites = {
|
||||
'Liberation': 'liberation.fr',
|
||||
'Los Angeles Times': 'latimes.com',
|
||||
'Medium': 'medium.com',
|
||||
'MIT Sloan Management Review': 'mit.edu',
|
||||
'MIT Technology Review': 'technologyreview.com',
|
||||
'Newsrep': 'thenewsrep.com',
|
||||
'New York Magazine': 'nymag.com',
|
||||
|
Loading…
x
Reference in New Issue
Block a user