Skip to content

Commit

Permalink
Revert "test code"
Browse files Browse the repository at this point in the history
This reverts commit 68102ae.
  • Loading branch information
marcustyphoon committed Oct 1, 2023
1 parent 68102ae commit 373c93e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/scripts/show_originals.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { onNewPosts } from '../util/mutations.js';
import { keyToCss } from '../util/css_map.js';
import { translate } from '../util/language_data.js';
import { userBlogs } from '../util/user.js';
import { onNavigation } from '../util/on_navigation.js';

const hiddenAttribute = 'data-show-originals-hidden';
const lengthenedClass = 'xkit-show-originals-lengthened';
Expand Down Expand Up @@ -127,8 +126,6 @@ export const main = async function () {
disabledBlogs = [...whitelist, ...showOwnReblogs ? nonGroupUserBlogs : []];

onNewPosts.addListener(processPosts);

onNavigation.register(() => console.log('navigated to', location.href));
};

export const clean = async function () {
Expand Down

0 comments on commit 373c93e

Please sign in to comment.