We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c415209 commit 6e58db8Copy full SHA for 6e58db8
src/filterboxd.user.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
// @name Filterboxd
3
// @namespace https://github.com/blakegearin/filterboxd
4
-// @version 1.4.6
+// @version 1.5.0
5
// @description Filter content on Letterboxd
6
// @author Blake Gearin <hello@blakeg.me> (https://blakegearin.com)
7
// @match https://letterboxd.com/*
@@ -20,7 +20,7 @@
20
(function() {
21
'use strict';
22
23
- const VERSION = '1.4.6';
+ const VERSION = '1.5.0';
24
const USERSCRIPT_NAME = 'Filterboxd';
25
let GMC = null;
26
@@ -1203,7 +1203,7 @@
1203
setTimeout(trySelectFilterboxdTab, 100);
1204
}
1205
1206
- };
+ }
1207
1208
function maybeAddConfigurationToSettings() {
1209
log(DEBUG, 'maybeAddConfigurationToSettings()');
0 commit comments