pervert-monkey 1.0.23 → 1.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/core/pervertmonkey.core.es.js +2 -2
  2. package/dist/core/pervertmonkey.core.es.js.map +1 -1
  3. package/dist/core/pervertmonkey.core.umd.js +2 -2
  4. package/dist/core/pervertmonkey.core.umd.js.map +1 -1
  5. package/dist/userscripts/3hentai.user.js +5 -5
  6. package/dist/userscripts/camgirlfinder.user.js +5 -5
  7. package/dist/userscripts/camwhores.user.js +5 -5
  8. package/dist/userscripts/e-hentai.user.js +5 -5
  9. package/dist/userscripts/ebalka.user.js +5 -5
  10. package/dist/userscripts/eporner.user.js +5 -5
  11. package/dist/userscripts/erome.user.js +5 -5
  12. package/dist/userscripts/eroprofile.user.js +5 -5
  13. package/dist/userscripts/javhdporn.user.js +5 -5
  14. package/dist/userscripts/missav.user.js +5 -5
  15. package/dist/userscripts/motherless.user.js +5 -5
  16. package/dist/userscripts/namethatporn.user.js +5 -5
  17. package/dist/userscripts/nhentai.user.js +5 -5
  18. package/dist/userscripts/obmenvsem.user.js +5 -5
  19. package/dist/userscripts/pornhub.user.js +5 -5
  20. package/dist/userscripts/socialmediagirls.user.js +9 -11
  21. package/dist/userscripts/spankbang.user.js +5 -5
  22. package/dist/userscripts/thisvid.user.js +5 -5
  23. package/dist/userscripts/xhamster.user.js +5 -5
  24. package/dist/userscripts/xvideos.user.js +5 -5
  25. package/package.json +1 -1
  26. package/src/core/parsers/pagination-parser/pagination-strategies/PaginationStrategyPathnameParams.ts +4 -2
  27. package/src/userscripts/meta.json +3 -4
  28. package/src/userscripts/scripts/3hentai.ts +1 -1
  29. package/src/userscripts/scripts/camgirlfinder.ts +1 -1
  30. package/src/userscripts/scripts/camwhores.ts +1 -1
  31. package/src/userscripts/scripts/e-hentai.ts +1 -1
  32. package/src/userscripts/scripts/ebalka.ts +1 -1
  33. package/src/userscripts/scripts/eporner.ts +1 -1
  34. package/src/userscripts/scripts/erome.ts +1 -1
  35. package/src/userscripts/scripts/eroprofile.ts +1 -1
  36. package/src/userscripts/scripts/javhdporn.ts +1 -1
  37. package/src/userscripts/scripts/missav.ts +1 -1
  38. package/src/userscripts/scripts/motherless.ts +1 -1
  39. package/src/userscripts/scripts/namethatporn.ts +1 -1
  40. package/src/userscripts/scripts/nhentai.ts +1 -1
  41. package/src/userscripts/scripts/obmenvsem.ts +1 -1
  42. package/src/userscripts/scripts/pornhub.ts +1 -1
  43. package/src/userscripts/scripts/socialmediagirls.ts +26 -0
  44. package/src/userscripts/scripts/spankbang.ts +1 -1
  45. package/src/userscripts/scripts/thisvid.ts +1 -1
  46. package/src/userscripts/scripts/xhamster.ts +1 -1
  47. package/src/userscripts/scripts/xvideos.ts +1 -1
@@ -4,7 +4,7 @@ import { fetchHtml } from '../../utils';
4
4
 
5
5
  export const meta: MonkeyUserScript = {
6
6
  name: 'E-Hentai PervertMonkey',
7
- version: '1.0.16',
7
+ version: '1.0.18',
8
8
  description: 'Infinite scroll [optional], Filter by Title',
9
9
  match: ['https://*.e-hentai.org/*'],
10
10
  };
@@ -4,7 +4,7 @@ import { downloader, exterminateVideo, OnHover, parseHtml } from '../../utils';
4
4
 
5
5
  export const meta: MonkeyUserScript = {
6
6
  name: 'Ebalka PervertMonkey',
7
- version: '3.0.17',
7
+ version: '3.0.19',
8
8
  description:
9
9
  'Infinite scroll [optional], Filter by Title and Duration, Sort by Duration, Download button.',
10
10
  match: [
@@ -5,7 +5,7 @@ import { OnHover } from '../../utils';
5
5
 
6
6
  export const meta: MonkeyUserScript = {
7
7
  name: 'Eporner PervertMonkey',
8
- version: '2.0.18',
8
+ version: '2.0.20',
9
9
  description:
10
10
  'Infinite scroll [optional], Filter by Title, Uploader, Duration and HD, Sort by Views and Duration',
11
11
  match: ['https://*.eporner.com/*', 'https://*.eporner.*/*'],
@@ -4,7 +4,7 @@ import { Rules } from '../../core';
4
4
 
5
5
  export const meta: MonkeyUserScript = {
6
6
  name: 'Erome PervertMonkey',
7
- version: '5.0.17',
7
+ version: '5.0.19',
8
8
  description:
9
9
  'Infinite scroll [optional], Filter by Title, Uploader and Video/Photo albums, Sort by Views. Show/Hide Photos in album. Remove disclaimer. Restore Search Bar',
10
10
  match: ['*://*.erome.com/*'],
@@ -3,7 +3,7 @@ import { Rules } from '../../core';
3
3
 
4
4
  export const meta: MonkeyUserScript = {
5
5
  name: 'Eroprofile PervertMonkey',
6
- version: '2.0.16',
6
+ version: '2.0.18',
7
7
  description: 'Infinite scroll [optional], Filter by Title and Duration, Sort by Duration',
8
8
  match: ['https://*.eroprofile.com/*'],
9
9
  };
@@ -3,7 +3,7 @@ import { Rules } from '../../core';
3
3
 
4
4
  export const meta: MonkeyUserScript = {
5
5
  name: 'Javhdporn PervertMonkey',
6
- version: '3.0.16',
6
+ version: '3.0.18',
7
7
  description:
8
8
  'Infinite scroll [optional], Filter by Title and Duration, Sort By Duration and Views',
9
9
  match: ['https://*.javhdporn.net/*', 'https://*.javhdporn.*/*'],
@@ -3,7 +3,7 @@ import { Rules } from '../../core';
3
3
 
4
4
  export const meta: MonkeyUserScript = {
5
5
  name: 'Missav PervertMonkey',
6
- version: '3.0.15',
6
+ version: '3.0.17',
7
7
  description: 'Infinite scroll [optional], Filter by Title and Duration, Sort by Duration',
8
8
  match: [
9
9
  'https://*.missav123.com/*',
@@ -5,7 +5,7 @@ import { fetchWith, OnHover, replaceElementTag, Tick } from '../../utils';
5
5
 
6
6
  export const meta: MonkeyUserScript = {
7
7
  name: 'Motherless PervertMonkey',
8
- version: '5.0.17',
8
+ version: '5.0.19',
9
9
  description:
10
10
  'Infinite scroll [optional], Filter by Title, Uploader and Duration, Sort by Duration and Views',
11
11
  match: ['https://motherless.com/*'],
@@ -4,7 +4,7 @@ import { Rules } from '../../core';
4
4
 
5
5
  export const meta: MonkeyUserScript = {
6
6
  name: 'NameThatPorn PervertMonkey',
7
- version: '3.0.16',
7
+ version: '3.0.18',
8
8
  description: 'Infinite scroll [optional], Filter by Title, Uploader and Solved/Unsolved',
9
9
  match: ['https://namethatporn.com/*'],
10
10
  };
@@ -4,7 +4,7 @@ import { parseHtml } from '../../utils';
4
4
 
5
5
  export const meta: MonkeyUserScript = {
6
6
  name: 'NHentai PervertMonkey',
7
- version: '4.0.16',
7
+ version: '4.0.18',
8
8
  description: 'Infinite scroll [optional], Filter by Title',
9
9
  match: ['https://*.nhentai.net/*', 'https://*.nhentai.*/*'],
10
10
  };
@@ -5,7 +5,7 @@ import { fetchHtml, parseUrl } from '../../utils';
5
5
 
6
6
  export const meta: MonkeyUserScript = {
7
7
  name: 'Obmenvsem PervertMonkey',
8
- version: '1.0.18',
8
+ version: '1.0.20',
9
9
  description: 'Infinite scroll [optional], Filter by Title and Duration, Sort by Duration',
10
10
  match: [
11
11
  'https://*.obmenvsem.com/*',
@@ -3,7 +3,7 @@ import { Rules } from '../../core';
3
3
 
4
4
  export const meta: MonkeyUserScript = {
5
5
  name: 'PornHub PervertMonkey',
6
- version: '4.0.16',
6
+ version: '4.0.18',
7
7
  description:
8
8
  'Infinite scroll [optional]. Filter by Title, Uploader and Duration. Sort by Duration and Views',
9
9
  match: ['https://*.pornhub.com/*'],
@@ -0,0 +1,26 @@
1
+ import type { MonkeyUserScript } from 'vite-plugin-monkey';
2
+ import { Rules } from '../../core';
3
+
4
+ export const meta: MonkeyUserScript = {
5
+ name: 'Socialmediagirls PervertMonkey',
6
+ version: '1.0.2',
7
+ description: 'Infinite scroll [optional], Filter by Title',
8
+ match: 'https://forums.socialmediagirls.com/threads/*',
9
+ 'run-at': 'document-end',
10
+ };
11
+
12
+ const rules = new Rules({
13
+ containerSelector: '.js-replyNewMessageContainer',
14
+ paginationStrategyOptions: {
15
+ paginationSelector: '.pageNavWrapper',
16
+ pathnameSelector: /\d+/,
17
+ },
18
+ thumbs: {
19
+ selector: 'article.message',
20
+ },
21
+ thumb: {
22
+ strategy: 'auto-text',
23
+ },
24
+ gropeStrategy: 'all-in-all',
25
+ schemeOptions: ['Title Filter', 'Badge', 'Advanced'],
26
+ });
@@ -3,7 +3,7 @@ import { Rules } from '../../core';
3
3
 
4
4
  export const meta: MonkeyUserScript = {
5
5
  name: 'SpankBang.com PervertMonkey',
6
- version: '4.0.16',
6
+ version: '4.0.18',
7
7
  description:
8
8
  'Infinite scroll [optional]. Filter by Title and Duration. Sort by Duration and Views',
9
9
  match: ['https://*.spankbang.com/*', 'https://*.spankbang.*/*'],
@@ -21,7 +21,7 @@ import {
21
21
 
22
22
  export const meta: MonkeyUserScript = {
23
23
  name: 'ThisVid.com PervertMonkey',
24
- version: '8.0.17',
24
+ version: '8.0.19',
25
25
  description:
26
26
  'Infinite scroll [optional]. Preview for private videos. Filter by Title, Duration, Quality and Public/Private. Sort by Duration and Views. Private/Public feed of friends uploads. Check access to private vids. Mass friend request button. Sorts messages. Download button 📼',
27
27
  match: ['https://*.thisvid.com/*'],
@@ -14,7 +14,7 @@ import {
14
14
 
15
15
  export const meta: MonkeyUserScript = {
16
16
  name: 'Xhamster PervertMonkey',
17
- version: '5.0.18',
17
+ version: '5.0.20',
18
18
  description:
19
19
  'Infinite scroll [optional], Filter by Title, Duration and Watched/Unwatched. Sort by Duration and Views',
20
20
  match: ['https://*.xhamster.com/*', 'https://*.xhamster.*/*'],
@@ -5,7 +5,7 @@ import { exterminateVideo, OnHover, parseHtml } from '../../utils';
5
5
 
6
6
  export const meta: MonkeyUserScript = {
7
7
  name: 'XVideos PervertMonkey',
8
- version: '4.0.18',
8
+ version: '4.0.20',
9
9
  description:
10
10
  'Infinite scroll [optional], Filter by Title, Uploader and Duration. Sort by Duration and Views.',
11
11
  match: 'https://*.xvideos.com/*',