Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function() {
- test = new Set();
- document.querySelectorAll('[class]').forEach(function(el) {
- el.classList.forEach(function(cls) {
- (cls.includes('jnews') || cls.includes('jeg')) && test.add(cls);
- });
- });
- console.log(test);
- })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement